LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Blackdown Java (https://www.linuxquestions.org/questions/linux-software-2/blackdown-java-125734/)

raysr 12-14-2003 10:38 AM

Blackdown Java
 
I downloaded Blackdown.orgs version of j2re-1.4.1_01-linux-i586-gcc2.95.bin. I have MDK 9.2 and 723 Opera. I'm changing because Opera crashes on some sites. How do I go about opening and installing this program? Does it self-install once opened like in windows? If you can help please be very basic. Thanks.:newbie:

david_ross 12-14-2003 12:07 PM

As root run:
bash j2re-1.4.1_01-linux-i586-gcc2.95.bin

Accept the agreement this will extract a new folder jre-xxx. Move the folder to /usr/local/jre-xxx

Then link the plugin from the plugin subdirectory to your browsers plugin directory.

Andrew Benton 12-14-2003 04:01 PM

I disagree, you don't need to become root to install Java, it works very well in my home directory.
Edit - I misread the original post, I thought it said Konqueror, not Opera - silly me.

raysr 12-14-2003 05:06 PM

Thank you for the replies. What is the best way to uninstall the java I'm using now? I tried it one wa y described in forum but it didn't work.:newbie:http://www.linuxquestions.org/questi...=unistall+java

Faecal 12-14-2003 06:29 PM

How to uninstall something depends on how you installed it. Assuming it came with your initial installation, you should use your distribution's package management tools to remove it.

raysr 12-14-2003 08:33 PM

It was j2re1.4.1_01-linux-i586-rpm.bin in "home". Not with the installation.:newbie:

doralsoral 12-14-2003 10:12 PM

all you need to do is run the bin file (./javafilename) then it will uncompress a directory. find the plugin in that directory. should be something like javaplugin_oji.so or something. Then create a symbolic link from from that to the directory where your plugins for your browser are stored. it MUST be a symbolic link or it will not work. it looks something like this ln -s /j2rexxx/plugin/i386/mozilla/javaplugin_oji.so /usr/local/mozilla/plugins/javaplugin_oji.so of course your paths will be different depending on where your stuff is located. hope this helped. also i dont remember wheich browser you said you were using. all i see plugins for in my directory are netscape and mozilla.

david_ross 12-15-2003 01:08 PM

Quote:

Originally posted by raysr
Thank you for the replies. What is the best way to uninstall the java I'm using now? I tried it one wa y described in forum but it didn't work.:newbie:http://www.linuxquestions.org/questi...=unistall+java
Just delete the files and the plugin in your browsers plugin directory.

Th reason I suggested an install as root is that you only need to do it once and then all users on the system have java. If you install as a user then only you will have java.

tricky_linux 12-15-2003 01:20 PM

in my case, i did install the package by ./....bin and had agree it. My mozilla browser could automatically see that plagins. but everytime i gone to a java site. every mozilla window suddenly dissapears and says something wrong with "java_vm"
Is there anyway i could straight this out???

david_ross 12-15-2003 01:36 PM

Did you download the correct version?

Andrew Benton 12-15-2003 02:33 PM

Quote:

Originally posted by tricky_linux
in my case, i did install the package by ./....bin and had agree it. My mozilla browser could automatically see that plugins. but every time i gone to a java site. every mozilla window suddenly dissapears and says something wrong with "java_vm"
Is there anyway i could straight this out???

From either /path/to/mozilla/plugins or ~/.mozilla/plugins you need to make a symbolic link to the libjavaplugin_oji.so that was compiled with gcc3.2, which means you either need j2re1.4.2 from Sun (as it gives you a choice of plugins compiled with gcc2.9 or 3.2) or a Blackdown version of Java that was compiled with gcc 3.2.


All times are GMT -5. The time now is 05:57 PM.