Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,261

    Re: Java Program stopped working

    The only thing I can think of is to uninstall java and reinstall it.
  2. Replies
    6
    Views
    1,261

    Re: Java Program stopped working

    The java program could not find the HelloDialog.class file.
    Check that the file exists. It is created by the javac program.
    Look at the tutorial for help: "Hello World!" for Microsoft Windows (The...
  3. Replies
    6
    Views
    1,261

    Re: Java Program stopped working

    Open a command prompt window, change to the directory with the HelloDialog.class file and enter:
    java HelloDialog

    copy the full contents of the command prompt window and paste it here. If there...
Results 1 to 3 of 3