-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Jackie Sladky <[EMAIL PROTECTED]> writes:
> 1) We have linux 6 and Apache 1.3.6
I assume you mean Red Hat's 6.0 linux distribution. Even though, I'm
a big fan of Red Hat, linux does not equal Red Hat.
> CLASSPATH=/disk1/JSDK2.0/lib/jsdk.jar:/disk1/JSDK2.0/lib/jsdk.jar:.
> /disk1/jdk1.2/jdk1.2/bin/javac -g -deprecation
> ./org/apache/java/io/LogRecord.java
It is not obvious to me from the information that you posted what is
causing your problems. You might try posting more information or
debugging the compile problem from the shell. For example:
# cd /disk1/ApacheJServ-1.0/src/java
# export CLASSPATH=/disk1/JSDK2.0/lib/jsdk.jar:.
# /usr/local/jdk1.2/bin/javac -g -deprecation ./org/apache/java/io/LogRecord.java
#
If this last step reports some errors, post those.
-Paul
--
--------------------------------------------------------------
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]