Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,973

    Re: Package x does not exist????

    If the class files are not in a jar file, then the CLASSPATH needs to point to the folder containing the folder that is the head of the package name. Given package= com.mystuff, the CLASSPATH should...
  2. Replies
    4
    Views
    1,973

    Re: Package x does not exist????

    The java programs use the CLASSPATH variable to find class definitions. The CLASSPATH should be the location of the class files like a folder or a jar file. It won't look for jar files to search....
Results 1 to 2 of 2