> How I can create Win Exe from Java Source (GCJ).
<http://www.physci.org/codes/javafaq.jsp#exe>

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
> Hi,
> How I can create Win Exe from Java Source (GCJ).
You need some third party programs (not in the standard Sun distribution)
> If I create a Executable, must installed a Runtime on the client PC,
> where the Programm Run.
It should not require JVM, but it may need other dlls.

Signature
Song
/* E-mail.c */
#define User "Yu.Song"
#define At '@'
#define Warwick "warwick.ac.uk"
int main() {
printf("Yu Song's E-mail: %s%c%s", User, At, Warwick);
return 0;}
Further Info. : http://www.dcs.warwick.ac.uk/~esubbn/
_______________________________________________________
Vit - 01 Jun 2005 12:48 GMT
> > Hi,
> > How I can create Win Exe from Java Source (GCJ).
> > If I create a Executable, must installed a Runtime on the client PC,
> > where the Programm Run.
You can try this tool, which allows to do exactly what you need:
http://www.excelsior-usa.com/jet.html
it will automatically define the elements of Run-time needed for your
application and inlude them into your executable.