Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    Please copy and paste contents of command prompt window vs screen prints:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again...
  2. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    Please read ALL of post#8.
  3. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    Can you show the console for your test.

    The javac command doesn't say anything if the compile was successful. Is there a .class file in the folder with the .java file?
  4. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    I don't think the package statement is a problem for this use of the javac command. It will be a problem when the OP tries to execute the program if the class file is not in that folder and the java...
  5. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    The PATH environment variable is set from the Settings | Control Panel | System panel.
    Select the Advanced tab and Click on the Environment variables button.
    At the bottom in System Variables, find...
  6. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    The javac.exec command probably expects to be in a folder with all the parts it needs.
    Delete the one you copied to the system32 folder and add an entry to the PATH environment variable that ends in...
  7. Thread: helloworld noob

    by Norm
    Replies
    12
    Views
    2,436

    Re: helloworld noob

    that's weird. No idea how you get that error.
    Could be a bad JDK install. Can you go to a command prompt and enter: Set
    to display your environment variables. Then copy the contents of the...
Results 1 to 7 of 7