On Mon, 24 Jun 2002 01:50, Joel Hammer wrote: > Could someone point me to good and easy documentation on using java with > linux? > > I know I have a java runtime environment somewhere on my Caldera 2.4 > system, but when I installed Opera 6.01 it found no java environment. So, I > need to know what to do to make my java run time environment, whatever that > is, visible to opera. you need to set to up env vars in you .bash_profile file or /etc/profile JAVA_HOME=JAVA_HOME=/usr/java/j2sdk1.4.0 PATH=$PATH:/usr/java/j2sdk1.4.0/bin export JAVA_HOME PATH I have found that things like staroffice 5.2 that supposedly look for a Java installation are finicky about which version/brand of java you use. So even though they find your java environment they don't use it. -- James McDonald MCSE (Windows 2000/NT4), CCNA, CCA, MCP + I Registered Linux User #209832 http://jamesmcd.dns2go.com (home) Red Hat Linux release 7.2 (Enigma) 2:31am up 2 days, 12:01, 10 users, load average: 0.13, 0.12, 0.09 _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
