FF crashes when trying to load https://bcee.snet.lu/ssogate/xlogin
My OS is Ubuntu 11.10 and I use Firefox 10.0.2. However, already before upgrading to Ubuntu 11.10, FF crashes when I try to load my internet-banking homepage https://bcee.snet.lu/ssogate/xlogin . In earlier FF-versions it worked. It also works in Chromium so it should be FF-specific problem. I also tried it in SafeMode but still FF crashes.
Chosen solution
That may be a problem with Java.
You can try to install the Sun Java package to see if that works better than IcedTea and OpenJDK.
- http://kb.mozillazine.org/Java
- http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
All Replies (3)
Can you check this on 11beta?
Chosen Solution
That may be a problem with Java.
You can try to install the Sun Java package to see if that works better than IcedTea and OpenJDK.
- http://kb.mozillazine.org/Java
- http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
Thanks for the replies. Replacing icedtea by the oracle java solved the issue.
Here's how I did it (using 64-bit OS):
- go to http://www.java.com/en/download/linux_manual.jsp?locale=en
- download the Linux x64-bin file to a location of your choice
- follow the instruction on http://www.java.com/en/download/help/linux_x64_install.xml
chosen locations in my case:
- I installed java to my folder where all my java-programmes are located: usr -> lib -> jvm
- my Firefox plugins-folder (where you create the symbolic link) for FF is located in: usr -> lib -> mozilla -> plugins
Modified