From JAVA to EXE without the JRE  
Author Message
Miguel De Anda





PostPosted: 2003-7-17 3:47:00 Top

java-programmer, From JAVA to EXE without the JRE
"Emil" <email***@***.com> wrote in message
news:email***@***.com...
> I would like to find a software or a way to have all my classes in my
> application as well as the .dll that I have (from C++) installed into
> one executable.
>
> Any suggestions will be appreciated.
>
> Or, can I have the JRE encapsulated somehow, and later unzip in the
> same directory so that the program would run ?
>
> Emil
>

I think a lot of IDE's have the jre with the install package. Try doing a
search of various installers. I think a popular one is InstallAnywhere
(www.zerog.com).



 
catalysoft.com





PostPosted: 2003-7-17 7:52:00 Top

java-programmer >> From JAVA to EXE without the JRE Not sure how/whether you could deal with the .dll, but have you looked at
exe4j,
which can generate a single executable that includes your code as well as a
bundled JRE?

More information at
http://www.ej-technologies.com/products/exe4j/overview.html

Simon
"Miguel De Anda" <email***@***.com> wrote in message
news:VYhRa.1549$email***@***.com...
>
> "Emil" <email***@***.com> wrote in message
> news:email***@***.com...
> > I would like to find a software or a way to have all my classes in my
> > application as well as the .dll that I have (from C++) installed into
> > one executable.
> >
> > Any suggestions will be appreciated.
> >
> > Or, can I have the JRE encapsulated somehow, and later unzip in the
> > same directory so that the program would run ?
> >
> > Emil
> >
>
> I think a lot of IDE's have the jre with the install package. Try doing a
> search of various installers. I think a popular one is InstallAnywhere
> (www.zerog.com).
>
>
>