Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

  1. Replies
    18
    Views
    3,427

    Re: .java File not found

    javac -cp path/to/other/class ClassWithMainMethod.java
  2. Replies
    18
    Views
    3,427

    Re: .java File not found

    The compiler is still trying to find your .java files in the current directory. What you need to do is cd to the directory of your main class and compile from there and only add the path to the other...
Results 1 to 2 of 2