----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Thanks a lot! That was the problem.
> Compiling Logger.java ...
> /bin/sh: ../jdk1.2.2/bin/javac: No such file or directory
> make[6]: *** [Logger.class] Error 126
>
> What is the problem? Tha javac compiler is in my path and works. I tried
> already to compile the Logger.java by hand but this fails because of a
> compiler error! Is this a problem of jdk 1.2.2?
> Thanks for your help.
Don't specify a relative path to the JDK. Specify a full path instead and
things will work just fine.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]