For Programmers: Free Programming Magazines  


Home > Archive > Java Help > June 2005 > Questions about Java Executables.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Questions about Java Executables.
CLastGentleman

2005-05-27, 4:02 pm

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.

Andrew Thompson

2005-05-29, 4:00 am

On 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
Yu SONG

2005-05-30, 8:58 pm

CLastGentleman 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/
________________________________________
_______________
Vit

2005-06-01, 4:01 pm

> CLastGentleman wrote:[color=darkred]

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.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com