You are not logged in.
Pages: 1
ok this is my first post on the arch linux forums and im having a wierd issue with firefox and jre.
I ran
pacman -S firefox jre
and both were installed, i was able to run azureus so i know the java is working for the system.
i try to browse over to a java embeded website and i get the prompt to install java... soooo... i curise on over to the /opt/java directory and notice i dont see a plugins folder that i can ln -s to firefox's plugins folder... i really dont know where else to look.... ive ran updatedb and then tried to locate more directories having to deal with jre but nothing of anyhelp that i can see.... I do know that i can fix this by downloading the pac straight from sun but i was wondering why pacman didnt succed with this part of my installation. BTW i did try to search the forums and didnt find anything in refrence with my problem.
Offline
You probably need to update your PATH and environnement variables. To do so, run 'bash /etc/profile' in a shell or logout/relogin to make the change system-wide.
Offline
Are you using Arch Linux for i686 or for x86_64? Because as far as I know on Arch64 there's no Java plugin.
In love I believe and in Linux I trust
Offline
yeah, ive logged in and out multiple times already and ive just tried running bash and still no java en firefox
Offline
im running arch x86_64 ... thats wierd... lemme look at some more stuff
Offline
well i see on the sun site that there is support for amd64, and i figured that x86_64 should be able to run 32bit version anyway..
Offline
you most likely need to turn it on
Edit > Preferences > |Content| > ~Enable Java
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
... not that much of a newbie, ive already double checked and triple checked that.
Offline
well i see on the sun site that there is support for amd64, and i figured that x86_64 should be able to run 32bit version anyway..
Arch64 can't run 32 bits binaries. The x86_64 community repo has 32 bits libraries package for Arch64. I believe you'll need to install them or run run firefox in a chroot. Look in the Arch64 forum, for more info about it.
I'll move this thread in the Arch64 forum.
Offline
just wanting to let people know that i still dont know y this isnt working...
Offline
Maybe you're not understanding. There is no Java plug-in for 64 bit. From the end of this page http://java.sun.com/javase/6/webnotes/i … tions.html :
Java Plug-in, Java Web Start, and Java Control Panel are not supported on 64-bit systems.
If you want Java in Firefox on 64 bit, you're going to have to install a bunch of 32 bit libraries. If you're running KDE, you can use 64 bit Java in Konqueror without 32 bit libraries.
Last edited by skottish (2007-02-02 15:20:03)
Offline
As far as I know the 64bit version of jre doesn't ship with a browser plugin. Check if there's a plugin installed in /opt/mozilla/lib/plugins.
Offline
i give up.... i keep getting mixed answers... let me just forget the 64bit until theres better support... im gonna reinstall the i686 version later on.
Last edited by Amphaeon (2007-02-02 12:27:57)
Offline
blackdown-jre has plugin for x86_64 and it works.
Its in AUR btw.
Flying is Trying is Dying
Offline
ty i will jot that down when i move back over to 64bit arch
Offline
ok, i have finally moved back to x86_64 and im trying to get mym java working again.... ive got the Blackdown from the aur and it installed... but my firefox kept crashing and i have a whole bunch of error logs in my home directory from this plugin... im wondering if this has anything to do with the fact that they are using the AMD64 source. If anyone could help i would appreciate it.
Offline
Install blackdown-jre and manually link libjavaplugin_oji.so to your firefox plugins directory and it should be ok. make sure all other system java links point to Sun Java 1.6. blah blah, so that other apps like limewire etc work properly. This issue is because Sun does not seem to consider us pure 64 bit guys deserve a jre plugin.
Offline
There were a few issues I had with arch64. running opera, java and flash and wine. If you have some spare disk space you could follow this wiki at ...
http://wiki.archlinux.org/index.php/Arc … bit_system
It's very well written and worked great for me, running 32 bit apps on arch64. It solved all my problems and eveything I need works. I'm sure the 64bit java and other issues will eventually sort it self out, and then it will be easy enough to delete the arch 32 bit chroot system.
-- archlinux 是一个极好的 linux。
Offline
I did the arch32-chroot. Cause it's a nice and elegant solution.
But I don't have a java-plugin in there.
See this post: http://bbs.archlinux.org/viewtopic.php?id=35902
And solved. I used firefox-64 and firefox-32 in chroot AT THE SAME TIME.
This cause an hassle with ~/.mozilla/firefox/pluginreg.dat
Using only firefox-32 solves my problem.
Last edited by johannesheld (2007-08-06 14:42:51)
Johannes
Offline
I wrote some 32-bit library packages here that you can use to run a 32-bit browser and 32-bit Java plugin on a 64-bit kernel. I set this up because I need 'Java WebStart' for my work, and setting it up this way allows me to use it seamlessly.
Good luck!
Offline
Install blackdown-jre and manually link libjavaplugin_oji.so to your firefox plugins directory and it should be ok.
ok ive done this, everything the same as i have been except i made a symbolic link to /home/user/.mozilla/plugins for /opt/java/.....plugin.so . Im having an issue where firefox just crashes whenever i put my mouse over the java applet randomly but very often and eventually happens. jre test page even works but it crashes when my mouse goes over the applet.
Offline
Perhaps you want to try an arch32 chroot to?
http://wiki.archlinux.org/index.php/Arc … bit_system
Johannes
Offline
Amphaeon
What Johannesheld has stated is good, unless, like me, you do not want to have lib32 in your 64 bit system.
The reason it is crashing is because your system java must be jre-U1 or whatever.
My earlier post
"I messed around for quite some time and sorted it out by installing blackdown-jre from AUR. Pkgbuild needs to be changed to include x86_64. I then downloaded the 64 bit jre pkg from Sun and unpacked it to /opt/java. I renamed jre folder (with blackdown) to blackdown-jre, and renamed the sun java folder jre -1.6.0 blah blah to jre. I then exported JAVA_HOME to point to the renamed jre folder. Modified /etc/profile to use java = jre. Modified all java symlinks in /usr/share and /usr/local/bin to point to Sun jre. Did source /etc/profile as root.
I placed a symlink to javapugin (blackdown-jre) in /opt/mozilla/firefox-2.0.0.4/plugins .
Now firefox uses blackdown but all other programs like limewire openoffice etc uses Sun Java.
Did I take a long way going about this? I am only a few months into Archlinux."
I also use gnash i/o flash. Not perfect but suits me
Offline
Pages: 1