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]

Re: Compile from class


>>>>> "Steve" == Steve Ni <list at boyi-online dot com> writes:

Steve> For example, I compile HelloWorld.java by "javac
Steve> HelloWorld.java" under Sun JDK1.3, after got HelloWorld.class,
Steve> I run "gcj --main=HelloWorld -o Hello HelloWorld.class", does
Steve> libgcj also be required?

Yes.

Steve> When I execute "Hello", which java..* API's action will be
Steve> token? Sun JDK API or those in libgcj java.* API ?

libgcj.

Tom


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