Using 2 Java Plugins in Firefox

Hi This goes back to an archived thread that Wesley was gracious enough to answer but that I churlishly did not respond to at the time - my only excuse is that I was working on a production system migration and found a different workaround - the question is here:-
https://support.mozilla.org/en-US/search?a=1&asked_by=chrise99&sortby=1&w=2
I did not get this to work. I need to use the latest Java 1.7.0_55 for Juniper VPN (archaic on Linux and I am using 32-bit Centos for this work) to pass the browser security and log me in. So I have the plugin installed in 2 places - seems to be necessary
/home/oracle/.mozilla/plugins
lrwxrwxrwx 1 root root 46 Jan 15 12:39 libnpjp2.so -> /usr/java/jdk1.7.0_51/jre/lib/i386/libnpjp2.so
/home/oracle/.mozilla/firefox/plugins
lrwxrwxrwx 1 root root 46 Jan 15 12:39 libnpjp2.so -> /usr/java/jdk1.7.0_51/jre/lib/i386/libnpjp2.so
Now when I then want to connect to an Oracle Middleware product that REQUIRES 1.7.0_25 I of course get a message plugin is missing. Wesley explained the procedure but how do I add the link for libnpjp2.so to point to /usr/java/jdk1.7.0_25/jre/lib/i386/libnpjp2.so without clobbering the link to 1.7.0_55?
Sorry for waiting 6 months but I still have the issue and I can't avoid it any more. FF is the only option.

If you use a symlink to link to the libnpjp2.so files then you might be able to include the Java version in the file name and have two links (libnpjp2-7u25.so and libnpjp2-7u55.so).
Note that you can also create a plugins folder in the current Firefox profile folder or in the ~/.mozilla folder (~/.mozilla/plugins)
*http://kb.mozillazine.org/Determining_plugin_directory_on_Linux
*https://developer.mozilla.org/Add-ons/Plugins/Gecko_Plugin_API_Reference/Plug-in_Basics#How_Gecko_Finds_Plug-ins

