View Full Version : java compiler
bsdnewbie999
07-30-2008, 03:04 PM
Any Java compiler recommendations other than eclipse? I found jdk-1.5.0.14.tgz missing in the openbsd packages, hence i cannot install eclipse.
adamk
07-30-2008, 03:20 PM
Uhhh... Why are you posting this under the FreeBSD section if you're talking about OpenBSD? :-)
killasmurf86
07-30-2008, 03:36 PM
Eclipse is not compiler, it's IDE (Integrated Development Environment)
I recommend NetBeans
ninjatux
07-30-2008, 09:43 PM
NetBeans works great, but the latest takes a little bit of work.
TerryP
07-31-2008, 04:05 AM
The standard issue javac is probably your best bet 8=).
The GNU Compiler For Java (gcj) is useful, although I have never fed enough Java code through it to notice problems. When it comes to IDEs, there are many options.
jggimi
07-31-2008, 12:25 PM
...I found jdk-1.5.0.14.tgz missing in the openbsd packages...You were busy building JDK 1.6 on OpenBSD in June:
http://daemonforums.org/showthread.php?t=1014
And as the JDK 1.6 port requires 1.5 as a dependency, you should have it (or be able to recreate it). You should also recall that building of Sun's Java must be done from ports for licensing.
FAQ 8.3 discusses Java choices and the building of Sun's JDK.
bsdnewbie999
08-09-2008, 03:41 AM
I try to install netbeans but it require jdk-1.5.0.14 package. But now I cannot find this package in openbsd website. They had removed the package? Because I remember I did install eclipse before so jdk-1.5.0.14 package should be there.
ocicat
08-09-2008, 06:31 AM
Because I remember I did install eclipse before so jdk-1.5.0.14 package should be there.
No, there are no packages for JDK 1.5 or 1.6 due to licensing issues. This is discussed in Section 8.3 of the FAQ:
http://openbsd.org/faq/faq8.html#Programming
If you want to install either JDK 1.5 or 1.6, you must compile the port.
jggimi
08-09-2008, 01:18 PM
This makes the third time we've gone over this, if my memory is correct.Here are the other two:
http://daemonforums.org/showthread.php?t=1014
http://daemonforums.org/showthread.php?t=1582
Please read the responses in this and your previous threads before asking the same question a fourth time.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.