Thread: Java help...
View Single Post
  #4 (permalink)  
Old 11th May 2003, 15:08
El_Cid El_Cid is offline
Member
 
Join Date: Sep 2002
Posts: 84
Hi Taik!

Java files are compiled with javac.exe. You get a Class file, which is runned by java.exe and the JVM (java virtual machine).

Anyway, you should downloaded an IDE in order to developt more efficiently your applications. You can use JBuilder, Netbeans, Forte, ... I recommend you Kawa, because it's easy to understand and use.

Si entiendes el espaņol, mejor que mejor.
__________________
+ El Cid +




Reply With Quote