This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compile from class
- From: "Steve Ni" <list at boyi-online dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 25 Mar 2003 18:26:09 -0800
- Subject: Compile from class
If I compile execute file from Class but not Java file, then, what's java.*
package GCJ adapted?
For example, I compile HelloWorld.java by "javac HelloWorld.java" under Sun
JDK1.3, after got HelloWorld.class, I run "gcj --main=HelloWorld -o Hello
HelloWorld.class", does libgcj also be required? When I execute "Hello",
which java..* API's action will be token? Sun JDK API or those in libgcj
java.* API ?