Can someone help me get Java 2 to run on a Debian 2.1
system installed onto a Dell pentium II 350 Mhz
processor. I will go into details of the steps I took
and the results I got.

all steps done as root user
1. created directory /usr/local/sun/
2. unpack jdk1.3 from blackdown.org or sun ( can't
remember, i think they should be the same)

3. modified the .bashrc file and also the /etc/profile
file to include the environment variables
export JAVA_HOME="/usr/local/sun/jdk1.3"
export PATH="$PATH:JAVA_HOME/bin"
export CLASSPATH=".:$JAVA_HOME/lib:$JAVA_HOME/jre/lib"
export JAVA_COMPILER=javacomp

4. executed the following at the command prompt
%install /usr/bin/javac
/usr/local/sun/jdk1.3/bin/javac
%install /usr/bin/java /usr/local/sun/jdk1.3/bin/java

5. rebooted linux system

6. login as root user
7. sourced the .bashrc file
8. tried to execute java-version at command prompt
%java - version
got following messge
error - can't find libjava.so

9. also tried
%/usr/local/sun/jdk1.3/bin/java -version
got the follwing message

/usr/local/sun/jdk1.3/bin/java: /bin/realpath: No such
file or directory
/usr/local/sun/jdk1.3/bin/java: /bin/realpath: No such
file or directory
grep: /lib/jvm.cfg: No such file or directory
grep: /lib/jvm.cfg: No such file or directory
/usr/local/sun/jdk1.3/bin/java: /bin/realpath: No such
file or directory
java was not found in /bin/i386/native_threads/java
DEBIANSEAN:~#

Anyone know what I'm doing wrong? I would appreciate
any help.

Sean

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to