---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Hello, i am new to this newsgroup and i a also a newbie to linux, tahts why i have to aks (maybe) such stupid questions. I haven't found answers in any newsgroup or somewhere else.... I try to install ApacheJServ-1.1 on a SUSE Linux Server with Apache 1.3.3, JDK1.2.2 and JSDK2.0 1. I installed JDK1.2.2 to /usr/local/scr/jdk1.2.2 and set the path (in /etc/profile) JAVA_HOME=/usr/local/src/jdk1.2.2 CLASSPATH=$JAVA_HOME/lib/classes.zip ... PATH=$JAVA_HOME/bin:... export PATH JAVA_HOME CLASSPATH 2. I installed JSDK2.0 to /usr/local/src/JSDK2.0 and set the path to JSDK_HOME=/usr/local/src/JSDK2.0 CLASSPATH=$JSDK_HOME/lib/jsdk.jar:$CLASSPATH .. PATH=$JSDK_HOME/bin:$PATH ... export PATH JSDK_HOME CLASSPATH 3. After restarting (new connection to server) the path are set correct, but if i try # java -version (in command line) i get folowing error message: /usr/local/src/jdk1.2.2/bin/java: /bin/realpath: No such file or directory /usr/local/src/jdk1.2.2/bin/java: /bin/realpath: No such file or directory java was not found in /bin/i386/green_threads/java Why do i get that error message ?? All i found about that was aline in a mail where someone told tu upgrade the > I got a information that ask me to upgrad my Glibc > to version 2.1.1 before we install jdk1.2.2. So what about that ? 4. The ./configure script for ApacheJServ isnt running too, but i gues thats because of the not working java ... 5. If i run the ./configure script like : ./configure --with-apache=/usr/local/apache_1.3.3 --wi th-JSDK=/usr/local/src/JSDK2.0/lib/jsdk.jar I get anothet error message: checking JSDK... configure: error: javax.servlet.Servlet not found in /usr/local/src/JSDK2.0/lib/jsdk.jar I set all the pathes, so why do i get tehse message ??? I hope someone can give me a hint how to solve even a part of my problems. thanx in advance bye Ruedi -- -------------------------------------------------------------- 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]
