Compiler Settings

This panel allows to specify common options of javac-compatible compilers and (Win32 only:) "jvc" compiler settings.



IBM's Jikes compiler
Set the field "additional commandline options" to "+E" (Emacs compatible error messages).

How to use the MS-jvc compiler (Win32 only)
AnyJ contains special support for the JVC compiler included in the Microsoft SDK for Java.
  1. Download and install the MS-JDK for Java.
  2. set the "Use MS-jvc" to true.
  3. Note that the jvc compiler needs its own classes.zip in the classpath, respectively you can skip it in the classpath to force jvc to use default. Trying to compile with jvc using a JDK-classes.zip usually results in "class java.lang.Thread not found" or something similar.