hello
i've got a wicked problem.
if my CLASSPATH is set like this:
export CLASSPATH=$CLASSPATH:/usr/lib/j2sdk1.3/lib/tools.jar
i get a compiler error (see below)
if it is not set, the compilation runs without error.
---my system:
linux (debian woody)
j2sdk1.3_1.3.1-1_i386.deb from
On Sunday 01 September 2002 16:31, Dan Kegel wrote:
> Jochen Georges wrote:
> > if my CLASSPATH is set like this:
> > export CLASSPATH=$CLASSPATH:/usr/lib/j2sdk1.3/lib/tools.jar
> > i get a compiler error (see below)
> > if it is not set, the compilation runs without error.
>
> Please tell us