what do you people think to be the best java compiler for apps and applets?
Thanks.
Printable View
what do you people think to be the best java compiler for apps and applets?
Thanks.
There is no best,
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).
Bye.
No, JRE includes only interpreter (e.g. java command). JDK (Java Development Kit) includes the compiler (javac command).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).