Search:

Type: Posts; User: helloworld922

Search: Search took 0.23 seconds.

  1. Replies
    6
    Views
    1,686

    Re: Problem with Compiling on mac

    You don't run the .java source file, you run the outputted .class file. In any case, you shouldn't be specifying the extension.
  2. Replies
    6
    Views
    1,686

    Re: Problem with Compiling on mac

    What command did you use? It seems like you're forgetting to invoke the java compiler itself:

    javac Capsite.java
Results 1 to 2 of 2