Newbie
Anthony Green
green@redhat.com
Tue Oct 15 08:01:00 GMT 2002
On Tue, 2002年10月15日 at 02:43, Andrew Haley wrote:
> > My concern is about having to separately install a JVM:
> > my users can/will not do that. I would like to rely on
> > an interpreter compiled with my launcher, so that my
> > application is stand-alone.
>> But you'll still need to put a .jar file with your interpreted code
> somewhere.
You can link your jar file into the executable image with `gcj
--resource'.
AG
More information about the Java
mailing list