Search:

Type: Posts; User: AceX

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,802

    Re: Package does not exist

    I've found my java class path and it is /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

    So should I put the jar files and the libs folder in there or the entire folder? and how...
  2. Replies
    5
    Views
    1,802

    Re: Package does not exist

    Sorry about that.

    javac Pgrm.java
    Pgrm.java:12: package selenium does not exist
    import selenium.*;
    ^
    1 error

    and the selemium folder is on my Desktop. It contains the selenium source.jar...
  3. Replies
    5
    Views
    1,802

    Package does not exist

    Trying to teach myself java.
    And Ive downloaded the selenium java api.
    It comes with these files:

    1804

    I prefer to write my code with terminal on my mac and execute with command line. I...
Results 1 to 3 of 3