C
Christoph Keller
Dear NG
I'm trying to import a package stored in a file "jacob.jar" by:
import com.jacob.com.*;
The compiler says:
package com.jacob.com does not exist.
jacob.jar ist stored in c:\program files\java\classes and the table of
content shows:
META-INF/MANIFEST.MF
com/jacob/com/ComException.class
com/jacob/com/ComFailException.class
etc.
the environment variable CLASSPATH is set to "c:\program files\java\classes"
I also tried to store "jacob.jar" in ....\java\jre\lib or
.....\java\jre\lib\ext but it did not helb:
package com.jacob.com does not exist, says the compiler.
I would very much appreciate any help or hints, thanks
Chris Keller, JAVA newbie (version 6, Windows XP)
I'm trying to import a package stored in a file "jacob.jar" by:
import com.jacob.com.*;
The compiler says:
package com.jacob.com does not exist.
jacob.jar ist stored in c:\program files\java\classes and the table of
content shows:
META-INF/MANIFEST.MF
com/jacob/com/ComException.class
com/jacob/com/ComFailException.class
etc.
the environment variable CLASSPATH is set to "c:\program files\java\classes"
I also tried to store "jacob.jar" in ....\java\jre\lib or
.....\java\jre\lib\ext but it did not helb:
package com.jacob.com does not exist, says the compiler.
I would very much appreciate any help or hints, thanks
Chris Keller, JAVA newbie (version 6, Windows XP)