This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Newbie
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