General YPN >> Linux Java
Posted by tart on 21:00:00 08-02-2001
um, I can't find out how to get any of the java compilers in linux to work, can you guys tell me how to use any of the following compilers?

Jikes
SDK
GUAVAC
(or patch JBuilder!!)

[ This Message was edited by: tart on 2001-08-02 21:07 ]

[ This Message was edited by: tart on 2001-08-02 21:48 ]
Posted by sachac on 16:08:00 08-03-2001
Grab the SDK from java.sun.com. Unpack it into a convenient directory and add the bin directory to your path. =)

Post any errors you get here?
Posted by tart on 17:08:00 08-03-2001
do i have to make a shell script every single time i want to run a program? (it's a little bit frustrating to click on the icon and it not come up) thx anyway - %t
Posted by epall on 17:36:00 08-03-2001
about JBuilder, I have version 3.5 and I can only run it with JDK 1.2.2 (maybe earlier) from sun.
Posted by jgrant on 21:18:00 08-03-2001
I use to use the JDK with Linux. I just downloaded it, installed it, then added /usr/local/jdk-*-*/bin to my path. It was something like that, then javac file.java, then to execute java file.class.