I can not addJRE Pluggin  on firefox

Hi All,
Please tell me how to add JRE pluggin on firefox.
My browser alway pop-up information: Additionnal pluggin are repuired to display all the media on this page........Install missing pluggin(command).
I try click this command many time then, but it still require add pluggin.
Meanwhile I can normally add JRE & run FORM on Internet Explorer7.
My server infor is as below:
- 1 oracle application server 10.1.2.0.2
- 1 database 10gr2
- file formsweb.conf:
# $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overridden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[[default]]
# System parameter: default base HTML file
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
HTMLbodyAttrs=
# HTML to add before the form
HTMLbeforeForm=
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms/lservlet
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
imageBase=DocumentBase
# Forms applet parameter
width=750
# Forms applet parameter
height=600
# Forms applet parameter
separateFrame=false
# Forms applet parameter
splashScreen=
# Forms applet parameter
background=
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
logo=
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.ex*#Version=1,3,1,22
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=/d02/app/oracle/frs10gr2
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# EndUserMonitoring
# EndUserMonitoringEnabled parameter
# Indicates whether EUM/Chronos integration is enabled
EndUserMonitoringEnabled=
# EndUserMonitoringURL
# indicates where to record EUM/Chronos data
EndUserMonitoringURL=
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
[[sepwin]]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[[jpi]]
baseHTMLJInitiator=basejpi.htm
# Example Named Configuration Section
# Example 3: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[[debug]]
serverURL=/forms/lservlet/debug
# Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
# DS but not AS and is also available for download from OTN.
[[webutil]]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
#Cau hinh ung dung
[[test_qlks]]
envFile=qlks.env
width=800
height=600
separateFrame=TRUE
userid=qlks/qlks@db
form=LOGIN.fmx
otherparams=p_root_app_name=QLKS p_app_name=test_qlks
[[test_qlks_jre]]
baseHTMLJinitiator=basejpi.htm
*# jpi_classid=clsid: CAFEEFAC-0016-0000-0007-ABCDEFFEDCBA*
jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
jpi_mimetype=application/x-java-applet;jpiversion=1.6.0
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_6_0-windowsi586.cab#Version=1,6,0,07
envFile=qlks.env
width=800
height=600
separateFrame=TRUE
userid=qlks/qlks@db
form=LOGIN.fmx
otherparams=p_root_app_name=QLKS p_app_name=test_qlks
Thank all & best regards

Hi.
Try changing the following line in formsweb.cfg :
jpi_mimetype=application/x-java-applet;jpiversion=1.6.0
to
jpi_mimetype=application/x-java-applet;version=1.6
So just change "jpi-version" to "version". This is the new java plugin syntax using dynamic versioning.
Best regards.

