Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,808

    Re: Package does not exist

    The way to set the classpath for a specific project is to use the javac and java commands' -cp option on the commandline. For Windows: (don't know filename separator for Mac)
    javac -cp...
  2. Replies
    5
    Views
    1,808

    Re: Package does not exist

    The selenium folder must be on the classpath so the compiler and java programs can find it. That's for class files.
    If the class files are in jar files, the jar files must be on the classpath.
  3. Replies
    5
    Views
    1,808

    Re: Package does not exist

    If you are getting error messages, please copy the full text and paste it here. Images are hard to read and copy contents from.

    Where is the package you are referring to in the import statement? ...
Results 1 to 3 of 3