| Author |
JBuilder8 andconsole application
|
Kevin Knowles
Ranch Hand
Joined: Dec 29, 2002
Posts: 45
|
|
I just installed JBuilder8 Personal and though it runs most of the examples fine, I can't get it to run a simple console application. Anybody know the settings I need to change/set to get it to do this?
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9001
|
|
|
Moving this question to IDE's and other tools forum.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Amy Phillips
Ranch Hand
Joined: Apr 02, 2003
Posts: 280
|
|
Unfortunately JBuilder doesn't support input from the command line like I expect you want. The only way to get around this is to compile the application through JBuilder and then run it from the DOS command line where you can enter the inputs. Amy
|
 |
Kevin Knowles
Ranch Hand
Joined: Dec 29, 2002
Posts: 45
|
|
|
Well, I can't even find the simple compile unit or file command. There is only the run, make, or build using defaults command. How do I compile the unit/module from the IDE?
|
 |
 |
|
|
subject: JBuilder8 andconsole application
|
|
|