Re: Questions about Java Executables.



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/
_______________________________________________________
.



Relevant Pages

  • Re: Wozu noch DOS?
    ... Das meiste davon wird genauso unter MS-DOS 4.0 funktionieren. ... ein Programm mit einer Library linken, wenn man die Library nutzen will. ... Programm sie verwenden will, ist eigentlich nur ein nettes Gimmick. ... Instruktion 'int 10' zu 0xA0000000 springt. ...
    (de.comp.os.msdos)
  • Re: Include files with function prototypes and variable declaration/definition
    ... I would like to write a C programm with multiple include files, ... multiple definition of 'value'. ... extern int value; ... That's a declaration, but not a definition, so it reserves no storage. ...
    (comp.lang.c)
  • Re: Programms memory adress location access?
    ... > TIM wrote: ... > very strange to assign it to an int). ... > Neither of these functions are declared, so this should not compile. ... i just wanted to make programm such ARTMOBNEY if you heard of it... ...
    (comp.lang.cpp)
  • Re: solve 8x8 matrix
    ... I programm in C++. ... With a simple Gauss pivoting program, ... int main{ ... void gauss{ ...
    (sci.math.num-analysis)
  • Its right to user CWinThread as mine
    ... I write a thread class derived from CWinThread. ... CListeningThread(LPSTR address, int port); ... virtual BOOL SetSvrInf ... Then I use my class in main programm. ...
    (microsoft.public.vc.mfc)