Re: How to include *.class file with package in CLASSPATH?
- From: Joshua Cranmer <Pidgeot18@xxxxxxxxxxxxxxx>
- Date: Sun, 27 Apr 2008 22:16:50 GMT
Ulf Meinhardt wrote:
I added D:\java\output\aaa\bbb\ccc to the CLASSPATH. Shouldn't that be sufficient?
It should be D:\java\output\.
Java assumes that a class `java.lang.Object' would be stored in java\lang\Object.class with some path from the classpath prepended to it, be it jar:rt.jar! (e.g., for a jar file) or D:\java\output\.
--
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
.
- Prev by Date: Re: Question about the package directive
- Next by Date: Re: How to include *.class file with package in CLASSPATH?
- Previous by thread: Re: How to include *.class file with package in CLASSPATH?
- Next by thread: Re: How to include *.class file with package in CLASSPATH?
- Index(es):
Relevant Pages
|
|