CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    U.K
    Posts
    25

    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


  2. #2
    Join Date
    Sep 2000
    Location
    Texas
    Posts
    22

    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
  •  





Click Here to Expand Forum to Full Width

Featured