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: Newbie


Quoting Steen Jansdal <steen@jansdal.dk>:

> It sounds like gcj is NOT the right option for you.
> Since you mention SWT I assume you are aware of the
> eclipse project. They do exactly what you are asking
> for. They have a small C program that displays a
> splash screen and start the java VM via JNI.

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. As far as I know, this is
something that can only be acheived using a tool like
gcj or JET (http://www.excelsior-usa.com/jet.html).

> I've
> tried to do the exact same thing: write a little C
> program whose only purpose is to embed a windows icon
> (so it looks like a "real" windows program)

I did the exact same thing using sun's launcher code,
parameterized using a single #define.

But it still relies on a JVM being present. Which I want
to avoid.

-- 
Loïc Péron

phone:(33) 683 880 177
mailto:loic.peron@bigfoot.com


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