J2SE Version for SP12

We are suing XI3SR1 on J2SE14206. Per OSS note 716604, SAP tells us to use J2SE 142_08 SDK or higer 142 versions as and when theya re avaialble.
How do we upgrade from J2SE14206 to J2SE14208?
We tried to install J2SE14208 on the server but it is not overwriting J2SE14206. As a result integration builder will not start. We are not able to apply further patches related to WEB AS JAva part.
Please advise.
Thanks,
Bhaskar

This worked for me:
<j2se version="1.4.0-rc"
rc" href="http://java.sun.com/products/autodl/j2se"/>
What OS are you using? Under linux I get the 'cannot download requested JRE' error when I use this tag.

Similar Messages

  • j2se version=1.4??? What comes here for 1.4.0. LP

    What is the correct tag for the limited production version ??
    <j2se version=1.4-beta" href="http://java.sun.com/products/autodl/j2se"/>
    does unfortunately not work.

    This worked for me:
    <j2se version="1.4.0-rc"
    rc" href="http://java.sun.com/products/autodl/j2se"/>
    What OS are you using? Under linux I get the 'cannot download requested JRE' error when I use this tag.

  • Using J2SE Version 5.0 with Oracle E-Business Suite 11i [ID 304099.1]

    Hi hussein,
    EBS 11i upgrade to Db 11gR2
    RHEL 4.6
    We are required to upgrade the J2SE to 5.0.
    The notes said download it from
    http://java.sun.com/j2se/1.5.0/download.jspBut when I click this site I only see
    Download Java EE SDK 5.0 Update 1 for Linux Is this the one? is J2SE Version 5.0 the same with Java EE SDK 5.0?
    Thanks a lot

    Hi hussein,
    I have finished downloading and installing the JRE 5.0
    [root@oracletrng u04]# ./jre-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
      inflating: jre-6u22-linux-i586.rpm
    Preparing...                ########################################### [100%]
       1:jre                    ########################################### [100%]
    Unpacking JAR files...
            rt.jar...
            jsse.jar...
            charsets.jar...
            localedata.jar...
            plugin.jar...
            javaws.jar...
            deploy.jar...
    Done.
    [root@oracletrng u04]#How do I check If my jre is updated? what is the JRE_TOP?

  • J2se version="1.6+" in JNLP not working on a client with Java 1.5

    Hi all,
    In my deployment scenario I have two jnlp files, one for the app and one for its installer extension. The deployment process works fine on a client with J2SE 1.6 but there are some problems when the client has an older Java installed.
    I am trying to enforce a J2SE 1.6 version for my app deployed with WebStart and I have found that
    <j2se version="1.6+" ...> has no effect.
    The solution that I have found was to change "1.6+" into "1.6.***" and thus the JWS will download and install JRE 1.6 (however I was expecting it to download the latest JRE (update 16) but it installs 1.6 update 7).
    Could anybody confirm that?
    Thank you in advance.

    Thanks for the reply. I think Sun should update the auto-downloaded jre from 6u7 to the latest one.
    But this is a minor issue. The problem from my post is that you cannot impose a j2se version number 1.6 or greater. IOW <j2se version="1.6+" ... > has no effect. I have tested this on a clean win xp machine that had installed only j2se 1.5.
    I think it is a bug in jws but I want to check this issue with others.

  • J2se version tag

    Please tell me if I have missinterpreted the functionality of the j2se version tag.
    I have in my jnlp file something like this:
    <resources>
    <j2se version="1.4.1_02+" href="http://myServer/asp/jreinstaller.asp"/>
    <jar href="mySignedJar.jar" main="false" download="eager"/>
    </resources>
    where the asp-file will generate a jnlp file that download and install a JRE 1.4.1_02 version...
    I believe(d) that if the client machine already had jre 1.4.1_02 (or a higher version) installed - it would just fetch the wanted jar file, and if the client machine only had earlier versions of jre installed - it would download my 1.4.1_02 version before fetching the jar.
    But when I test this, jws will start downloading the jre regardless of which jre(s) are already available at the client machine (whether its older or newer, i.e. 1.3.something or 1.4.2_01) . Only if the 1.4.1_02 version is already downloaded once - jws will skip attempting to download it again...
    Please tell me if I'm using the j2se version tag incorrectly or if you have any other idea of why it does not behave as I thought it would.
    /Matt

    Actually, it is because the href tag is overloaded.
    First: it says where to go look for a jre if non is available on the client.
    Second: it uniquely identifies the jre. On any client there may be a 1.4.1 from Sun, and other ones from IBM, or Blackdown, or any other licensee.
    Without an href, the jre specification is a "platform version".
    <j2se version="1.4"/> means "anyones jre you find that implements the Java 1.4 specification"
    In practice, Java Web Start (on windows) searches the registry for sun registered jre's, and so assigns them all the sun href (java.sun.com/products/autodl/j2se) . Also, when you ask for a "product version" Java Web Start contacts the default sun site.
    It would have been beter to use a differant arg for "product version" than fo the download location such as:
    <j2se version="1.4.1_02+" product="sun.com" hfre="http://jreserver.com" />
    then you could ask for either a product or a platform version, either with or without an href, and attempt to download only if their was an href.
    /Dietz

  • Simple request: use whatever j2se version you can find

    I've got an application that will work with any version of java >= 1.2.
    I am trying to set up my JNLP file so that it will handle that. I happen to have java 1.4 beta3 which I suspect is causing problems. That's the only version of java that I have installed right now, and I cannot figure out a way to say this in the JNLP file.
    I have tried
    <j2se/>
    -> complains about no version number
    <j2se version=1.2+/>
    -> tries to dl 1.2
    <j2se version=1.3+/>
    -> tries to dl 1.3
    <j2se version=1.4+
    -> says that 1.4 isn't at the sun site
    1.4-beta*
    1.4.0-beta3
    1.4.0-beta*
    -> same thing
    <j2se version="1.4 1.2+"/>
    -> tries to go to the website at sun 1.4 1.2+..
    What can I put? Am I just out of luck since I am using 1.4 beta? I'm sure I could fix the problem by installing an older version of java, but I suspect that some customers will be in this situation and I'd like to be able to very simply say: whatever j2se you've got.... use it!
    Thanks,
    Kirby

    There is something about this in the documentation. The problem is because 1.4 is still in beta, and not FCS. It says:
    Java Web Start does not consider a non-FCS JRE to match a request for a particular platform version. For example, a request of the form <j2se
    version="1.4+"> does not consider an installed "1.4.0-beta" JRE as a match for the request. An application wishing to run under any beta J2RE must explicitly specify a product version, i.e.,
    also using the href attribute in the j2se element. For example, a proper request for a beta JRE:
    <j2se version="1.4-beta" href="http://java.sun.com/products/autodl/j2se"/>
    So for a non-FCS version of Java, you need the href. If you want only 1.3 or 1.2 platforms, you can do
    <j2se version="1.3+ 1.2+"/>

  • What is the Best Safari Version for OS 10.9.5 Maverick on a MacBookPro, 2.4Ghz, 8 GB Mem.?

    What is the best Safari Version for OS 19.9.5 Maverick on a MacBook Pro. 2.4 Ghz, with 8 gb memory?

    The best version for Mavericks, in fact the only version, is an integral part of OS X. In other words you already have it.
    Its version number is 7.1.5.
    Keep OS X up to date: Update OS X and App Store apps on your Mac - Apple Support

  • I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going?

    I have bought a Season pass for The Big Bang Theory. I have downloaded alle recent Epiodes without any Problems. But now... i can't download the latest Version for free. Itunes doesn't recognize my Season pass and let's me buy it again. Whats going? Do I miss something?
    Best regards,
    Michele

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How do I exchange CS5.5 Windows version for a Mac version?

    I bought the downloadable online student version of Adobe Creative Suite 5.5 (windows version) over 2 years ago.  I just bought a Mac and would like to re-install CS but according to Adobe website, I need to exchange the windows version for mac version but since I don't have the most current version of CS (CS6?) I actually have to purchase an upgrade to CS6 first in order to exchange the windows version for mac. Does anyone know how to do this and how much it is going to cost?  I found instructions online that led me to a form that was a little vague and confusing so if anyone knows another way to go about doing this let me know!  Also, I don't think my membership allows me the privilege of actually speaking to someone in customer service. 

    contact adobe support by clicking this link and then clicking 'still need help' as soon as it appears, https://helpx.adobe.com/contact.html

  • Central Excise and WHT Settings  in CIN Version for 4.6C

    hi sap gurus,
    i need urgent support from your end regarding Central Excise and WHT Settings  in CIN Version for 4.6C. I am new to CIN Version, and now i deputed to the same.
    can any body give the configuration of the Central Excise and WHT Settings  in CIN Version for 4.6C.
    kindly revert back asap.
    thanks and regards,
    raghav

    Hi
    Go to transaction code J1iln you get all the details on CIN or you can go to logistics general > tax on Goods Movement in SPRO
    Anand

  • How do I sync apps from the same iTunes account to an iPhone 3G and an iPhone 4S and keep correct version for each iOS?

    I have an old 3G as well as a 4S. Initially I set up a separate iTunes account for the 4S as I was worried I'd lose my old apps for 3G (as older, compatible versions aren't kept in the iTunes store so once they're gone, they're gone...). 3G is set up to sync with iTunes, 4S is inly syncing mail and conatcts through Exchange but hasn't been synced with an iTunes library for the reason above.
    Is there a way to sync both phones off the same iTunes account, so I can set up each phone with some music, as well as apps, without iOS 5 versions overwriting the exisitng apps for the 3G?
    To complicate things further, I don't want to sync photos, contacts, messages, etc. I just want to avoid having to duplicate all my music and pay for all the apps all over again. Suggestions?
    Cheers

    Hi gail,
    Thanks for the quick reply! The music part makes sense, good to know I don't have to duplicate the lot. The big question stillr emains as to whether iTunes can cope with two different iPhones, running different versions of the iOS, and therefore different app versions.
    Currently all the apps in iTunes are years old, and many haven't updated in months (years?) because the 3G is running iOS 4.2.1 (and can't be upgraded). Many of these have since been updated in the iTunes store (for the various incarnations of iPhone since) and the old versions that my 3G requires have been replaced.
    I'm worried that syncing the 4S running iOS 5, and running the most recent updates for same apps, will cause iTunes to overwrite the old 3G compatible ones when I sync. Unless iTunes is smart enough to know which version of the app is for which OS, without updating the legacy version when I update the apps on the 4S?
    You guys shouldn't face that problem, as iPad and iPhone apps don't replace each other (I believe? Not sure about this) as new updates are released for each app, you'd have a copy for each device (for example Evernote for iPad, and Evernote for iPhone). I can't figure out if iTunes can handle keeping separate iPhone versions for Evernote iOS 4.2.1 and Evernote for iOS 5. My gut feeling is no, but I want to amke sure before I lose the legacy versions of each app.
    Of course, maybe I'm just paranoid and iTunes is in fact perfectly capable of keeping old and new apps in the same library?
    Cheers

  • I have installed 2010 microsoft office 2010 home and business version for my laptop,and i have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this que

    I have installed 2010 Microsoft office 2010 home and business version for my laptop,and I have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this issue.
    Regards
    Raghavendar

    Hi Raghavendar,
    Generally, when you install Lync 2013 in the computer with Office 2010, a Lync Meeting Add-in will be installed and enabled in Outlook 2010. Please follow these steps to check it:
    1. In Outlook, click the File tab, click Options, and then click
    Add-Ins.
    2. Please take one of the following actions:
    If the add-in is in the Inactive Application Add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    COM Add-ins, and then click Go.
    b. Click to select the check box next to the add-in, and then click OK.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should be available when you create a new calendar item.
    If the add-in is in the Disabled Application add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    Disabled Items, and then click Go.
    b. Select the add-in, and then click Enable.
    c. Restart Outlook, and then verify that the add-in is displayed in the
    Add-ins dialog box.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should now be available when you create a new calendar item.
    3. In Event Viewer, view the Application log to see whether an error was logged for Outlook, for Lync 2013, the Lync Meeting Add-in for Microsoft Office 2013.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • What is the build version for Sharepoint 2013 Server including trial version there is one?

    Hello Community
        When using WS2012 and Sharepoint 2013 Server, what
    build version for a Sharepoint 2013 Server farm should
    be applied and where do you get the cumulative update
    for it (trial version also if there is one)?
        Thank you
        Shabeaut

    Hi,
    According to your description, my understanding is that you want to know which SharePoint build version should be applied to Windows Server 2012 and where to get cumulative update.
    If you want to use SharePoint in Windows Server 2012, you can use the RTM version 15.0.4420.1017.
    For CU update and build version, I suggest you can refer the detailed article below:
    SharePoint 2013 Build Numbers
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How can i update my old ios from 4.2 to 4.3 version for free ?model:iphone3g

    how can i update my old ios from 4.2 to 4.3 version for free ?model:iphone3g

    An iPhone 3G can't be updated past 4.2.1.
    (85804)

  • Which is the latest BIOS version for Satellite L30-113 (PSL 33)?

    Hi everyone,
    Could someone please tell me which is the letest BIOS version for my laptop since I have never upgarde it?
    Also how do I install it and how do I check what is my bios version now?
    Thank you in advance

    First of all the BIOS update is not necessary if your notebook functions correctly.
    But back to your questions;
    On the Toshiba European driver page you will find all available drivers and also the newest available BIOS. At this time it seems to be a 3.10-WIN version
    How to find out the BIOS version?
    This is very easy you have to access the BIOS and then you could see the BIOS version.
    To access the BIOS you have to press the F2 button immediately after notebook was started.
    Ciao

