This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]