Page 1 of 1 [ 4 posts ] 

Bashful
Emu Egg
Emu Egg

User avatar

Joined: 8 Dec 2004
Age: 43
Gender: Male
Posts: 8
Location: Texas

21 Jan 2005, 11:31 pm

I'm learning Java programming in COSC 1336. Does anyone know where you can download javac compiler for free? I heard at my university that javac compiler is free to download somewhere on the web.



Mel
Veteran
Veteran

User avatar

Joined: 19 Dec 2004
Gender: Female
Posts: 616
Location: Yorkshire, UK

22 Jan 2005, 5:53 am

I did a search and find a couple of links for you:


http://www.drjava.org/devdocs/x137.html

http://www.cs.bris.ac.uk/Teaching/Resou ... /java.html

http://www.trafficattack.info/java/java-compiler.html


Hope these links are of some use to you :)

Mel


_________________
Crush your intolerance, your stinking abhorrenceOf pleasures and laughter and lifeThe essence of life is to share our delightsDrink it down for there?s more still to come


alex
Developer
Developer

User avatar

Joined: 13 Jun 2004
Age: 37
Gender: Male
Posts: 10,214
Location: Beverly Hills, CA

22 Jan 2005, 10:05 am

The best place to get the Java compiler is directly from Sun. Their website is http://java.sun.com although I assume you'd probably want to use an IDE for your computer science work. I use eclipse ( http://www.eclipse.org/ ) as it is my favorite IDE. You could also try Netbeans or JCreator, but I have little experience with these two applications so I couldn't help you if you had any problems. If you get an IDE, I'm fairly sure that it will install the javac compiler for you, but I could be wrong.


_________________
I'm Alex Plank, the founder of Wrong Planet. Follow me (Alex Plank) on Blue Sky: https://bsky.app/profile/alexplank.bsky.social


Lyssie
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 26 Jan 2005
Gender: Female
Posts: 30
Location: San Francisco

27 Jan 2005, 12:03 pm

If you're on a Mac, the best IDE you can get for Java is Eclipse.

www.eclipse.org

If you're not on a Mac, the best you can get would be Metrowerk's Codewarrior Student Edition - be aware that the full version does NOT support Java.