Advertisement

[java] Javac.exe file

Started by April 06, 2001 02:29 AM
0 comments, last by Olek 23 years, 10 months ago
Where I can find this file for download? I need some free java compiler. Does anyone could tell me where I can find such? Do I need only this file (javac.exe) to compile applets? Olek, olo_b@poczta.onet.pl.
Olek, olo_b@poczta.onet.pl.
If you want to compile java applets, you will need the java developers kit (JDK). You can get it from sun at:

http://java.sun.com/

If you are only interested in writing applets you need at least version 1.1, which is a fairly small download. 1.3 is the latest released version, but it''s a bit of a bigger download, and most of the new features won''t work in applets (on most browsers). You just have to compile your code with -target 1.1 to ensure compatibility.

This topic is closed to new replies.

Advertisement