LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How doI install JAVA in konqueror? (https://www.linuxquestions.org/questions/linux-newbie-8/how-doi-install-java-in-konqueror-144828/)

akihandyman 02-11-2004 09:22 AM

How doI install JAVA in konqueror?
 
I installed sun java(jre1.4.01),and set konqueror browser,path to java executable,to /usr/java/j2re1..4.2_01,but it is not working.

vinay_s_s 02-11-2004 09:31 AM

Set it to:
/usr/java/j2......../bin/java

busbarn 02-11-2004 10:04 AM

go to settings (um, under the tools menu? it's slipping my mind right now). Scroll down to plugins. Have konq scan for new plugins. If it doesn't find it, then you'll need to add your path to the search list.

DrOzz 02-11-2004 10:33 AM

or even better :
a step by step
which is something everyone loves :P

vectordrake 02-11-2004 10:17 PM

Add this to your .bashrc file:

PATH=$PATH:/usr/java/j2re1..4.2_01/bin
JAVA_HOME=/usr/java/j2re1..4.2_01/bin
export PATH
export JAVA_HOME

Life will be easier after that. Adding the path in the konqueror settings will actually stick then. You'll be able to do the same thing with Opera as well (or any java app, for that matter)


All times are GMT -5. The time now is 04:22 PM.