Need to install JRE 1.1.8 as Netscape-Plugin

Hi,
I need to install JRE 1.1.8 as an plugin for Netscape 4.75/78.
Downloaded and installed JRE 1.1.8 from javasoft, but the
JRE is not listed in Netscape plugin-list.
How to register JRE 1.1 as an plugin ?
Thanks in advance.
DFA

Hi ,
After installing the plug-in check in the Netscape browser Help(option)-->About Plug-in's whether 1.1 version is there or not. If it is there then I think it will support.
Anil.
Developer Technical Support
Sun Microsystems Inc,
http://www.sun.com/developers/support

Similar Messages

  • Need to install JRE 1.6.0_24

    How do I install JRE 1.6.0_24?

    Hello troberts1414
    The way that is handled is by following the steps in the article below. Anything that was handled with version 6 of Java was handled through Software Update through your Mac. Once 7 came, that is all handled through Oracle themselves. Check out the article below to see if that will help you out with what you are trying to do.
    Java for OS X 2013-005: How to re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality
    http://support.apple.com/kb/ht5559
    Regards,
    -Norm G.

  • Windows 7 x64 installing JRE 1.5.0_12

    Hi,
    I'm running Windows 7 Professional 64-bit, I need to install JRE 1.5.0_12, I tried my existing 32-bit installer and it fell over with the message "Could not find the main class. Program will exit", however the runtime does seem to have installed. Next I tried installing the 64-bit JRE, the installer completed without errors, however it does not appear in the Control Panel and I can only launch the java.exe from a DOS prompt, the applet is not recognised by the aplications that did recognise the 32-bit JRE. Can anyone shed some light on why this is?
    One final question, if the JRE ClassID for 1.5.0_12 (32-bit) is CAFEEFAC-0015-0000-0012-ABCDEFFEDCBA, is this the same for the 64-bit JRE?
    Thanks.

    I don't believe those VMs are supported on that OS. So you might expect that some things are not going to work.

  • Installing JRE in windows IA64 bit machine

    I need to install JRE in windows IA64 but I could not find it in the download page. Does any one know if this is still supported? Where can I download the JRE?
    Thank you.

    Do you specifically need JRE/JDK1.5? As per your reply, it does not seem to be so. In that case, just use JDK1.4
    http://java.sun.com/j2se/1.4.2/system-configurations.html
    It supports windows on Itanium. Also, as you mentioned Jrockit is another alternative. I am not sure, but IBM JDK is also an option, if they have already ported it

  • Installing JRE in silent mode

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?

    On your oracle installation CD , there will be directory disk1/stage/response .. In this directory you can find the response file that can be used for installation. Just edit the file to provide the values for ORACLE_HOME , ORACLE_SID , Type of Installation into it. Setup the env for ORalce installation . After creating the necessary directories and preparing the operating system for installation , You can use the following command to install Oracle in Silent mode.
    ./runInstaller -silent -responseFile /disk1/media/response/10gR2.rsp

  • Installing JRE in silent mode in Linux

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?
    Message was edited by:
    Karts

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • Install jre 32bit on 64bit system with error

    Hello,
    i try to install "jre-7u51-windows-i586.exe" (32bit) via CA IT Client Manager (Version 12.5) on serveral machines (64bit), OS MS Vista.
    Error: .... cannot start or run due to incompatibity  with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.
    manually installation works without errors.
    i need jre 32bit on 64bit!
    thx in advance for your friendly suggestions!

    Hello gimbal2,
    i agreed with my CA-Support to ask for help here, after many trys to fix the issue.
    we thought it would be a nice idea to ask oracle community - perhabs somebody know how to fix this prob.
    The error was reportet by "Wow64 Emulation Layer"
    this behavior we face since jre-7u45.
    if that diskussion rings a bell, i would be happy to get rid of my installation prob.
    thx for your sympathie

  • How-to install JRE/JDK on remote server without X11

    Hi,
    I need to install a JRE on my remote server (e.g. Amazon EC2) from a location with slow / limited bandwidth.
    Ok, so I cobble a way to get a download of the bin by fudging that I am going to load it to my laptop, then copy and paste the final URL for the bin into WGET on my amazon instance - (Why oh why cant SUN just give me an URL directly to the latest JDK/JRE) e.g.
    wget java.sun.com/downloads/jre-latest.bin
    Ok - so that took 3.3 seconds at 48Mb/s - great.
    chmod .u+x j*
    ./j*
    The box goes into the black hole of death (probably looking for a response on a non existant X
    Ok - so what am I doing wrong? Is this the correct analysis?
    Thanks
    Chris

    Are you sure that's a JavaFX question?
    You might want to ask it in a forum with people more knowledgeable to this domain.

  • Need to install ADR in my weblogic server 10.3.6

    Hi,
    I have installed my Standalone weblogic server in my laptop. And i tried to deploy one of my EAR file ( Developed using Fusion Web application - ADF). It shows some exception and i finally came to know that in need to install the ADR. (ADF Runtimes). I downloaded the ADR 11.1.1.6.0.
    Kindly help me to install this.
    Regards,
    Prasad K T,

    Hi Prasad,
    Please unzip the ADR and follow the below steps :-
    If the OS is Linux/Unix :-
    ====================
    Set your JAVA_HOME
    Cd to the location wheren you have unzipped the installer file
    Run the below command :-
    ./runInstaller -jreloc <path to JRE location >
    If the OS is Windows :
    ========================
    open a command prompt
    Set your JAVA_HOME and then execute the installed as below :-
    Cd to the location wheren you have unzipped the installer file
    Run the below command :-
    setup.ex -jreloc <path to JRE location >
    For More Information please review the below documentation which has installer screens in it :-
    How-To: ADF Deployment Guide   [ The doc refers 10.3.3 + ADR [11.1.1.3.0] but the same is applicable even for 10.3.6 and 11.1.1.6.0
    Section :- "Download and Install Application Development Runtime (ADR)"
    Regards,
    Prakash.

  • I need to install Adobe Flash Player but there is no RUN to click on to download to the Programs Folder. Only Save and Cancel.

    I just installed Firefox after many problems with IE and when I try to manually install Flash Player it says to click on RUN in the box. I have 2 choices - Save and Cancel. If anyone can help me with this I need it simple because this is totally new to me on Firefox.

    SAVE it to your hard drive in a place where you will be able to find it. After download is complete, click or double-click on the file you downloaded to start the install.
    #'''Install or Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    <br />
    '''Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    *Adobe Shockwave for Director Netscape plug-in, version 11.5.8.612
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.1"
    *Java Plug-in 1.6.0_02 for Netscape Navigator (DLL Helper)
    **21 updates behind, including several security fixes
    **Firefox 3.6+ needs at least Java 1.6.0_10
    **<u>You should un-install the old version before downloading and installing the new version</u>. See link to un-install old versions below
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Java Web Start Version 1.0 doesn't found installed JRE

    I would like to try some demos from http://java.sun.com/products/javawebstart/demos.html
    After I clicked on image receive next page with message "In order to launch the requested application, you will need to download Java Web Start Version 1.0 - This installation is a one-time process."
    And after click "Download now" me propose download JSE and install.
    But I already have installed JRE!
    This is from command line java -version:
    java version "1.6.0_03"
    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
    I have try from opera and firefox.

    set JAVA_HOME to jdk and not jre.JAVA_HOME is for other applications to find the java libraries inside jdk
    Example:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_05

  • Cf9 won't start after installing JRE 7 update 25

    C:\ColdFusion9\bin>cfstart.bat
    C:\ColdFusion9\runtime\jre\lib\rt.jar: error reading zip file
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: sun/reflect/UnsafeFieldAccessorImpl

    jre don't have the dll, so you need to install JDK
    Follow the steps mentoned below :-
    You can remove/uninstall jre that you have installed
    Download JDK
    http://java.com/en/download/index.jsp
    Install (run exe)
    Stop ColdFusion 9 Application Server services
    Now go to cfinstall root\runtime\bin\
    Take a backup of jvm.config. Then open jvm.config and edit jvm.home
    It will be something like java.home=C:/Program Files/Java/jdk1.7.0_25/jre
    So setting this path means you are setting the path of jre present in the jdk folder not the standalone jre that you have installed.
    Hope it helps
    VJ

  • Insufficient memory error while installing JRE 1.2.2

    At the moment I am having some problems installing JRE 1.2.2 on a HP proliant DL380 G3 machine (with two XEON 2.8Gb processors) with windows 2000 SP 3 installed. The error is �Insufficient memory available to run setup. Close any programs�.. bla bla. Error 111�. While the machine has 4Gb of memory installed and only 200mb is in use.
    I have tried 1.2.2.011 (Pentium 4 bug solved) and 1.2.2.014, both with the same result. Unfortunaly I need the 1.2.2 and can�t �switch� to version 1.3 or 1.4.
    PS I also experienced almost the same problem while installing Oracle 8.1.7 on the same machine. And solved this by renaming symcjit.dll to symcjit.old and use the next installation options : JRE_MEMORY_OPTIONS=-nojit -ms64m -mx128m
    Has anyone seen this problem and solved it or is there any way to give some additional options to the JRE installer?
    Thanks in advance,
    Frank Zomerdijk

    I found a bug report at: http://developer.java.sun.com/developer/bugParade/bugs/4643265.html
    And there by the "work a round";
    In order to install j2ee onto your server (with 4Gb or more) you might use one of those:
    1) Pull some DIMMs out of your server till the memory is less
    than 4g. Install j2ee and than put the DIMMs back.
    2) Install j2ee on the other machine and than just copy
    installed directories over to your server.
    I will test the second option tomorrow.
    Frank

  • J2sdk-1_4_2_04-windows-i586-p.exe didn't install JRE correctly.

    I realize that j2sdk-1_4_2_04-windows-i586-p.exe didnt install JRE probably.
    Server folder which is used for Java HotSpot Server VM was not found in C:\Program Files\Java\j2re1.4.2_04\bin.
    Hence, i need to manually copy the folder D:\j2sdk1.4.2_04\jre\bin\server to JRE location.
    I was wondering is this the correct way to do so? anyone of u have encounter this problem before?
    thank you.
    regards
    yancheng

    If a previous version of the JRE is installed, remove the previous JRE and install the j2sdk 1.4.2_04 JRE.

  • Why do we need to install java during sap installation

    why do we install Java during SAP installation?

    Hello Satish,
    Sapinst tool requires JRE for the running and as JRE cannot be integrated to sapinst due to licensing issues we need to install seprately java before sap installation.
    Hope this clarifies your query.
    Thansk and Regards,
    -Bijesh.

Maybe you are looking for

  • Yosemite slow on Macbook Air

    Help! Seriously.... I updated to Yosemite the other day and since then my Macbook is extremely slow... It is really annoying, especially because I have no clue what the reason could be. I would really appreciate if anyone has an idea how to fix this.

  • Issue Tracking Application

    Can someone please help. I have been through Chapter 10 of the 2 Day Play Application Express Developer Guide 2.1, "How to Build and Deploy an Issue Tracking Application". At run time when I select the Delete button, the confirmation box appears. Sel

  • Explorer in Forte

     

  • Startup mount error

    when trying to mount the database for performing flashback gives shutdown immediate SQL> startup mount; ORA-01041: internal error. hostdef extension doesn't exist

  • HP Pavilion A6603W Graphics card upgrading help.

    Current Graphics card: GeForce 7100 / nForce 630i (integrated into motherboard as a chip) Power supply#: ATX-250-12Z-REV-D7R  (250 Watts I believe?) Computer Model: ( HP Pavilion A6603W)  Problem: Trying to figure out which is the best graphics card