- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Cannot Build Scala Eclipse Plugin on Windows Vista x64
Sat, 2009-01-10, 23:07
I'm getting an IOException while running the devel.prep Ant build
target as described here:
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin#Preparation
The specific IOException message is this:
java.io.IOException: Cannot run program "C:\Program
Files\Java\jdk1.6.0_11\jre\bin\java.exe" (in directory
"C:\Users\Bret\workspace\scala\scala"): CreateProcess error=87, The
parameter is incorrect
After some google searches it seems this error is often associated
with the classpath being too long on Windows systems (which seems
likely since the build completes just fine on my MacBook). Any info as
to how to resolve this would be appreciated. Ive attached the full
console output from the build.
Thanks!
Bret L.
Sun, 2009-01-11, 02:07
#2
Re: Cannot Build Scala Eclipse Plugin on Windows Vista x64
Maybe you have spaces in your classpath?
On Sun, Jan 11, 2009 at 6:03 AM, Bret Lester <bret@bretlester.com> wrote:
On Sun, Jan 11, 2009 at 6:03 AM, Bret Lester <bret@bretlester.com> wrote:
I'm getting an IOException while running the devel.prep Ant build
target as described here:
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin#Preparation
The specific IOException message is this:
java.io.IOException: Cannot run program "C:\Program
Files\Java\jdk1.6.0_11\jre\bin\java.exe" (in directory
"C:\Users\Bret\workspace\scala\scala"): CreateProcess error=87, The
parameter is incorrect
After some google searches it seems this error is often associated
with the classpath being too long on Windows systems (which seems
likely since the build completes just fine on my MacBook). Any info as
to how to resolve this would be appreciated. Ive attached the full
console output from the build.
Thanks!
Bret L.
Sun, 2009-01-11, 03:17
#3
Re: Cannot Build Scala Eclipse Plugin on Windows Vista x64
We just ran into this issue with the maven-scala-plugin. It looks like scalac will need to support something like @files, and then we need to update the tools to use that.
For now, try hanging the scala root directory somewhere near a true root (Mine is C:\Projects\scala, but I'm using XP)
Sent from my iPhone
On Jan 10, 2009, at 7:45 PM, "Sean McDirmid" <sean.mcdirmid@gmail.com> wrote:
For now, try hanging the scala root directory somewhere near a true root (Mine is C:\Projects\scala, but I'm using XP)
Sent from my iPhone
On Jan 10, 2009, at 7:45 PM, "Sean McDirmid" <sean.mcdirmid@gmail.com> wrote:
Maybe you have spaces in your classpath?
On Sun, Jan 11, 2009 at 6:03 AM, Bret Lester < (bret [at] bretlester [dot] com> wrote:I'm getting an IOException while running the devel.prep Ant build
target as described here:
http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin#Preparation
The specific IOException message is this:
java.io.IOException: Cannot run program "C:\Program
Files\Java\jdk1.6.0_11\jre\bin\java.exe" (in directory
"C:\Users\Bret\workspace\scala\scala"): CreateProcess error=87, The
parameter is incorrect
After some google searches it seems this error is often associated
with the classpath being too long on Windows systems (which seems
likely since the build completes just fine on my MacBook). Any info as
to how to resolve this would be appreciated. Ive attached the full
console output from the build.
Thanks!
Bret L.
Mon, 2009-01-12, 02:47
#4
Re: Cannot Build Scala Eclipse Plugin on Windows Vista x64
Moving the scala root did the trick for now! Thanks
B.L.
On Sat, Jan 10, 2009 at 6:08 PM, Josh Suereth wrote:
> We just ran into this issue with the maven-scala-plugin. It looks like
> scalac will need to support something like @files, and then we need to
> update the tools to use that.
> For now, try hanging the scala root directory somewhere near a true root
> (Mine is C:\Projects\scala, but I'm using XP)
>
> Sent from my iPhone
> On Jan 10, 2009, at 7:45 PM, "Sean McDirmid"
> wrote:
>
> Maybe you have spaces in your classpath?
>
> On Sun, Jan 11, 2009 at 6:03 AM, Bret Lester wrote:
>>
>> I'm getting an IOException while running the devel.prep Ant build
>> target as described here:
>> http://lampsvn.epfl.ch/trac/scala/wiki/EclipsePlugin#Preparation
>>
>> The specific IOException message is this:
>> java.io.IOException: Cannot run program "C:\Program
>> Files\Java\jdk1.6.0_11\jre\bin\java.exe" (in directory
>> "C:\Users\Bret\workspace\scala\scala"): CreateProcess error=87, The
>> parameter is incorrect
>>
>> After some google searches it seems this error is often associated
>> with the classpath being too long on Windows systems (which seems
>> likely since the build completes just fine on my MacBook). Any info as
>> to how to resolve this would be appreciated. Ive attached the full
>> console output from the build.
>>
>> Thanks!
>> Bret L.
>
>
On Sun, Jan 11, 2009 at 6:03 AM, Bret Lester <bret@bretlester.com> wrote: