Thread: Compiler?
View Single Post
  #3 (permalink)  
Old 07-26-2008, 03:46 AM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: SouthWest Missouri, USA
Posts: 2,229
Rep Power: 4
Norm is on a distinguished road
Default
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