Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    1,181

    [SOLVED] Re: How to create your own packages?

    For that command, the classpath should point to the current folder: game
    so if graphics is in game, it should be on the classpath

    The java files in the graphics folder should be in package...
  2. Replies
    7
    Views
    1,181

    [SOLVED] Re: How to create your own packages?

    The classpath needs to point to the folder that contains the package folder: graphics
    Where is the graphics folder located?
  3. Replies
    7
    Views
    1,181

    [SOLVED] Re: How to create your own packages?

    What folder did you issue the javac command in? You could be in the same one with the .java file. You'll need to set the classpath to point to the folder containing the package for the other...
Results 1 to 3 of 3