I've seen this problem on Windows when a classpath gets too long. How big is your eclipse project's build path?
On Wed, Dec 16, 2009 at 10:48 PM, bosakm <[email protected]>wrote: > I started getting the following error when I try to launch the > GWTCompiler from RAD 7.5. The weird thing is that it worked the night > before. > > Cannot run program "C:\Program Files\IBM\SDP75\runtimes\base_v61\java > \jre\bin\javaw.exe" (in directory "C:\workspaces\RAD7.5\milcvs1-HEAD- > GWT\carenet-lexar"): CreateProcess error=87, The parameter is > incorrect. > > Here's the appropriate entry from the Eclipse log: > !ENTRY com.google.gwt.eclipse.core 4 0 2009-12-16 21:45:37.997 > !MESSAGE Cannot run program "C:\Program Files\IBM\SDP75\runtimes > \base_v61\java\jre\bin\javaw.exe" (in directory "C:\workspaces > \RAD7.5\milcvs1-HEAD-GWT\carenet-lexar"): CreateProcess error=87, The > parameter is incorrect. > !STACK 0 > java.io.IOException: Cannot run program "C:\Program Files\IBM > \SDP75\runtimes\base_v61\java\jre\bin\javaw.exe" (in directory "C: > \workspaces\RAD7.5\milcvs1-HEAD-GWT\carenet-lexar"): CreateProcess > error=87, The parameter is incorrect. > at java.lang.ProcessBuilder.start(Unknown Source) > at > com.google.gdt.eclipse.core.ProcessUtilities.launchProcessAndWaitFor > (Unknown Source) > at com.google.gwt.eclipse.core.compile.GWTCompileRunner.compile > (Unknown Source) > at com.google.gwt.eclipse.core.actions.GWTCompileToolbarAction > $1.runInWorkspace(Unknown Source) > at org.eclipse.core.internal.resources.InternalWorkspaceJob.run > (Unknown Source) > at org.eclipse.core.internal.jobs.Worker.run(Unknown Source) > Caused by: java.io.IOException: CreateProcess error=87, The parameter > is incorrect. > at java.lang.ProcessImpl.<init>(Unknown Source) > at java.lang.ProcessImpl.start(Unknown Source) > ... 6 more > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- Miguel -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
