Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Jbuilder 9 Enterprise Help

Reply
Thread Tools

Jbuilder 9 Enterprise Help

 
 
Allstarnz
Guest
Posts: n/a
 
      02-03-2004
I'm kind of new to JBuilder, so please forgive a perhaps obvious question.

I wanted to make my jpx file as an exe, which worked fine using the wizard.
However now that I have done what I want I don't want it to make an exe
every time I compile my program. How do I stop it doing this?? I just want
to let it compile so I can continue testing and adding stuff. I managed to
do it before, but can't get it to work anymore.

Thanks
Allstarnz


 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      02-03-2004
Allstarnz wrote:
> I'm kind of new to JBuilder, so please forgive a perhaps obvious
> question.


I suggest you compile and build your
..java source from the command line until
you figure the basics.

You might also try c.l.j.softwaretools

--
Andrew Thompson
* http://www.PhySci.org/ Open-source software suite
* http://www.PhySci.org/codes/ Web & IT Help
* http://www.1point1C.org/ Science & Technology


 
Reply With Quote
 
 
 
 
john doe
Guest
Posts: n/a
 
      02-03-2004
how do u compile to exe with jbuilder ??
didn't know that was possible !
is it in all the jbuilder releases ??
bye

"Allstarnz" <> schreef in bericht
newsrLTb.20505$...
> I'm kind of new to JBuilder, so please forgive a perhaps obvious question.
>
> I wanted to make my jpx file as an exe, which worked fine using the

wizard.
> However now that I have done what I want I don't want it to make an exe
> every time I compile my program. How do I stop it doing this?? I just

want
> to let it compile so I can continue testing and adding stuff. I managed

to
> do it before, but can't get it to work anymore.
>
> Thanks
> Allstarnz
>
>



 
Reply With Quote
 
Tor Iver Wilhelmsen
Guest
Posts: n/a
 
      02-03-2004
"john doe" <> writes:

> how do u compile to exe with jbuilder ??
> didn't know that was possible !


It creates an EXE header for a jar, so it's just as "half-hearted" as
Microsoft's attempt. You still need the JRE installed.
 
Reply With Quote
 
znôrt
Guest
Posts: n/a
 
      02-03-2004
On 03 Feb 2004 19:03:32 +0100, Tor Iver Wilhelmsen
<> wrote:

>"john doe" <> writes:
>
>> how do u compile to exe with jbuilder ??
>> didn't know that was possible !

>
>It creates an EXE header for a jar, so it's just as "half-hearted" as
>Microsoft's attempt. You still need the JRE installed.


That's in my opinion just the right thing to do. Even if someone can't
resist the absurd temptation of delivering java software in exe
format, there's no need to mess around with custom, embedded or
duplicate JVM's for this. If you bundle the JRE with your exe
loader... then why not bundle windows too? Using the currently JRE
installed on the system is just fine, that's just the way Java is
meant to be. My guess.

regards
znôrt
 
Reply With Quote
 
Bill Joy
Guest
Posts: n/a
 
      02-04-2004
Right-click on the node in the Project pane, select
Properties, on the Archive tab unselect "Always create
archive when building the project".

When you want to build the the EXE, again right-click on the
node but select Make.


"Allstarnz" <> wrote in message
newsrLTb.20505$...
I'm kind of new to JBuilder, so please forgive a perhaps
obvious question.

I wanted to make my jpx file as an exe, which worked fine
using the wizard.
However now that I have done what I want I don't want it to
make an exe
every time I compile my program. How do I stop it doing
this?? I just want
to let it compile so I can continue testing and adding
stuff. I managed to
do it before, but can't get it to work anymore.

Thanks
Allstarnz



 
Reply With Quote
 
Allstarnz
Guest
Posts: n/a
 
      02-04-2004
"Bill Joy" <> wrote in message
news:QhZTb.19888$ om...
> Right-click on the node in the Project pane, select
> Properties, on the Archive tab unselect "Always create
> archive when building the project".
>
> When you want to build the the EXE, again right-click on the
> node but select Make.
>
>
>


Thanks Bill for your help, it's now sorted thanks to the tip.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
If you try the JBuilder Enterprise trial, you won't be able to run Turbo JBuilder afterwards Ramon F Herrera Java 6 11-11-2007 06:27 AM
Why do JARs made with JBuilder 2006 Enterprise not work outside IDE??? alan_conoco@hotmail.co.uk Java 0 08-02-2006 07:52 AM
JBuilder 2005 - JBuilderW fails but JBuilder runs from dos box?!? davout Java 1 03-06-2005 02:38 AM
Anyone want a copy of JBuilder X Enterprise ? Jason Java 0 07-28-2004 12:53 AM
Re: Could not find the main class - JBuilder 8 Enterprise Tris Orendorff Java 0 07-16-2003 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57