Re: Questions about Java Executables.
- From: Yu SONG <tips@xxxxxxxxxx>
- Date: Mon, 30 May 2005 22:55:42 +0100
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/ _______________________________________________________ .
- References:
- Questions about Java Executables.
- From: CLastGentleman
- Questions about Java Executables.
- Prev by Date: Applet Changes in 1.5_03 SDK?
- Next by Date: Re: Applet Changes in 1.5_03 SDK?
- Previous by thread: Re: Questions about Java Executables.
- Next by thread: return more than one object within one method
- Index(es):
Relevant Pages
|