 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Aljo_ Guest
|
Posted: Tue Dec 02, 2003 6:48 pm Post subject: How do you make an .exe file with JBuilder9? |
|
|
Hello!
I recently bought JBuilder9.
And would like to compile a source and turn it into an .exe file. Except I
cannot figure out how to do this.
Could anybody here tell me how to generate an executable with JBuilder9?
Thanks!
Aljo_
--
http://home.planet.nl/~aljo.in.pictures (About me, my relatives, hometown,
etc...)
http://www.home.zonnet.nl/Amersfoort (About my hometown, lots of photos and
explanation. Ook in het Nederlands.)
http://www.ranger49.tmfweb.nl (About the American Forces Network Europe.)
http://ranger.TMF.nl (My TMF ID.)
|
|
| Back to top |
|
 |
Don Freeman Guest
|
Posted: Wed Dec 03, 2003 11:54 pm Post subject: Re: How do you make an .exe file with JBuilder9? |
|
|
"Aljo_" <aljo_ribw (AT) hotmail (DOT) com> wrote
| Quote: | Hello!
I recently bought JBuilder9.
And would like to compile a source and turn it into an .exe file. Except I
cannot figure out how to do this.
Could anybody here tell me how to generate an executable with JBuilder9?
If I understand you correctly, .exe files are not created from .java source |
code files. What is "compiled" (actually translated to bytecode) are .class
files. These are then run by passing it to the java command.
ie: yourApp.java is compiled to yourApp.class and is run by "java yourApp".
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|