Java compiler scripts

This tutorial assumes that you are using the Java compiler that is provided by your EAServer installation; however, you can use any compiler as long as it produces bytecode that is compatible with JDK 1.3 or later.

EAServer provides a compilation script in the bin subdirectory to compile Java files using the JDK included with EAServer:

Platform

Compilation script

Windows

bin\jc.bat

UNIX (all)

bin/jc

The compilation steps in the tutorial use these scripts. You can also use any IDE that is compatible with JDK 1.3 or later.