Similar Messages

  • Using Java Plugin within Firefox on a cd with zero installation?!?

    Hi,
    is there any way to get firefox (firefox mobile or portable version) together with a java plugin on a cd such that it can be used by systems even if they have not installed any java themselves.
    I think it might be possible on linux systems, putting both the jre and firefox (mobile) on a cd and creating a symlink within the plugins folder that links to the jre directory on the cd. But on Windows this won't work because of the lack of symlinks and the required registry entries.
    But nevertheless is there any way to get this accomplished on windows platforms?
    As far as I understand the plugin mechanism on windows (please correct me if that is not the case), the plugin dll to be put into firefox plugin folder somehow tells firefox where to actually find the jre, whereby this location is resolved via the corresponding windows registry entry. Might it be possible to write another plugin dll version that just does not look for the registry entry but just takes the jre location out of a possible hardcoded path? But where to get the sources of the default plugin dll?
    Or do you know any other way that must not include any installation or change/addition of registry entries on the clients???
    Bjoern

    Hello,
    I'm also need a solution for this problem. If you have, could you describe this solution here? Or send it to me mobo2000 [at] gmail [dot] com.
    Thanks
    Michael Becker - MoBo Solutions -
    http://www.mobo-solutions.de

  • Java plugin for firefox

    Hi All !
    I hope this is the right forum. I have installed java plugin for firefox
    I try the website javatester.org and I get a message saying:
    Your security settings have blocked an untrusted application from running.
    If I understand this correct this is not a firefox message but a java message
    so...
    I have used the java control panel and added the site to the site list
    I also lowered the security settings to medium
    Restarted the browser and tried again but no luck, what am I missing ?
    Appreciate your feedback !
    Thanks
    Magnus

    Hi,
    Did you activate the JDK java for your browser in the java plugin config.
    Configuration Panel -> java plugin -> Advance -> Default Java for Browser
    Regards,
    Quickcga

  • Swing applet does not work in IE using java plugin

    I am using applet-servlet communication in my Applet and also using java plugin 1.3 to open that applet in browser.It is working fine in Netscape 4.7 but not in IE 5.0.
    Problem is It could not get any data from the database.
    If you have any solutions it will be appriciated.
    thanks

    did you find your problem with the IE 6.0
    Java problem.Java(TM) Plug-in: Version 1.4.2_01
    Using JRE version 1.4.2_01 Java HotSpot(TM) Client VM
    I have something simular and was looking for a fix.
    .yavs: Yet Another Vertical Scroller, version 1.2
    (c) 1998 Steve Bassler http://www.westol.com/~bassmstr
    yavs: Yet Another Vertical Scroller, version 1.2
    (c) 1998 Steve Bassler http://www.westol.com/~bassmstr
    yavs: Yet Another Vertical Scroller, version 1.2
    (c) 1998 Steve Bassler http://www.westol.com/~bassmstr
    load: class xms.EntryApplet.class not found.
    java.lang.ClassNotFoundException: xms.EntryApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

  • I would like to programatically enable Java Plugin in Firefox 19. I do not want to use pluginreg.dat file in Appdata Folder

    I have a need to enable Java Plug-in 6U20 6.0.200.2 in Firefix 19. This version of Java is disabled by Firefox by default since it has few security issues. But still i need that to be enabled. Do we have a method to do it. I do not want to use %Application Data%\Mozilla\Firefox\Profiles\<Random Profile Name>\pluginreg.dat file as this is created under a random profile. Thanks in advance for any help.

    Hi David, Thanks for the quick reply. But i have already gone through the solution that you provided. My requirement here is to automate this. User machines are already installed with the Java 6 U20 which they need it anyway. When i install Firefox, this Plug in should be enabled to the users. I need to use some script / commands to make this happen.

  • Java plugin for Firefox and Chromium just not working

    Hi Arch Users
    I have been suffering with the IcedTea-Web for a while now. My banking service (in their stroke of genius) use java on there online service. So a problamatic plugin means that I am not able to use the website while on Linux.
    The issue is not specific to the bank's website. Doing the following is also problematic:
    1. Go to www.java.com
    2. Click on "Do I have Java?"
    3. Click on Verify Java Version
    4. Chromium does nothing after setp 3, Firefox has a small notification (bottom corner) saying Applet Started but nothign really happens (waited for 20min).
    Searching the Forums, showed people with similar problems with an older plugin. An idea I did get was to use the latest branch and compile it. So I changed the PKGBUILD to download the latest using:
    hg clone http://icedtea.classpath.org/hg/icedtea-web
    ./autogen.sh
    ./configure --prefix=${_jvmdir} \
    --datarootdir=/usr/share \
    --with-jdk-home=${_jvmdir} \
    --with-firefox=/usr/bin/firefox \
    --with-chromium=/usr/bin/chromium
    So currentely my FireFox reports the IcedTeaWeb as: IcedTea-Web Plugin (using IcedTea-Web 1.4pre+r6e622e87010e). Unfortunately the issue remains.
    Please can anyone suggest me a way to overcome this issue. Currentely I have to use VirtualBox to run a browser in Windows (very very painful)!
    A while back I did contact the bank, informing them of the issue was met with a simple "We dont support Linux".
    Cheers!
    J
    Last edited by jlight2011 (2012-10-19 02:57:22)

    1. Same story with www.java.com from Chromium checking version of Java.
    2. Java plugin from my bank stopped to work with the following diagnostics:
    net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:600)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:889)
    Caused by: java.lang.RuntimeException: Unable to create locks directory (/tmp/MyUserName/netx/locks)
    at net.sourceforge.jnlp.services.SingleInstanceLock.getLockFile(SingleInstanceLock.java:138)
    at net.sourceforge.jnlp.services.SingleInstanceLock.<init>(SingleInstanceLock.java:58)
    at net.sourceforge.jnlp.services.XSingleInstanceService.checkSingleInstanceRunning(XSingleInstanceService.java:131)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at net.sourceforge.jnlp.services.ServiceUtil$PrivilegedHandler$1.run(ServiceUtil.java:183)
    at java.security.AccessController.doPrivileged(Native Method)
    at net.sourceforge.jnlp.services.ServiceUtil$PrivilegedHandler.invoke(ServiceUtil.java:188)
    at net.sourceforge.jnlp.services.$Proxy9.checkSingleInstanceRunning(Unknown Source)
    at net.sourceforge.jnlp.services.ServiceUtil.checkExistingSingleInstance(ServiceUtil.java:136)
    at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:537)
    ... 1 more
    Before the repository switched to the open java project and I used Sun/Oracle version, everything worked OK.

  • 32-bit flash and java plugins freeze firefox and gnome on 64-bit linux

    I have installed FC13 64-bit and am running 32-bit firefox 3.6.8 so that I can run flash plugin.
    When I start 32-bit firefox 3.6.8 and go to site with flash or java applet, firefox locks up my gnome desktop necessitating a reboot of my computer.
    Firefox 3.6.8 32-bit
    Flash 10.1r82
    Java jdk 1.6.0_15 32-bit
    I have used a similar configuration on 32-bit FC13 with 32-bit Firefox 3.6.8 and everything works fine. No lockups.

    Hi!
    I finally solved this problem. The 32-bit libflashplugin required a 32-bit libcurl library that is not installed by default on 64-bit linux systems (at least not on Fedora). Once I installed 32-bit libcurl libs, flash and java plugins starting magically working.
    In my opinion, 64-bit Fedora has done a poor job with 32-bit compatibility viz a viz 32-bit libs. I will submit an improvement ticket to Fedora folks about installing more 32-bit libs on 64-bit distros.
    Bobby

  • [SOLVED] Can't Find IcedTea7 Java Plugin for Firefox

    Hello everybody,
    I'm new to Arch (have used Linux for some time but never got too deep into configurations and such). I've always just used proprietary versions of Java in the past, even on Linux, but now that I have a really cutomized Arch box, I'd like to try and support OpenJDK+IcedTea.
    I followed the Wiki instructions by installing jre7-openjdk, jdk7-openjdk, and icedtea-web-java7 packages. All I want is to link to the plugin for firefox. However, I don't actually see the .so plugin file anywhere, nor do I know how to see where pacman installs things.
    I have a folder /usr/share/icedtea-web/ that contains the files about.jar, about.jnlp, netx.jar, and plugin.jar.
    I remember .jar files are Java archives, but I actually have no idea what to do with them or how to use them as I'm not too familiar with Java (but I do run browser applets using the plugin).
    I apologize for my noobness in this, but can anybody help me figure out how to find or acquire or extract the .so plugin file for firefox?
    Thanks,
    Dave
    Last edited by bambitheslug (2012-07-11 20:57:08)

    Great, thank you so much! Actually, it was already fixed before I read your reply, but it's still informative (I wasn't sure how to find file lists for pacman packages).
    I just removed and reinstalled all the java packages and it worked. I might have done it in the wrong order or something when I did it the first time. I wasn't sure if the web test on the Java website checked for the Oracle plugin specifically or just a valid JRE implementation, but it worked, so I guess OpenJDK is working great so far.

  • Java plugin causing Firefox to crash

    I installed the newest Java plugin today and it asked me to restart Firefox. Now it crashes as soon as I open it. It will not open in Safe Mode because it won't stay open for more than half a second. I tried re-installing it and restarting my computer and it's having the same problem. I can't open about:crashes because it won't stay open.

    Make sure that you've installed the 32 bit Java version because Firefox is a 32 bit application.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform > Java SE 6 > Download JRE)

  • The Java for Mac OSX 10.5 Update 10 removed the Java plugin from Firefox 5.0. How do I re-install it?

    I've just installed Java for Mac OSX 10.5 Update 10 and can no longer run Java Applets from Firefox 5.0

    Dear Craig,
    Macbook Pro 2.4GHz Intel Core 2 Duo 4 GB RAM
    I'm sure that this is 64-bit
    CF 8.0.1 Enterprise Build 3080
    I had moved the Java SE 6 to the top in both Plugin and Applications. The
    correct version is showing in the terminal window. See below.
    Last login: Thu Jun 18 11:27:09 on ttys001
    Beta-4:~ Colin$ java -version
    java version "1.6.0_13"
    Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
    Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
    Beta-4:~ Colin$
    CF will not start. I have the activity monitor open, and when I start CF you
    see it in the activity monitor for a few seconds as it starts up. When the
    message process is completed in the terminal window CF disappears in the
    activity monitor.
    Any suggestions?
    C
    Hi, Colin,
    My apologies but I forgot to ask 2 questions: (1) What kind of Mac you have
    (Intel or PowerPC)? (2) What version of CF are you running and what installer
    did you choose (8 or 8.0.1, 32-bit, 64-bit, etc.)?
    To start, try the following:
    1. Normally you'd shut CF down first ... but that's not necessary for you
    2. Open Java Preferences again
    3. Select Java SE 6 and move it (drag) to the top spot in both section (Applet
    Plugin and Applications)
    4. Open Terminal
    5. Type java -version (you should see 1.6.0_13 as the new version)
    6. Try to start CF again
    This may not work (I've had issues with it) but it's technically how it's
    supposed to work. With the Java Preferences utility, you're visually setting a
    default JVM (you can do it with commands in Terminal but this is much faster
    and easier).
    If CF still won't start, look for the jvm.config file in your CF application
    folder (try /Applications/ColdFusion8/bin or
    /Applications/ColdFusion8/runtime/bin -- the latter is where a jvm.config file
    is on my machine for a particular version of CF that's installed similar to
    yours). You can override the JVM in this file but, hopefully, that won't be
    necessary!
    Best,
    Craig

  • I use Java plugin to remote into work computer. It now freezes when connecting to the gateway using Firfox 4. Any suggestions?

    In Java 3.x I could use Firefox to remote into my company PC and do work. When I upgraded to version 4 it isn't working. I get to where the process is connecting to the gateway and it freezes. I see the Java app begin to run, get a message it's trying to connect to the gateway and then it just hangs.
    Safari and other browsers connect without issue, so I'm thinking there is something going on with the Java app and Firefox. I have the latest versions of both.

    I recommend reaching out to Citrix via their support system -
    http://www.citrix.com/products/receiver/resources-and-support.html
    The receiver app has a specific list of servers it's compatible with, if the server is not on the list the app won't work in OS X.
    http://support.citrix.com/servlet/KbServlet/download/28492-102-671726/Receiver%2 0for%20Mac%2011%204%20FAQ%20v1_1235.pdf
    Do you know what server you're connecting to?

  • [SOLVED]Java Plugin in Firefox 4 - no sound, pls hlp, tnx

    Hi!
    Okay, I hope this question belong here. I have FireFox 4, and JRE 6_25, and G3 (dunnow if that's the problem). As described in the docs, I'm supposed to make a symlink to the plugin. The about : plugins keeps reporting File: libnpjp2.so as file, not the plugin I need.
    I just reinstalled 6_21 (the one I know works) and have successfully made a symlink, but FireFox refuses to accept the link.
    Applets do not have sound - tested with RuneScape and the Bells applet, no sound, but there is the music in RuneScape...
    What manual do I read?
    Thanks for some tips.
    Thor
    (by the way: in case you're wondering: yes, I did sniff tru the forum and did not find the answer...)
    Edit - considering a cold-turkey re-install, there's too much breakage...Firefox that broke Eclipse (Xulrunner issues), Gnome3 that made the system less usuable (fall back only, here), VLC that takes the whole system down to the grave, and now JRE without sound.
    What's left of the system?
    After the update, things went into the fog...I read that the OSS emulations are not/no longer loaded by default. Does an Applet need these? If so, that could be the option: adding that into rc.conf...
    Please consider a reply, thanks.
    Last edited by Thor@Flanders (2011-05-30 18:45:15)

    Hi,
    First of, to all that "came by" to read this post: thanks.
    The solution is:
    modprobe snd_pcm_oss
    as Root, this line needs to be in /etc/rc.conf.
    What lead me to this is the documentation and a line in pacman.log
    OSS emulation modules are not loaded by default, add to rc.conf if needed.
    I would very much like to mark this as solved...
    Thanks.
    Thor

  • When using Java Wizard with Firefox 3.6.23 on a Mac OS X 10.6.8 it keep getting an error message: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem." Have NO idea how to fix this problem.

    When trying to upload files I received the following error: "The Java Wizard cannot run. Please configure your browser to allow Java applets to access the filesystem."

    If the problem is with a site that is hosted using MOVEit DMZ by Ipswitch, please notify the site owner of the issue and ask them to apply the patch that is available on the support site to resolve the issue.
    This is a better resolution than downgrading your version of Java that was updated due to security issues.

  • How do I install the java plugin for firefox 22 under windows XP when I have no internet connection (I have a local appache server)

    I have jre 1.6 installed on the target machine.

    Need the java executable offline, go to the link you indicated from another computer or from your phone and download the executable that gets "out of line". Then you load it into your computer and run it.
    http://java.com/es/download/manual.jsp#win
    Hope that helps.
    A greeting!!

  • I cannot use JAVA with Firefox but I can use it with Internet Explorer WHY?

    I have never had a problem when JAVA 7 was needed to use a program. Until now. Firefox will not allow me to use Java. I have to open Internet Explorer when working with any program and it works.

    To protect Firefox users, Mozilla has blocked/disabled Java 7 u6 and below due to serious security flaws in the previous versions of Java 7. The security flaw would also apply to any other browser using the affected versions of Java 7. You can see the version of Java and whether it is disabled in Add-ons > Plugins; look for "Java Platform SE...". See - https://addons.mozilla.org/en-US/firefox/blocked/p138
    You can check your '''''enabled''''' Plugins at any time - https://www.mozilla.org/en-US/plugincheck/
    Information about Java, testing and updating it - https://support.mozilla.org/en-US/kb/use-java-plugin-to-view-interactive-content

Maybe you are looking for

  • Development and marketing of SAP EP solutions - any licenses required?

    Hi Not sure which forum to post this in, so - maybe Coffee Corner is a good start My question is about the licensing required to development and marketing small add-ons / extensions for SAP Enterprise Portal. Is it possible for the individual develop

  • Trying to uninstall and reinstall Flash Player.

    32bit IE on WinXP Trying to do a fresh install of my Flash Player.  I use the Adobe uninstaller on ver 10.2.  Check the Adobe page and it shows that I have no Flash player installed.  I then restart my computer and go to the Adobe page which shows th

  • Importing a dump into Oracle...

    I have a dump file (*.dmp) from an Oracle database. How do I import it into my Oracle database? The tables are alll created in my Oracle database. The import utility only seems to import from XML or Excel files. I have the Oracle Database 10g Express

  • I need info about setTcpNoDelay(true)

    I've seen in several forums recommendations to use setTcpNoDelay(true) in order to improve socket performance. But the default value is TcpNoDelay=false. Based on that I have two questions: 1) What are the side effects of setTcpNoDelay? May I lose an

  • Relation between message type and output type in ALE

    Hi I have a meeage type with me. I want to find the processing routine for the idoc. Procesing routine is acessed from  NACE - application -output type ( as far as i know ). Now how do i know the output type for the message type. Are the output type