Click to See Complete Forum and Search --> : What's the best java compiler?


SKJ
04-07-2002, 02:16 AM
Anybody want to recomend a java compiler in Linux?
RedHat 7.2

thanks,
skj

Energon
04-07-2002, 03:02 AM
Any reason not to use the one from http://java.sun.com/ ?

Dru Lee Parsec
04-09-2002, 12:00 PM
The Sun SDK available here: http://java.sun.com/j2se/1.4/download.html works great on Redhat, Suse, Mandrake, and Debian from what I've experienced.

Energon
04-09-2002, 03:29 PM
*adds Slackware to that list*

Just in case... :)

Dru Lee Parsec
04-09-2002, 08:32 PM
Good to know, I havn't tried Slackware yet so I wasn't sure how well it ran. I would guess that it runs well on all versions of Linux.

Fireman-x
04-11-2002, 07:50 PM
Dru, I posted this at Coderforums.net but never did find an answer (even at the Javaranch place you recommended). How did you solve the dependency problems with Debian?

Bradmont5
04-11-2002, 10:22 PM
Originally posted by Fireman-x:
<STRONG>Dru, I posted this at Coderforums.net but never did find an answer (even at the Javaranch place you recommended). How did you solve the dependency problems with Debian?</STRONG>
stick this line in /etc/apt/sources.list:

deb ftp://ftp.uk.linux.org/pub/linux/java/debian/ woody non-free

then run apt-get update
then apt-get install j2sdk1.3

and there you go. :)