Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: How to set the classpatch to multiple directory's?

    I've moved this thread to the IDE section.
  2. Re: How to set the classpatch to multiple directory's?

    Why are you trying to make this complicated structure before working out how to use classpaths and packages?
    Start with a simple package and classpath, get it to work and then make it a bit more...
  3. Re: How to set the classpatch to multiple directory's?

    What is the full path to SimpleMoteFinder.class file?
  4. Re: How to set the classpatch to multiple directory's?

    The folder: motej should be in the folder at the end of the classpath.

    If this it the path to the class file:
    C:\code\JavaCode\motejdemos\src\main\java\motej\demos\common
    then the classpath...
  5. Re: How to set the classpatch to multiple directory's?

    Where is the definition for the symbol located that the compiler can not find? If it is in a jar file, you need to add that jar file to the classpath for the compiler:
    javac -cp...
Results 1 to 5 of 5