Install Java JRE 1.4.2 plugin on Phoenix on Windows

How can I install Java JRE 1.42 on Phoenix on Window 2000?
In the Java Plugin-in control panel, it only has Mozilla 1.1 and if I click it, it said I don't have mozilla 1.1 install.
Thank for your help.

You have to add the following (dummy) key to your registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
"CurrentVersion"="1.0"

Similar Messages

  • Error installing Java JRE 1.7.51

    Hello all,
    I have some troubles installing Java JRE on Windows 8.1 x64 (latest updates installed).
    Incedent scenario:
    OS: Windows 8.1 x64 german in windows domain (clean/fresh installation from USB stick without any other programs installed)
    following installations worked without any problems (install user is domain admin):
    jre-7u21-windows-i586.exe
    jre-7u21-windows-x64.exe
    jre-7u40-windows-i586.exe
    jre-7u40-windows-x64.exe
    jre-7u45-windows-i586.exe
    jre-7u45-windows-x64.exe
    jre-7u51-windows-i586.exe
    jre-7u51-windows-x68.exe
    and these installations dosn't working:
    jre-7u55-windows-i586.exe
    jre-7u55-windows-x64.exe
    jre-7u60-windows-i586.exe
    jre-7u60-windows-x68.exe
    java_install_reg.log:
    ** Executing the following command: **
    "C:\Program Files\Java\jre7\bin\javaw.exe"  -Xshare:dump
    -- Running RegisterDeploy(TRUE, szJavaHome)
    RegisterDeploy returned: 6
    -- Exec: RegisterDeploy(TRUE, szJavaHome) failed.
    msi installer log (/l*v):
    MSI (s) (BC:98) [15:48:37:272]: Executing op: ActionStart(Name=InstallJava,Description=Java Runtime Environment wird registriert,)
    Aktion : InstallJava. Java Runtime Environment wird registriert
    MSI (s) (BC:98) [15:48:37:319]: Executing op: CustomActionSchedule(Action=InstallJava,ActionType=3073,Source=BinaryData,Target=MSIInstallJRE,)
    MSI (s) (BC:98) [15:48:37:335]: Creating MSIHANDLE (2) of type 790536 for thread 2712
    MSI (s) (BC:88) [15:48:37:350]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA98B.tmp, Entrypoint: MSIInstallJRE
    MSI (s) (BC:9C) [15:48:37:366]: Generating random cookie.
    MSI (s) (BC:9C) [15:48:37:397]: Created Custom Action Server with PID 252 (0xFC).
    MSI (s) (BC:C4) [15:48:37:429]: Running as a service.
    MSI (s) (BC:C4) [15:48:37:460]: Hello, I'm your 64bit Elevated custom action server.
    CustomAction InstallJava returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (BC:88) [15:48:49:311]: Closing MSIHANDLE (2) of type 790536 for thread 2712
    Aktion beendet : InstallFinalize. Rückgabewert 3.
    And now the mysterium:
    If I remove the computer from the domain and install the 7u55 or 7u60 (as local admin) both installs without any problems.
    please help,
    any suggestions

    Hi,
    I have the same problem on two German windows 8.1 machines! I'm able to install the JDK but not the contained or separate JRE -> tested with JRE 7u67 & JRE8u20.
    The suggest workaround (user: 2709705) -> install the english language pack.
    Maybe a interessting information -> I saw the "Restore Java security promts" dialog the first time after the english language pack installation & the default display language switch.
    Regards,
    Steve
    PS: I had a problem to install the english language pack on my Windows 8.1 machine -> the language pack wasn't available .... the answer of this form thread fixed my problem: Language Pack not usable message in Windows 8.1

  • Paying $5 USD For Someone to Properly Install Java JRE & JDK in CentOS 5

    The title says it all.. I've been having so much trouble with this that im willing to pay someone 5 dollars to install JRE & JDK Properly for me. This is not a scam you'll have to install java 1st, ill give you access to the server. PM Me for more information or add me on:
    AIM: MarioElFlaCo
    MSN: [email protected]
    Payment will be sent through paypal only!

    Did you get a solution to your memory usage problems.
    We developed an applet which uses JAI 1.1.. yes of course with JRE1.3.1 plugin. The applet functions as a viewer for TIFF images and also allows users to manipulate them. We have ensured that there are no static variables and scope defined for variables is the minimum required. But we are still facing an undefined memory issue.
    When print is executed on the image (using Java2D), a few times ... it just hogs memory. Or I change the image loaded 2 -3 times and refresh the applet, it seems to run out of memory, and finally hangs.
    We have tried to do a System.gc.. to no avail.
    Would appreciate help on this.
    Thanx

  • Failed to load a java applet to safari5.1(windows 7)--prompt "missing plug-in"(i have installed JAVA JRE),  but succeed in IE and Chrome.

    I suspect this is a minor code error issue.
    The html code like below, do i need to add other parameter for Safari 5.1 ?  And is there any other method to load applet in Safari? thanks.
    system is Windows 7, browser version is Safari 5.1 for windows.

    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    <!--[if !IE]> Firefox and others will use outer object --> 
    <object classid="java:com.keithley.SCPI.SCPIApplet.class" type="application/x-java-applet;version=1.6" archive="../jar/SCPI.jar" height="480" width="640">
    <param name = "scriptable"   value = "true">
    <!-- Konqueror browser needs the following param -->
    <param name = "ARCHIVE"    value = "../jar/SCPI.jar">
             <!-- (Microsoft Internet Explorer) will use inner object -->
             <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"codebase="http://java.sun.com/update/1.6.0/jinstall-6u35-windows-i586.cab#Version=6,0,0,10"
                     height="480" width="640" >
                     <param name = "CODE"       value = "com.keithley.SCPI.SCPIApplet.class">
                     <param name = "ARCHIVE"    value = "../jar/SCPI.jar">
                     <param name = "type"       value = "application/x-java-applet;version=1.6">
                     <param name = "scriptable" value = "false">
              </object>
               <!--[if !IE]> close outer object -->
    </object>

    Does the Safari5.1 in Windows7 use its own java plug-in instead of SUN's?

  • Problems installing Java JRE 7 on Mac OS Lion

    I have problems installing jre-7u6 on Mac OS Lion 10.7.4. Downloaded the latest version for this OS from the following link http://jdk7.java.net/download.html.
    Installation is normally and correctly. But when I try to see in the terminal with the command "java -version" still shows the old version, the new version is not installed.
    Somebody can help me?

    You're reasoning it the wrong way around dude. You should find a mac forum to ask this. The reason is very simple - you need mac users which have run into this before and know how to fix it. Where are you likely to find them?
    Well there are likely SOME mac users here, but not as many as on a mac forum...

  • JRE 1.4.2 Plugin - Error in console window

    I have just installed the latest JDK 1.4.2. When I run any of our applets I get the error below in the console window.
    Can't find bundle for base name sun.awt.windows.awtLocalization,
    locale en_GB
    I have tried this on other machines and get the same error.
    It didn't have this problem with the previous installation that we used 1.4.1_04.
    Has anybody got any idea what's causing it and how to fix it ?
    Thanks

    I have the exact same problem, and when i try to use the back space button in a text field in the applet, it either shows as Question marks or as rectangles...
    This is not an issue with MS VM...
    db

  • Cannot open Photoshop: get error: To open "Adobe Photoshop CS5.app," you need a Java SE 6 runtime. Would you like to install one now?  However installing Java SE 6 runtime does not fix nor does installing Oracle Java SE 7. Adobe says Apple is problem.

    Searching the internet for solutions to this and some discussion with Adobe.
    Adobe say Photoshop does not use java so it should not be asking for a java runtime.
    The question is how can I stop Photoshop asking to install java since Photoshop does not need or use Java to run?
    Found various links that might be helpful:
    http://apple.stackexchange.com/questions/58203/mountain-lion-with-java -7-only/58841#58841,
    Work around for app that asks fo SE 6 when SE 7 is installed
    Running Java Apps on OS X with Only JRE 7
    How OS X determines an app needs Java,
    Installing & Deinstalling Java SE 6 & SE 7, http://helpx.adobe.com/x-productkb/global/install-java-jre-mac-os.html
    Adobe's Installing Java SE 6
    Java Mac Security and Background to SE 6 to SE 7 Changes
    Java 7 & OS X
    Known Issues with Adobe Software on OS X Lion
    Adobe's Installing Java SE 6

    However as I have Oracle Java SE 7 installed and SE 6  is deprecated and no longer supported for security reasons.
    Apple is actually responsible for Java 6's security. They take Oracle's code and do whatever is needed to make it compatible with Apple's OS. Java 6 is still getting security updates from Apple. Versions 6 and 7 can also exist on the same drive. They won't interfere with each other.
    Also I am assured in no uncertain terms by Chris Cox over at Adobe that Photoshop CS 5 does not use java at all and that the java error message  and so called dependency is just an error on the part of Apple.
    I did find a topic where Chris stated that for CS6, which I know is true. I've installed CS6 (and CC) on a newly formatted drive in Mountain Lion, and neither made any mention of requiring Java. Could have sworn CS5.5 and earlier did you Java for a few functions. Though I likely only assumed that since that version and earlier always causes a prompt to install Java if it isn't already on the drive.
    So is there any way to run Photoshop with SE 7 only installed or even better with no java installed?
    It doesn't really matter much if Java is installed. Java 6 should put an app in the Utilities folder by the name of Java Preferences. Open that, and you can completely disable it by undoing the check boxes.
    Perhaps there is a way to make OS X stop thinking it needs java SE 6 to run Photoshop CS 5.
    Apple would have to make a change to the OS itself. It's a not a user accessible setting.

  • You need to install Java Web Start 1.4.2

    Hi!
    I try to access the PI /rep page: http://localhost:50000/rep .
    By doing so I get the following error/warning:
    You need to install Java Web Start 1.4.2
    I am on Windows 64x Bit.
    Question:
    Where can I find and download Java Web Start for Windows 65 bit?
    Thank you very much!
    regards
    Thom

    Hi,
    here you go:
    http://java.sun.com/products/archive/index.html
    BTW I suggest version 1.4.2.9.
    Regards
    Patrick

  • Silent install of JRE (java 5 update 11) doesnot disable java update tab

    I need to disable the Update tab in java pluign.
    Manually it can be achieved by setting the HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 0.
    But i want to achieve this through java script
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html .
    From this i tried silent install through command prompt by using the following.
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL JAVAUPDATE=0 /L C:\jre.txt"
    also tried
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /L C:\jre.txt"
    but this successfully installs the jre but the update tab in the plugin is still shown.
    Can anybody help me to disable the update tab of java plugin through javascript while installing the jre.
    Thank you in advance.
    Mamatha

    This is a very poor solution. It looks extremely unprofessional, especially when you're relying on Java for your products. You want to install your product with Java (because it doesn't exist on many machines) and people think it's instant Spyware and bundle garbage. I have to agree with them (even though I'm a certified Java developer with 8+ years experience). Very poor...

  • Java 3d in applet without plugin or JRE download???

    Hi,
    I have put some applets made in Java 3d on web. They contain 3d graphics and lots of animation. But it only works if people have JRE, Java Plugin etc. How can I make anyone anywhere in the world see my applets without them having to download anything?? Please help.
    Anurag

    So ur asking how do I run java without having java.
    The answer is you can't.
    Most computers ship with java now, and Linux users can figure it out.
    You could always use one of the IE security holes to automatically install java. lol

  • Uninstalled Java 6, installed Java 7, keep getting requests to install Java SE 6 plugin. Why?

    Because of the security issues with Java, I uninstalled Java 6 (using various terminal commands) and installed Java 7 from Oracle's website. Looking at /Library/Internet Plug-Ins, I can see that JavaAppletPlugin.plugin is there, and Get Info tells me that it is part of Java 7 Update 09.
    However, when I use Safari to try out a Java test page, or use one of the Java-based programs that I need to run for work, I get a message that says, "To open “PluginProcess,” you need a Java SE 6 runtime. Would you like to install one now?"  (PluginProcess is replaced by the program name if I am running a Java program.) If I click "Install", the Apple version of Java 6 gets installed.
    This doesn't make sense to me. Why would Java 7 need the Apple Java 6 environment? And why doesn't Safari or other Java based programs recognize that the Java 7 JavaAppletPlugin.plugin is on my computer already?
    Although I'm not really an IT person, I am pretty handy with the Terminal and command line operations, so if fixing this means using the command line, I'm good with that.
    Thanks!

    I think I've found a solution to the problem that Java Applications doesn't use Java 7. This seems to work for me. Try it and please confirm if it works for you.
    1.
    Install Java SE Development Kit 7u9 from Oracle
    http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576 .html
    2.
    Execute something that triggers the prompt to install Java SE 6. for example i web site using java applet. And follow through with the installation. (after this you will have three java versions: Java6 32-bit, Java6 64-bit, Java7 64-bit)
    3.
    Open a new terminal window and execute the following commands.
    $ cd /System/Library/Frameworks/JavaVM.framework/Versions
    $ sudo rm CurrentJDK
    Password: ********
    $ sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/ CurrentJDK
    $ sudo ln -s CurrentJDK 1.7
    $ sudo ln -s CurrentJDK 1.7.0
    Note: I don't know if the last two lines are necessary, but I just tried to follow the existing pattern.

  • I am using Mandriva Linux now and I have installed Firefox 6 but I could not install Java plugin with it. Can anyone please help me how to install it?

    I am using Mandriva Linux now.
    But I am using Firefox 3.6.8, but I cannot install java plugin in it.
    Can anyone please help me how to install it?

    The plugins folder in the Firefox installation folder doesn't exist by default. There is no default plugin in Firefox 4, so that folder would be empty and in thus not included. If you want to use that location then you need to create a plugins folder.
    Did you try /usr/lib/mozilla/plugins ?

  • Java jre plugin

    I have been following the instructions to add Java JRE plugin to Firefox, but it does not seem to work. How can I check where Firefox is looking for the plugin? I have a couple of places with a Mozilla folder. Could I please get step by step directions on how to add the plugin? I am using a Red Hat Enterprise Linux 6 64-bit system.
    Thank you in advance for any help provided

    Note that you need a 32 bit Java version for a 32 bit Firefox release version and vice verse.
    You can always create a plugins folder in the Firefox profile folder and place a symlink to a plugin in that folder or create a plugins folder in the .mozilla folder in the home directory (~/.mozilla/plugins/)
    *http://kb.mozillazine.org/Determining_plugin_directory_on_Linux
    *https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Basics#How_Gecko_finds_plug-ins
    *http://kb.mozillazine.org/Java

  • I recently installed Java 6 update 33, and adobe flash player 11 plugin, and now can't play any videos from any website in Mozilla, but Google Chrome works.

    Cannot play any video from any website in Mozilla after installing Java 6 update 33, and adobe flash player 11 plugin. However, I can play videos from Google Chrome and also from Internet Explorer. For example, when I'm trying to play a you tube video in Mozilla, a black screen comes up with following error message: "An error has occurred. Please try again later."
    (This is like the Wizard of Oz -- when the man comes to the little window in the door and says to Dorothy, "Come back tomorrow." )

    This may be caused by a recent Flash 11.3 update.
    See:
    *https://support.mozilla.org/kb/keep-flash-up-to-date-and-troubleshoot-problems
    *https://support.mozilla.org/kb/flash-crashes-or-does-not-load-firefox-13
    *http://forums.adobe.com/thread/1018071?tstart=0
    *http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html

  • How to install Java Plugin Namoroka?

    I recently installed Namoroka and my java plugin thing doesn't work, on the regular Firefox, it works, but not on Namoroka. HELP!

    howdy all you. had same prob. what i did , is follwing. i have vista ultimate firefox 3.6.3 . i installed java from http://www.java.com/en/download/faq/java_win64bit.xml to my 64bit internet exploder. after i did that, java worked in my firefox too. really strange. another place you might want to go is http://labs.adobe.com/technologies/flashplayer10/. there you find flashplayer for 64bit firefox. hope this info helps you boys and gals too...

Maybe you are looking for