|
-
October 3rd, 2000, 09:56 AM
#1
java.exe problem
I'm currently writing a basic java IDE and am having problems with the java facility. I can run visual java programs from my application no problem, but anything that is solely text based i.e "Hello world" will not stay on the screen long enough to be read or doesn't appear on the screen at all!
Can anybody help?
Thanks
-
October 4th, 2000, 10:14 PM
#2
Re: java.exe problem
if you don't write in a pause function of some sort you won't see it, because java is probably executing the program and then the ide is closing the console as soon as it finishes running.. if you go out to dos prompt(or a shell for you unix guys) and run the program the text should come up on the screen.
"There are no facts, only interpretations."
-Friedrich Nietzsche
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|