Maybe you are looking for

  • IPad 2, restore & setup as new, then restore from backup?

    Confused yet? I am! So here we go, yes, I'm new to the forum, I've had my iPad 2 since Oct. 2011. And No, this problem isn't in my head. Last week, I finally updated to iOS 5.1.1, and I deeply regret doing so. I had NO issue before the update, and no

  • Installation of Solaris 10 over HP server having SCSI disk

    Hi, i have "HP ProLiant DL145 G2 Server" having 2 SCSI hard drives each 72 GB. But when i m installing solaris 10, then during parttion time, it is showing 17 GB for one hdd & 35 GB for other. But i want 72 GB for parttioning. I also conformed that n

  • IPOD doesn't work on my computer

    I'm having a problem with my ipod being recognized on my computer, It works on other people's computers that are running Itunes6, I have Itunes7, but I'm not so sure that is the problem. When i plug in the ipod my computer recognizes it being connect

  • Reg: Top_Of_List Events in ALV GRID Display

    Hi , How can i use the the the Top_of_list Event Alv grid Disply. I have passed Events table with event name and form name to GRID FM it_events. Form details:- T_LISTHEADER header deatils table with data. .  FORM TOP_OF_LIST. CALL FUNCTION 'REUSE_ALV

  • Feild assignment not yet been made

    Dear SD Gurus, Whenever i try to create an access sequence with standard table such as 004 and 005 and assign it to a access. I get following error in Yellow saying "<b>Feild assignment not yet been made</b>". I am trying to create a pricing for an i