Code Comments
Programming Forum and web based access to our favorite programming groups.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. Sorry for my Bad English.
Post Follow-up to this messageOn 27 May 2005 07:00:30 -0700, CLastGentleman wrote: > How I can create Win Exe from Java Source (GCJ). <http://www.physci.org/codes/javafaq.jsp#exe> -- 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
Post Follow-up to this messageCLastGentleman wrote:
> 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.
--
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/
________________________________________
_______________
Post Follow-up to this message> CLastGentleman wrote: 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.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.