You are not logged in.
Hi, I'm trying to install java, but have some problems with it..
First I installed Icedtea, which works for something, but fails otherwise. So I can't use it.
Then I removed it with pacman, and installed jre. However, Firefox3 doesn't recognize this. Nothing in about:plugins.
I then tried to install it manually, the latest beta, and ran the .bin file from terminal with sudo "sh ./ ...". It installed some files into /usr/share/java (5 different .jar files), and rest into the desktop. I guess I would find the javaplugin.so file in there and make a symbolic link to it in ~/.mozilla/plugins, but the javaplugin.so appears to be nowhere.
I then read at the help page from sun, but they only had instructions for x86 and those instructions were not close to be the same installation process as for x64 (I checked all directories the instructions directed to).
Then I let it be (don't know I uninstall a .bin extracted file..?), and searched on those forums. Figured I could install the x86 java plugin from AUR, but that did not work either.
So I'm a little lost here.. Why isn't it as easy on x86 when sun provide x64 support?
Help would be greatly appreciated!
Last edited by Ub1476 (2008-05-29 17:59:04)
Offline
I then tried to install it manually, the latest beta, and ran the .bin file from terminal with sudo "sh ./ ...". It installed some files into /usr/share/java (5 different .jar files), and rest into the desktop. I guess I would find the javaplugin.so file in there and make a symbolic link to it in ~/.mozilla/plugins, but the javaplugin.so appears to be nowhere.
there is no sun javaplugin for x86_64 AFAIK
Offline
Did you try icedtea6 from the repo mentioned here: http://bbs.archlinux.org/viewtopic.php?id=46878&p=1 That fixed all my java needs.
ARCH64 | XMonad | Configs | myAURpkgs | ArchWiki Contribs | Screenies
Offline
Icedtea was the first I installed, and it doesn't work alright with everything..:(
Here's what I downloaded from Sun: http://java.sun.com/javase/downloads/ea.jsp
Offline
So no full java support for Archlinux x64?
Offline
Correct me if I'm wrong, but the best work around I've heard of as of yet is to run 32-bit firefox on you x86_64 machine, you're not going to see any difference in performance. as far as I know java provides no support for x64
cyrusm
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
Correct me if I'm wrong, but the best work around I've heard of as of yet is to run 32-bit firefox on you x86_64 machine, you're not going to see any difference in performance. as far as I know java provides no support for x64
cyrusm
That is the conclusion I've drawn also. Oh well.
Offline
Hi, I am running X64 Archlinux 2008 and have found that you can install 'jre' (pacman -S jre) and then set the JAVA_HOME variable to /opt/java/jre and add: /opt/java/jre/bin to path and java will work.
export JAVA_HOME=/opt/java/jre
export PATH=$PATH:/opt/java/jre/bin
As for firefox i think you have to install the ia32-libs and then the 32bit java.
Regards
My hardware: Archlinux x64 AMD X2 4200, 5gb RAM, Ubuntu Hardy Laptop P3 1.2ghz 1GB RAM, Mac OS X Leopard G4 Powerbook 1.7ghz, 2gb RAM.
Offline
Correct me if I'm wrong, but the best work around I've heard of as of yet is to run 32-bit firefox on you x86_64 machine, you're not going to see any difference in performance. as far as I know java provides no support for x64
cyrusm
That's the only solution for 64 bit Firefox outside of IcedTea that I've ever heard that works. I read somewhere that nspluginwrapper can do it, but I've never seen good information there.
Offline