Search:

Type: Posts; User: Norm

Search: Search took 0.28 seconds.

  1. Replies
    7
    Views
    699

    Re: How can I import my own packages?

    Has the problem been solved now?
  2. Replies
    7
    Views
    699

    Re: How can I import my own packages?

    The classpath is a list of one or more directory paths that the javac and java commands will use to find java classes.
    In this command that is issued in the folder that holds the TheClass.java file:...
  3. Replies
    7
    Views
    699

    Re: How can I import my own packages?

    Does the classpath path for the javac command point to the folder that holds the myPackageName folder?


    javac -cp pathToFolderWithPackage;. TheClass.java
Results 1 to 3 of 3