Install JRE 1.5.12 in the PI 7.0 server

Hi Gurus,
We are planning to install JRE 1.5.12 in the PI 7.0 server with Service Pack 11, whereas currently it is 1.4.2.
Please note we will not remove the 1.4.2 version from the PI Server but will add this new version as well. What will be impact of installing JRE 1.5.12.
Regards
R.Ragu

Hi,
When you install the 1.5.12 , this will over write the 1.4.2, ther will not any problem while installation.
once you do this 1.5.12 will be in use and if u have java version greater than  1.4.2, some mapping icons will not be in active and runtime problems can occur
Regards
Seshagiri

Similar Messages

  • How do I install Mac OSX Lion client on the new Mac Mini Server?

    If Apple would have had the quad-core processor option for the non-server Mac Mini, I would have just bought that, but I wanted the quad-core. I do not, however, need the server software. I found this article talking about how to disable the server functionality, but this article highlights how little that method actually does.
    Ultimately, I just want to do a clean reinstall like I used to do prior to Lion. This process used to be so easy. Create a disk image of the desired operating system on USB, option boot, and you're done. Now it appears that Apple purposely impedes this process, as every time I boot from the USB I created with Mac OSX Lion client, I get a circle with a line through it. Is there any way around this restriction? Editing firmware, editing .plist files, etc?
    Very disappointed that Apple is limiting what used to be such a simple process on Hardware and Software that I paid for but now can't get the functionality I want.

    Sorry to be the bearer of bad news, but what I don't think you can do what you're asking for.  Closest thing is going to be disabling the server components like it says in the article, but again, that doesn't do much.

  • How to install SSL certificate on Mac OS X 10.8.3 Server 2.2

    Hi,
    In eairler versions of !0.8 / OS X Server 2.2 your where able to install a purchased SSl certificate in the
    Hardware >> Profile Manager Server >> Settings >> SSL Certificate Edit
    I've just done a clean install of 10.8.3 and OS X Server 2.2 but there is no  "SSL Certificate Edit" available.
    How do I install my purchased certificate?
    Thanks,
    John

    sorry for hijacking but I have a related question to do with certificates.
    I had to set up virtual domains manually instead of through the GUI and the server ssl site is now locked to a certificate that is about to expire and no longer needed, I can't change the certificate in the web gui because it was created manually, I can't delete the certificate because it is assigned to the server ssl website and I can't manually edit the conf files to point to a different certificate becasue it breaks it, any ideas?

  • JRE 1.4.2_05 installed BUT no Java logo in the Control Panel

    Hi, I have just installed JRE 1.4.2_05 on my computer using a manual download. However, I still cannot run applets after the installation finished. I checked Add/Remove in Control Panel to make sure that it was in fact installed, and it was. When I tried to enable and configure JRE, I could not find the coffee cup icon in control panel.
    Could someone please tell me what problem I'm having, and what I can do to solve it? I'm running Windows XP Professional (SP1) on an AMD Athlon 800 MHz computer.
    Thank You

    I removed the Java and also went into the registry and installer files to clean it out. I tried to install the SDK, but a warning window pops up mid way that says 'Java(TM) Update (1.4.2_05-b04 cannot be installed because the Java(TM) Virtual Machine is still running. Please close all running Java(TM) applications, especially browsers.'
    I had all the browsers closed and didn't have any other applications open so I don't know why this message pops up. I also don't understand how I could have Java Virtual Machine if I haven't installed it yet.
    Please Help. Thank You

  • JRE 1.6 update 13 install with runtime parameters attached to the install.

    I am trying to install Java 6 update 13 with the below parameters attached to the development.properties file. Is it possible to have a installation string attached to the Java install to have this done automatically without having to manually add it from the Java control panel? Below is the parameter I would like to already be loaded and added to the JRE.
    -Dsun.java2d.d3d=false
    Thanks,
    Edited by: palamus on Sep 16, 2009 3:47 PM

    Sure it's possible, but whether you can do it depends on the capabilities of whatever you're using to do the install. I would wxpect that most Java-aware installers have this capability.

  • When installing iMS 5.1 I get the following fatal JRE error near the end of the installation:

    When installing iMS 5.1 I get the following fatal JRE error near the end of the installation:
    The application command "jre -cp "/opt/iplanet/ims5/bin/msg/imta/classes/imtaconfig.jar" com.iplanet.msg.imta.config.InitConfig -d thc-tsg.com -r thc-tsg.com -h development.thc-tsg.com -c /opt/iplanet/ims5/msg-development/imta/config" could not be run.
    OS - Solaris 8
    iDS 4.13

    The IMS installer currently hardcodes the path to a JRE that it wants to run. This JRE is the one that is included in the kit, so you <i>must</i> install the JRE that comes with it.
    The only way around this is to use the embedded JRE during installation and not to set the JAVA_HOME environment variable. Check if you have it defined by issuing the command 'echo $JAVA_HOME'.

  • Installing JRE when running a jar on a machine without  the JRE

    Please I want to know how to add the JRE to my jar package so that in case the computer to run the application on has no JRE installed. The jar should prompt for an install which is included in the jar. And also not install when JRE is already running on the machine.

    You can visit http://www.zerog.com/downloads_01.shtml. Unfortunatly they are trial versions of the software and licensed versions will cost money. When distributing applications it is easiest and cheapest to include a user guide, or at least a read-me, that states the user must have JRE to run your application and include where JRE can be acquired. The easiest method of packaging a Java application without using programs such as InstallAnywhere, is to include the application in a zip 'ready-to-run'. For similar programs take a look at Eclipse (www.eclipse.org).

  • JRE does not pick up the existing font installed in the OS

    Hi,
    I am developing an application that required to display UTF-8 string in different language, eg. Japanese, Chinese,..., and having some problems with using font
    to display those strings.
    I. Problem:
    For some reasons, the JRE does not pick up the fonts in either jre/lib/fonts or OS's fonts folder (Windows\Fonts) to use to handle these strings. This results in square boxes displayed.
    II. Temporary solutions found:
    I searched and found the following solutions
    1. Put the font in the fallback folder under jre/lib/fonts
    However, this requires to bundle the application with the fonts, it has some problems
    * Bundles all possible fonts significantly increase the size of the JRE
    * It is a waste if the OS already has the font (as in my case Arial Unicode MS font already installed). 2. Modify the font.properties file *<- which is not recommended.*
    III. Questions:
    1. So I am wondering if anyone knows other solutions to this problem?
    2. I came across some sites that says JRE will pick up the font correctly for a language if the OS is localized on that language. Is it true since I could not yet find that statement on sun website?
    Any help or advices are greatly appreciated.
    Phuong,
    PS: I'm using JDK 6 update 6, Windows XP English version

    Hello,
    Do any black bars show on the Airport icon at all?
    I have a 2007 iMac that can barely see my Base Station 4 feet away, an older eMac 7 feet away sees it great!
    On my iMac I use one of these...
    http://eshop.macsales.com/item/NewerTech/MXP2802GU2/
    And a USB extension cable can give  even better range/speed.

  • How to get the Most RECENTLY installed JRE path and version ?

    Hello Experts,
    I am working on Installshield, and for some purpose, I need to get the MOST RECENTLY installed JRE version and Path. Now I have two choices :
    1. Go into the directory " C:\Program Files\Java\" and get the most recently changed directory, ( that will be the installation directory of the most recently installed JRE ). And then search in the registry under : HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Runtime Environment/ and look for the version which is having
    the value of the key INSTALLDIR as the above found Installation Directory.
    But in this approach, I'll never find the Installation dir or version, if the JRE is installed somewhere else than the default location.
    2. Now this is the reverse. I first search in the registry, and get the Installation Directories of all the versions installed in the system, and then look at the file attributes ( may be by using some batch file ) and see which one is most recently installed.
    My question is, is there any other way, by which I can get the most recently installed JRE's installation Path and version? Or can we trace it during the installation itself ? I mean when we install the JRE, it creates some log files in %TEMP% directory. Is it possible to trace the version and installation directory of the most recently installed JRE from the log file ?
    Thanks
    Gagan

    Rendering times are pretty much based on processor speed if I have that right. Not much you can do about that other than buy a new computer. Your day to day work in the finder and accessing of files would be faster with your boot drive internal. One thing you can do is ensure your FCP System Settings are on the fastest disk you have. If you put a pair of drives internal and made a RAID volume for them you would improve your write speed when capturing and for any other read/write operations. You would have to be sure you kept that backed up properly because you double the odds of a failure when two drives spread the data between them. There are many RAID options.
    You could also bump up the RAM but you'd have to look at your processes to see if you are being limited by RAM. I'm guessing not but it's not impossible. If you are accessing scratch disks due to RAM limitations that would be one thing you could do.
    I would never bother connecting an external via USB if there was an esata or firewire option. I use an esata card internally to give me access to estata storage. I also keep an external FW800 drive for a mirror backup of my boot drive. All my data and booting is internal with all my backups external. Each internal has an external and I have additional externals that I keep off site to protect against fire and theft.

  • Install JRE error

    i get this error msg when i try to install OAS 10g:
    the JRE was not found at C:\Temp\OraInstall..... install JRE 1.3.1 and try again,
    i did all of this and i also read dozens of threads and still can't figure it out plzzzzzzzz help

    which is your operating system and what about 10g: R1 or R2?
    have you followed all the pre-installation check and do your system satisfy all the pre-installation requirements?
    regards,
    fabrizio

  • 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

  • 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

  • Install JRE and OpenJDK Side-by-Side [Unecessary - So Solved]

    As far as I know this is impossible, but if there is a way to install JRE and OpenJDK side-by-side, that would be great.
    The reason I would like this is that there is a specific webserver I access that simply will not work with OpenJDK. It's a known issue that may or may not be fixed any time soon. On the other hand, I would like to install freeCAD, but this depends on OpenJDK and not JRE.
    So as of right now, there is no way for me to have freeCAD installed and access this webserver. Now if JRE and OpenJDK were installed side by side, then this wouldn't be a problem. The other option, is letting users install freeCAD with and OpenJDK or JRE dependency, whichever best suits them.
    Is anybody else in a similar boat as this?
    Last edited by fini_fly (2009-12-17 16:56:07)

    tdy wrote:
    fini_fly wrote:I would like to install freeCAD, but this depends on OpenJDK and not JRE.
    Where do you see this requirement?  I don't see anything that specifically depends on openjdk6.  The only java deps I see are in opencascade.  It depends on java-runtime and makedepends on java-environment, which can be satisfied by jre + jdk.
    When I went to install, it was forcing me to install OpenJDK and uninstall JRE.

  • Detecting and Installing JRE

    Hello
    I'm a setup developer, and I'm tryng to detect from my setup program if the JRE is installed, all that by code, searching the registry whatever, then if it's not installed launch a Silent mode installation of JRE, But I don't know how to do it
    How you can detect the installed JRE ?
    How you can install JRE in silent mode?
    Thanks

    Can you detect JRE ?
    The answer is yes. You have to read the registry and look for the uninstall string ( if you are using the 1.5.0 beta1 that got released today ) this is the registry value
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3248F0A8-6813-11D6-A77B-00B0D0150000}
    and the string is
    MsiExec.exe /I{3248F0A8-6813-11D6-A77B-00B0D0150000}
    look for these registry keys and you have detected the JRE
    Is there a silent installation ?
    Yes the command is
    <jre>.exe /S /V" /qn"

  • 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

Maybe you are looking for

  • External drive, how to format and partition?

    Hey everybody! I'm about to buy an external drive for my mac. I am reasonably capable on a computer, but I've never done formatting or partitioning so I have two questions: 1) I just want to check that I do not need to buy a mac-formatted drive. A li

  • How do I clear unread message in Apple Mail?

    Using Apple Mail 6.6 on a MacBook Pro running OX X 10.8.5.  Our Exchange server is 2007/2010. Besides my Exchange mail, I have 2 Gmail accounts and one iCloud account in Apple Mail.  I have no issues with the Gmail or iCloud accounts. Currently, I ha

  • Use of threads for refreshing text in JLabel

    Hi everyone! I've got a question about subj. Little intro: I have a form at which various swing components are placed (JButton, JLabel, JFrame itself, JComboBox etc..). I'm trying to make the following: after I push a button, the counter starts ticki

  • TS3694 trying to restor my ipad 2 and am gettingunkown error (2)

    hi trying to restor my i pad and keep getting unknown error (2)

  • Generic method

    Hi all, i have a question related to generic method in a non-generic class. the following code cannot be compiled. but I don't know why. public class G        void print(Integer i)           System.out.println("Inte");      void print(String s)