Thread: Compiler?
View Single Post
  #3 (permalink)  
Old 07-26-2008, 04:46 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,223
Norm is on a distinguished road
You'll want to down load the JDK (java development Kit) from the Sun site, and also the doc for it. The doc tells how to use all the utilities that are included in the JDK. One of the programs included in the JDK is the compiler: javac.
Reply With Quote