View Single Post
  #3 (permalink)  
Old 08-06-2007, 07:10 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Quote:
When u install the jre(jave runtime environment, i think it has a compiler in it so all u have to do to have a compiler is to download the jre).
No, JRE includes only interpreter (e.g. java command). JDK (Java Development Kit) includes the compiler (javac command).
Reply With Quote