¡Hi guys!
I'm Joel Alfonso, a student from Mexico. I'm trying to use the javax-usb package for the Windows release but i still can't do that. I already get the two first jar files, the API and the common RI (and added them to the CLASSPATH), but at the time to compile with ANT (in Win XP SP2) the files in the alpha Windows Implementation that you provide in your CVS, I get the next error:
-----------------------------------------------------------------------------------------
C:\USB>ant jars
Buildfile: build.xml
Buildfile: build.xml
compile:
[echo] Compiling class files.
[javac] Compiling 5 source files to C:\j2sdk1.4.2_04\bin\src
[echo] Compiling JNI library.
[echo] Compiling class files.
[javac] Compiling 5 source files to C:\j2sdk1.4.2_04\bin\src
[echo] Compiling JNI library.
BUILD FAILED
C:\USB\build.xml:113: Execute failed: java.io.IOException: CreateProcess: build error=2
Total time: 5 seconds
-----------------------------------------------------------------------------------------
Can you please help me with this? I can't figure it out why this error is appearing. I would appreciate a lot any hint, it's a project for my finals at the school! Thank you very much.
Joel Alfonso