Compiler Output

This panel shows the compiler output called up from within AnyJ. Use F4/Shift F4 to move to the next/previous error, or just click on an error message to jump to the location of the error.

Note:
If the JDK is installed into a directory containing space characters (such as "Program Files"), the compiler cannot be called up. Install the JDK in a directory not containing spaces.

Note:
In compiling large projects using javac, javac may get a memory overflow. Specify -J-mx64m as an additional commandline option to fix this.

Note:
If the compiler fails to start or you are getting "assert messages", you are probably trying to compile a project with javac 1.2 while using classpathes from jdk1.1 .