At 10:38 AM 5/19/00 -0400, you wrote:
>> 
>> Send me a copy of the JDE 2.1.5 compiler buffer so I can compare the two to
>> see what the difference is.
>> 
>> - Paul
>
>2.1.5 Output 
>
>cd c:/MPCSusopsSrc/ntt/qstedit/
>javac -classpath "c:\MPCSusopsLib" -sourcepath "c:\mpcsusopssrc" -d
>c:/mpcsusopsLib -Xdepend QstElement.java
>
>Compilation finished at Fri May 19 08:45:30
>
>The 2.1.6 output is...
>
>cd c:/MPCSusopsSrc/ntt/qstedit/
>javac -classpath "c:/mpcsusopslib" -d c:/mpcsusopslib -Xdepend QstElement.java
>QstElement.java:4: Superclass ntt.qstedit.QstItem of class
>ntt.qstedit.QstElement not found.
>public abstract class QstElement extends QstItem
>                                         ^
>1 error
>
>Compilation exited abnormally with code 1 at Fri May 19 10:34:44
>
>
>THE PROBLEM is that 2.1.6 does not put -sourcepath in the compiler command
>line.  I verified that this is required by running the two javac commands in a
>cygwin window.  The results are the same.  I do have the sourcepath 
>specified in
>JDE>Project>Options>General
>
>A real bug?? 

Not sure. I'll check.

>Is there a work around??
>

Yes. Include your source directories in the classpath. This always works
for me.

- Paul

Reply via email to