Jerry Treweek wrote:
>> From the number of requests for info on the Java 2 port, it would seem
that there are many other out there who are under pressure to move to
Java 2.  I've now developed a remote executor which allows for remote
compilation of java. We will use this until Java 2 is release and
stable, so we can move development on. <<

There is a much simpler solution that this.

To compile JDK1.2 (Java2) under linux, use IBM's Jikes compiler and the
rt.jar from the Solaris JDK1.2. This should compile java1.2 programs
just fine without the need for 
remote execution of anything.

However, you still won't be able to test the code under linux quite yet.


Steve.

Reply via email to