Looking For A Java Compiler
-
- Fame ! Where are the chicks?!
- Posts: 412
- Joined: 03 May 2006, 16:00
- 18
- Location: United States Of America
- Contact:
Looking For A Java Compiler
Does Anyone Know Where I Can Get The Offical Java Compiler?
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]
[img]http://img384.imageshack.us/img384/9996/chaos19862ub.png[/img]
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
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...
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...
-
- Fame ! Where are the chicks?!
- Posts: 412
- Joined: 03 May 2006, 16:00
- 18
- Location: United States Of America
- Contact:
Thank You
Thanks For The Information Bad_Brain Could You Get Me Started On The Install And Config Process Thank You Chaos1986.
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]
[img]http://img384.imageshack.us/img384/9996/chaos19862ub.png[/img]
- bad_brain
- Site Owner
- Posts: 11639
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
not much do to, simply install it in C:\ and when done open command prompt and type
if the version is displayed the install was successful...
Code: Select all
java -version