This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compile from class
- From: Tom Tromey <tromey at redhat dot com>
- To: "Steve Ni" <list at boyi-online dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 24 Mar 2003 20:05:46 -0700
- Subject: Re: Compile from class
- References: <000b01c2f33f$a052def0$5623030a@d2lv11x>
- Reply-to: tromey at redhat dot com
>>>>> "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