Advertisement

[java] VJ++ console output wont stay open

Started by October 01, 2000 07:01 PM
2 comments, last by Possibility 24 years, 3 months ago
Hey, I have been programming with VC++ for a long time now, but i just started a java course and I am trying to use VJ++, and got code working and everything, but when i go to run it, its a console app, and brings up the dos command shell and spits out my output and then the console disapears. The whole console window is only open for a fraction of second, i know in VC++ there is an option to keep the window so i can see my ouput, but for the life of me i cant find this option in VJ++ Can anyone help me please!!!!!!!!!!!!!!!!!!!!! Possibility
add this code to the end of the main section

try {
System.in.read();
} catch(Exception e) {}

I wish there was a button on my monitor to turn up the intellegince.
Theres a button called 'brightness' but it doesn't work
I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work
Advertisement
oh yeah just hit any key to close the console after

I wish there was a button on my monitor to turn up the intellegince.
Theres a button called 'brightness' but it doesn't work
I wish there was a button on my monitor to turn up the intellegince. Theres a button called 'brightness' but it doesn't work
Thanks, that worked pretty well.

Possibility

This topic is closed to new replies.

Advertisement