You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you get an error message of the form

java.io.IOException: CreateProcess: javac HAA23_filt.java error=2

or

 

when compiling in JAS3 then the problem is that JAS3 cannot find your java compiler. To fix this you need to select View -> Preferences from the JAS3 menus, the select Java -> Compiler in the preferences dialog.

In the box labeled "External Compiler" make sure the full path to your javac compiler is selected. Probably should be something like:

C:\Program Files\Java\jdk1.5.0_04\bin\javac.exe

or

/usr/local/bin/java
  • No labels