Looking For A Java Compiler

Questions about programming languages and debugging
Post Reply
Chaos1986
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 412
Joined: 03 May 2006, 16:00
17
Location: United States Of America
Contact:

Looking For A Java Compiler

Post by Chaos1986 »

Does Anyone Know Where I Can Get The Offical Java Compiler? :twisted: :evil:
If Man Made It Man Can Crack Or Hack It & If You Want To Be A True Hacker You Need To Keep Your Mind Open And Always Be Willing To Learn
[img]http://img384.imageshack.us/img384/9996/chaos19862ub.png[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

http://java.sun.com/javase/downloads/index.jsp

get this one: JDK 5.0 Update 8


best uninstall any Java JRE and/or SDK first if there already one on your system, and best install it in C:\ because it's more comfy when you have to change to another directory when compiling later... :wink:

Chaos1986
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 412
Joined: 03 May 2006, 16:00
17
Location: United States Of America
Contact:

Thank You

Post by Chaos1986 »

Thanks For The Information Bad_Brain :D Could You Get Me Started On The Install And Config Process Thank You Chaos1986. :twisted: :evil:
If Man Made It Man Can Crack Or Hack It & If You Want To Be A True Hacker You Need To Keep Your Mind Open And Always Be Willing To Learn
[img]http://img384.imageshack.us/img384/9996/chaos19862ub.png[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

not much do to, simply install it in C:\ and when done open command prompt and type

Code: Select all

java -version
if the version is displayed the install was successful... :wink:

Post Reply