I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers.
Following the instructions at http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so
Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError.
Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade. Thanks in advance Roger
Am 22.10.2012 11:13, schrieb Roger:
I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers.
Following the instructions at http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so
Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError.
Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade
first: JAVA != JAVASCRIPT - REALLY!
why do you not try the openjdk which starting with JDK7 is the reference-implementation before mangling with third party software outside the RPMDB and taint your system?
this is not windows where the frist step is download something manually from the internet
F16: yum install java-1.7.0-openjdk icedtea-web F17: yum install java-1.6.0-openjdk icedtea-web
however, i do not know how the rpm-install behaves after manual dealing with symlinks, without after install the packages all is working out of the box
* Roger arelem@bigpond.com [2012-10-22 05:13]:
I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers. Following the instructions at [1]http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError. Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: [2]http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade. Thanks in advance Roger
Hi Roger,
Have you tried using OpenJDK that is available in Fedora? It has a fully functional Web browser plugin (via icedtea-web package) that works with Firefox and Chrome out of the box.
What document are you using for install instructions by the way?
Deepak
References
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
* Deepak Bhole dbhole@redhat.com [2012-10-22 11:38]:
- Roger arelem@bigpond.com [2012-10-22 05:13]:
I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers. Following the instructions at [1]http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError. Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: [2]http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade. Thanks in advance Roger
Hi Roger,
Have you tried using OpenJDK that is available in Fedora? It has a fully functional Web browser plugin (via icedtea-web package) that works with Firefox and Chrome out of the box.
What document are you using for install instructions by the way?
Doh, please disregard. Missed the other message that was already sent re: OpenJDK.
Deepak
Deepak
References
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers. Following the instructions at [1]http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError. Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: [2]http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade. Thanks in advance RogerHi Roger,
Have you tried using OpenJDK that is available in Fedora? It has a fully functional Web browser plugin (via icedtea-web package) that works with Firefox and Chrome out of the box.
What document are you using for install instructions by the way?
Hi Deepak and Reindl Thanks for the openjdk suggestion. I installed but neither Firefox nor Chromium see it. I'm still stuck. Are there any other recommendations I can look into please Thanks Roger
On 10/23/2012 02:39 AM, Deepak Bhole wrote:
- Deepak Bhole dbhole@redhat.com [2012-10-22 11:38]:
- Roger arelem@bigpond.com [2012-10-22 05:13]:
I do hope someone can help me here. I am learning Ruby on Rails. It requires javascript to be installed for both Firefox and Chromium browsers. Following the instructions at [1]http://www.java.com/en/download/help/linux_x64rpm_install.xml jre installed, made link sudo ln -s /usr/java/jre1.6.0_07/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin.so Restarted firefox but it does not find jre. I have <Enable Javascript> enabled in preferences. Still get Ruby on Rails ExecJS::RuntimeError. Can someone instruct me in what to do to get jre working on firefox and Chromium in Fedora 16 please. I have also installed as per instructions at: [2]http://www.java.com/en/download/help/linux_x64_install.xml This also fails, it appears to be only an upgrade. Thanks in advance RogerHi Roger,
Have you tried using OpenJDK that is available in Fedora? It has a fully functional Web browser plugin (via icedtea-web package) that works with Firefox and Chrome out of the box.
What document are you using for install instructions by the way?
Hi all I have no idea how to install openjdk into Fedora 16. In <Add Remove Software> I did a search for openjdk, got nothing, searched icedtea and got - Java browser plugin and Web Start implementation and API documentation for IcedTea-Web Neither of these work. What or how does one install openjdk in Fedora 16 please? Thanks Roger