So I just checked out the odejava folder from the java.net cvs. I am using eclipse, which is a very nice editor.
I told it to run build.xml in the odejava folder and got this error:
1 2 3 4 5 6 7 8 9 10
| Buildfile: C:\Documents and Settings\Andrew\workspace\odejava\odejava\build.xml init: [mkdir] Created dir: C:\Documents and Settings\Andrew\workspace\odejava\odejava\classes build: [javac] Compiling 120 source files to C:\Documents and Settings\Andrew\workspace\odejava\odejava\classes
BUILD FAILED C:\Documents and Settings\Andrew\workspace\odejava\odejava\build.xml:69: Error running javac.exe compiler
Total time: 3 seconds |
does anyone know what I am doing wrong?
Are you sure you have the JDK installed, not only the JRE (runtime environment) ?
If it doesn't find the javac.exe file maybe it's you don't have it.