Similar Messages

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • I down loaded the update for 4 and when I get to the end where is you click finish, it tells me to close firefox, but I do not have it open. Now I can not get in to Firefox at all. PLEASE Help.

    I down loaded the update for 4 and when I get to the end where is you click finish, it tells me to close firefox, but I do not have it open. Now I can not get in to Firefox at all. PLEASE Help.

    You can get Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    You should still have your profile folder, so when you install 3. you will get your bookmarks and other user data back.
    There is a third party version of Firefox that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox

  • I have an Imac and I use mostly "Firefox" and I am "not too" computer savvy and it seems that now I can not see images on Firefox at all. Therfore i can not see what I am clicking on (like "to buy" or "next" .. PLEASE help me! Thanks in advance!

    I am "not too computer savvy" so if you are going to answer my question.. Please take super baby steps (thx in advance).. Okay, now I have a 1 yr old Imac I am using 10.6.8 (do not know what that means) but everytime I call Apple support they ask me.. So I figured you may need to know as well. I really love Firefox (easier for me) and I was trying to download a coupon printing thing to print from Coupons.com (plz don't laugh..economy sux) anyways, the operator at coupons.com told me how to install it. Can't remember but if not immediately after or not long after?? It seems that ALL my images on EVERY website are gone. It is very frustrating because I can not see (for example on Ebay where to click "buy it now" or "continue" unless it seems I sometime get lucky and click where it says "image" but there isn't one. It looks like a set of shark teeth actually right beside the word "image" very jaggedy teeth, I guess?? So I have been using Safari. There is no problem with ANY of those website images. I go on the same basic sites so that is how I know that. I have only downloaded music I think 3x. I do not download much at all. I would really love to use Firefox, being the un-savvy computer person I am... Firefox is easier to navigate for me. Thanks SO much!

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • Paypal will not display pictures (text only). Can not buy things on the internet. Can not upgrade flash in firefox.

    3 problems: 1) I can't buy anything online. Firefox has a popup that states that all payment sites (Amazon, paypal, etc.) are forbidden and tries to protected me from them and blocks me (will not let me bypass the block). 2) Once I figure a work around the block Paypay shows as text only (shows all content on internet explorer) 3) try to upgrade adobe flashplayer as suggested in a forum and adobe flash can not upgrade when firefox is open. Been on firefox for several years now why the sudden ultimate security?

    Quite honestly, I think you need to go back to Flash 10.3.183.90, a version that was kept alive specifically for WinXP users. The Flash 11 and later versions have a separate plugin container that isn't available for anything below Win Vista with feature you can't even use. I see no advantage to anything newer and on the down side the newer versions are a lot more likely to crash frequently.
    First, grab the Adobe uninstaller from here:
    http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Then download Flash 10.3.183.90 from here - about halfway down the page:
    http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    (Released 6/11/2013) Flash Player 10.3.183.90 (61.1 MB)
    IMO, the best version of Flash for WinXP. Adobe kept up with security updates for 10.3 for WinXP users long after Flash 11.0 came out in 2011 for Vista and newer versions of Windows.
    Run the uninstaller, then reboot your operating system.
    Then you can run the Flash installer, with Firefox closed, of course.
    ''Note, if you still use IE, you'll need to reinstall the ActiveX version of Flash for IE. That uninstaller removes all versions of Flash that might be installed,''

  • Pdf docs can not be opened in Firefox 3.6.13 on Win7 Pro

    I recently installed Firefox 3.6.13 on brand new Dell Vostro with Win7 Pro. Whenever I try to download/open PDF docs, I get a blank screen.
    The same docs open on IE8 just fine. Also, the same docs open fine on my other laptop with Firefox on XP Pro.
    I have experienced this problem every time, on multiple web sites -- just can not open the pdf docs/web pages.
    What gives.

    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • I had to change my password for one of my Email addresses and now I can not get mail into Firefox.

    I had to change my password for one of my Email accounts ([email protected]) and now I can not get the mail to go into Mozilla Firefox and I don't know how to change the password in Mozilla to get the mail into it.
    I looked at how to change my password but the options you told me to use were not available. I clicked on tools then options but there was no sync tab or manage accounts either.

    The login.salesforce.com website is using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • I can't install Firefox. Get a message saying "can not open output file" Firefox version 3.6.6

    Firefox stopped working after updating. I uninstalled it and downloaded latest version 3.6.6. Before that 3.6.3.
    When I try to install, I get a message "Extraction Failed.. Can not open output file" . I trie d former versions, all with the same result. I've already ran several antivirus and anti-malware, spyware.. etc.
    Everything else works fine, except for Firefox...
    == This happened ==
    Every time Firefox opened
    == after update ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    If you keep having problems then disable your security software (anti-virus) during the download and installation of Firefox.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Webex can not work well on firefox on linux 64 bit? I need I solution please

    when I try to work on webex,the program loads but I can not share my desktop or use the audio device.

    Hi,
    Unfortunately Webex does not support desktop sharing on Linux. This is not a Firefox related issue but a Webex one.
    Sorry about that!
    Curtis

  • Can not install the latest firefox. It tells me that its running so i can not install it. Mean while it's closed. I have check everything that i can to make sure it is closed but still have the same issue.

    Cant not install the latest Firefox.

    Do a clean (re)install and delete the Firefox program folder.
    * Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version.
    * Do not remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    * Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Profile_backup

  • I have a Discover Card site that gives me a one time charge number and I can not use it with Firefox as it says I do not have a browser open or available

    On Internet Explorer I can use my Discover thing to fill in any form needed but Firefox won't allow it as it keeps saying there is no available browser. How can I change that and what does that mean? I am not a computer person

    -> click '''Firefox''' button and click '''Options''' -> Content panel -> place Checkmark on '''Block Pop-up windows''' -> click '''Exceptions...''' button and click '''Remove All''' button -> click Close -> click OK on Options window -> Restart Firefox
    Check and tell if its working. IF it still doesn't work, do this:
    * Go to your concerned website
    * Right-click empty space within the page and click '''View Page Info'''
    * In the '''Page Info''' window, select the '''Permissions''' panel
    * Under '''Open Pop-up windows''', place/remove Checkmark on '''Use Default''' and change the setting to '''Block'''
    * Close the Page Info window
    * click OK on Options window -> Restart Firefox
    For more support, you can also use these extensions together:
    -> '''Adblock Plus 1.3.9'''
    * https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/
    * Subscribe to Filter lists
    ** http://adblockplus.org/en/subscriptions
    ** http://adblockplus.org/en/getting_started
    -> '''Adblock Plus Pop-up Addon 0.2.8'''
    * https://addons.mozilla.org/en-US/firefox/addon/adblock-plus-pop-up-addon/

  • Can not copy links with firefox ...

    I use Firefox to play a ton of games on Face Book. When ever I right click on a link to copy it and send to others, it doesn't work. This has been going on for several weeks. I thought it was my computer but have discovered that Safari lets me copy the links just fine. I prefer Fire Fox. Can you help me with this. ?????

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Can not print PDF from Firefox anymore....Started with "upgrade" to 29.0

    ....and neither can any of my clients! ALL of the documents on my website are PDF format. My clients print from this website on a daily basis. I am not going to ask 300+ clients to "workaround". When will you fix?

    This is a problem in the version of the built-in PDF Viewer included in Firefox 29. You may be able to update the viewer using an extension, or you can switch to using the Adobe Acrobat plugin for viewing PDFs until the next Firefox update. This article has the steps for that: [[How to disable the built-in PDF viewer and use another viewer]].

  • I can not open anything in Firefox. Nothing at all. I try to open the troubleshooting tab but it can not even do that. I do not get error messages.

    It wont respond to my clicking at all. I have just downloaded firefox and have not used it at all. What should i do?

    See if you can start Firefox in Safe Mode.
    You can use one of these to start Firefox in <u>Safe Mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • I can not download anything using Firefox 3.6.9

    Whenever I try to download something from any site on the web it will not let me download.
    I can download from Internet Explorer

    Hello Lucie.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

Maybe you are looking for