资讯

The Java JDK (Java Development Kit) is a software development environment that creates Java applications. It includes tools and libraries that enable developers to write, compile, and execute Java ...
1. 从www.towerj.com获得一个TowerJ编译器,该编译器可以将你的CLASS文件编译成EXE文件。 2. 利用微软的SDK-Java 4.0所提供的jexegen.exe ...
I installed java today and created the traditional hello world console application called first.java. I set the PATH stuff and whatnot, and the Sun tutorial says type in "javac first.java".