JRE 1.4.1_x version compatability.

If I compile code using Java 1.4.1_02, will it run correctly under JRE 1.4.1_00?
Thanks,
Kieran Jones

Amended:
Yes, provided that you aren't using a feature that worked incorrectly in 1.4.1_00. In that case, it would still run, but you'd see whatever behaviour was fixed by the patch release.

Similar Messages

  • Version compatibility  of 10G Application Server 10.1.2.0.2  with  JDK 1.5.

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5. is Version compatibility
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • Version compatibility for installing WLS and ADR for ADF 11.1.2.0

    Hi,
    Can anyone pls let me know what versions of Weblogic server, Application Development Runtime (ADR) is required to install Oracle JDeveloper 11.1.2.0
    B'coz currently I am trying to install Weblogic server, ADR and ADF separately and try to deploy and publish an application in ADF 11.1.2.0 verison.
    I am trying this for the past 4 days, but still can't deploy an application successfully in ADF 11.1.2.0 version. Pls let me know the version compatibility.
    Thanks,
    Aparna

    Hi John,
    Even I saw the link that u had mentioned. From where can I install these ?
    I had downloaded WLS 10.3.5 and ADR 11.1.1.5 separately. But from where do I install the patch ?? I didn't find a proper source to download.
    Pls help.
    Thanks,
    Aparna

  • NWDI version compatibility

    Hi,
    Does anyone know if there are any version compatibility constraints developing Java WebDynpro applications on an NWDI (WAS6.40) for deployment on a WAS7.00 instance (e.g. JDK's)?
    I've yet to find a general recommendation similar to that seen for SLD (i.e. keep in line with the highest WAS version on the estate) or any clear documentation on version compatibility across WAS stacks with respect to NWDI.
    We have a highly complex landscape with multiple component/ product versions, and we'd prefer to have a singel central NWDI instance, but I'm not sure if this is practical and/ or possible.
    Any pointers/ documentation/ comments gratefully received
    Cheers
    Neil

    While I can't remember where I've seen it, SAP does recommend that the DI always be kept patched to the latest levels, regardless of what version your landscape (or pieces thereof ) is at.
    So, as long as your DI is at patched to at least the same level as your most 'advanced' system, you should not have any problem.  You should also match your Developer Studio to the same level as your target system to avoid using any plug-ins that offer features not offered by the eventual runtime system.  Yes, the required libraries will be ok (as long as you configure the SLD and the associated track correctly), but the Developer Studio itself needs to be matched up.
    Hope that makes sense.

  • Photoshop Extended version compatability

    I have Photoshop CS3 Extended on both PC (Windows XP) and Mac (OS X Leopard). I'm able to upgrade the PC to CS5 Extended but not the Mac.
    My questions are:
    1 - Will Photoshop CS5 extended work on Windows XP?
    2 - Are CS3 and CS5 backwards compatible - if I work on a document in PC CS5 will the Mac CS5 version be able to open it? I know there will be some things that would not translate backwards, such as Puppet Warp and some of the newer masking and layers features, but I'd still like to be able to work on more basic functions of masking, cloning, etc. on both computers.
    Thanks for any help,
    Marcy

    Noel Car boni wrote:
    For the most part, a document saved from Photoshop CS5 will be no problem to open in CS3.  There's a "Maximize Compatibility" setting in Edit - Preferences - File Handling section that you'll want to set to "Always".
    -Noel
    My take is that the compatibility setting should be set based on the kind of work one does.  I have it set to  "Never".  When you check this setting ON you tell Photoshop to save along with all your layers another entity, which is a flattened version of the image. This, makes every PSD file you save larger by a non trival amount.
    So this setting should have no effect regarding Photoshop to Photoshop version compatibility. All Photoshop versions understand layers and do not need a flattened version.  It's intended to maximize the compatibility between Photoshop and any other program  that does not know about  layers but reads PSD files. If you have many of your PSD files going to, for example,  Lightroom or Premiere then set it to "Always". If not, you can set it to "Ask" or "Never" and save yourself a lot of storage space.
    Paulo

  • Re: (forte-users) C++ version compatibility question. Fortev30L2 on D

    Dirk:
    I ran into a similar problem. I added an other flag to my fcompile script and
    it seems to be working fine, your mileage may vary. The flag was
    -cflags "-oldcxx only"
    Dwayne Kryger
    "Haben, Dirk" <[email protected]> on 08/25/99 02:09:16 AM
    To: "'Soapbox Forte Users'" <[email protected]>
    cc: (bcc: Dwayne Kryger/SEH)
    Subject: (forte-users) C++ version compatibility question. Forte v30L2 on
    Digital Unix 4 d and C++ version ???
    G'day Folxs
    Just installed Forte as a Simple Server on a Digital UNIX (v4.0d) box (being
    a VMSbot it was much easier than I thought). We want to use it to interface
    with an existing web client. The Forte part is to provide us a scalable
    access path to Oracle DBs on the VMS machine; already running Forte.
    I'm having trouble finding media that contains C++ v5.4.-006 for the Unix
    box. Does anyone know of/has used higher versions of C++ without too much
    drama? How about v5.7 or even v6.1? We will be using extensive C++
    interfacing to existing web pages!
    NB: The current web system client is compiled using EGCS 2.91.66.
    TIA,
    /[:-)irK
    Dirk Haben, Perth WA
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

    Dirk:
    I ran into a similar problem. I added an other flag to my fcompile script and
    it seems to be working fine, your mileage may vary. The flag was
    -cflags "-oldcxx only"
    Dwayne Kryger
    "Haben, Dirk" <[email protected]> on 08/25/99 02:09:16 AM
    To: "'Soapbox Forte Users'" <[email protected]>
    cc: (bcc: Dwayne Kryger/SEH)
    Subject: (forte-users) C++ version compatibility question. Forte v30L2 on
    Digital Unix 4 d and C++ version ???
    G'day Folxs
    Just installed Forte as a Simple Server on a Digital UNIX (v4.0d) box (being
    a VMSbot it was much easier than I thought). We want to use it to interface
    with an existing web client. The Forte part is to provide us a scalable
    access path to Oracle DBs on the VMS machine; already running Forte.
    I'm having trouble finding media that contains C++ v5.4.-006 for the Unix
    box. Does anyone know of/has used higher versions of C++ without too much
    drama? How about v5.7 or even v6.1? We will be using extensive C++
    interfacing to existing web pages!
    NB: The current web system client is compiled using EGCS 2.91.66.
    TIA,
    /[:-)irK
    Dirk Haben, Perth WA
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

  • Unable to find an installed JRE or JDK of version 1.4 or higher

    hello friends,
    i have facing an error when i tired to install JEdit setup and i hav faced this error before also but what is this error...
    *"unable to find an installed JRE or JDK of version 1.4 or higher"*
    I have installed jdk5 and i have set Environmet variables as below
    JAVA_HOME: E:\JAVA_ALL\JDK\jdk5.0
    and in path---->
    PATH: %JAVA_HOME%\bin;%JAVA_HOME%\lib\tools.jar;
    * do i need to give any thing more than this...?
    thax in Adv.
    Ajay

    http://community.jedit.org/

  • WAP54G Version compatibility

    I am trying to create a wireless bridge between a network with ip's 198.1.1.xxx (this network has the gateway) to a network with ip's 198.1.2.xxx -  so that it can access the internet thru the gateway).  Both AP's are WAP54G set to bridge mode. Both are configured identically except for the IP numbers.  SSID broadcast disabled and security off.  From everything I have read, I should be able to ping (example 4.2.2.2) from 198.1.2.xxx - but cannot.  The only difference I can see it that one of the WAP54G's is version 2 and the other is Version 3.  Both have firmware 3.0.4.
    Question: Can anyone confirm that I can or cannot create a wireless bridge with differing versions of the same device?
    As a plan B, I have on order a WET200.  Should I have two on order to act as a matched pair as the WAP54G's had to be?
    Thank you.
    Craig

    I work with psd, indd and illu/eps files. I've heard the weird argument that "cause of new features it's not possible to be version compatible, but that's down right silly. Text on top of an image should be readable in any version. Even with a copule of adjustment layers it should be no problems with version compatibility. That Adobe choose to lock and force is another story. I guess I will be sticking to my CS6 version in the years to come. I paid a lot of money for that Master Collection. I also corresponde files with many CS4 users on the client side.

  • RoboHelp Version Compatibility

    Hello everybody from Greece,
    I want to ask about version compatibility. I've got RoboHelp
    HTML 5.0.2 and my client has RoboHelp HTML 3.1. He asks if I can
    compile his project, but I wnt to know if he will be able to work
    with the project that I will work with in version 5.0.2.
    Is there a way to save the project to an older version?
    Is there a compatibility problem in general?
    Is there going to be a problem if I compile the project in
    the newer version? (Will he see any differences?)
    Any help would be appreciated.
    Thanks in advance.

    Hi Tansou and υποδοχή,
    You should be able to open up the X3.1 in X5.02 without a
    problem. X5 will preserve all the feature used in X3.1. Are you
    compiling HTML Help? My guess is that you won't see any difference
    in the output when you compile.
    However, the problem comes when you try and do this the other
    way around. Robohelp is not backward compatible. So you won't be
    able to pass a modified project back to your client. Rick the
    robowizard has a few tricks to help with backward compatibility if
    you don't mind going under the hood. However, not sure if this
    works with X3.1 jumping to X3.1.
    What type of output are you generating?
    Hope that helps
    Craig

  • Jre 2.2 version compatable for Palm OS

    Hi, I am using Palm os device. I would like to develop a application with SOAP and other facilities which is availabale on j2me 2.2 or 2.3 version but for Palm os there is only 1.0 version of J2me is available. Please tell me where from i get MIDP 2.2 or 2.3 for Palm OS .
    Please send me mail on [email protected]

    Is ther a player for any of the previous versions? i think
    the only Palm-based device that had a player is the Sonly Clie. If
    memory serves, it wasnt the OS itself, but the hardware power (or
    lack thereof) on most Palm devices. Don't know where the FlashLite
    player stands in relation to Palm devices though. You might want to
    post on the mobile & devices forums or try to get in touch with
    Bill Perry (www.flashdevices.net) at Adobe directly.
    Good luck!

  • Question on JRE 1.4.2_06 version

    To all,
    I'm using WinXP SP1 and just removed the Microsoft JVM, then I've upgraded the jdk to 1.4.2_06 version (with the JRE), somehow I found that the JRE has no server JVM provided, but the JRE folder under the JDK_HOME has it ?! (strange to me)
    So, when I tried to use "java -server XXX.class" an error message will display like this "can't find server JVM under c:\program files\java"
    Though I can copy the server jvm files (just a dll) to the c:\program files\java\server folder..... but actually it duplicates too many jar(s)!!! (I may need to update both JRE folders on any new jar(s), this is quite troublesome and confusing)
    So can I config the JRE to point back to the one located under JDK_HOME ??
    Thanks!
    From Jason (Kusanagihk)

    The difference between the 2 is that the public JRE can be accessed from the command line using just "java ....", because the Registry maintains the pointers to it. You can use the other one (inside the JDK), but you have to provide explicit directions to it - via full paths, ie "C:\...\bin\java ....". This JRE doesn't jhave any Registry entries associated with it.
    Once accessed, the 2 work identically.
    If the jars are used only by programs that you execute via "java ...", there isn't a need to put a copy in the JRE that's in JDK_HOME.

  • Adobe Reader version compatability

    I have a PDF that is compatible with Adobe reader 11.0.2 and I have version 11.0.5 currently installed.  Version 11.0.5 won't open the PDF.  How can I open this PDF? Do I need to specifically download version 11.0.2?
    Thanks for any help!

    I can open Reader on its own.  I am trying to download a grant application and when I click on the link that is supposed to open it through Reader it says that Reader is not compatible and that I need to install the latest version of the PDF viewer.  When I click on the link to install the latest version it send me to the Reader installation.  I have installed and tried reinstalling Reader and it hasn't helped.  In the instructions for the grant it only talks about compatability for versions up to 11.0.2 that's why I wasn't sure if maybe the problem is because I have 11.0.5. 

  • Adobe AIR version compatibility

    Hi,
    I am trying to run my application built in Flex Builder 3 and
    compatibility with Adobe AIR beta 3 on Adobe AIR 1.0 (i.e. latest
    version 1.0.7.4880); but its not working. It gives "This
    application requires a version of Adobe AIR which is no longer
    supported. Please contact the application author for an updated
    version."
    So is there any solution for this, that i can run my Adobe
    AIR beta 3 compatible application on Adobe AIR 1.0 (i.e.
    1.0.7.4880)?
    Thanks,
    vijayataV

    No, AIR applications that target Beta 3 can only be run on
    Beta 3. To target the 1.0 release, you must migrate your
    application. In most cases, this only requires changing the
    namespace in the application descriptor to refer to 1.0.
    Oliver Goldman | Adobe AIR Engineering

  • Discoverer version compatable with 8.1.7

    We are currently upgrading from 7.3 to 8.1.7, and I am wondering if the current version of Discoverer will still be compatable. What I am looking for is for someone to tell me what versions of Discoverer are compatable with 8.1.7 of the database or point me to a page on the Oracle web site.
    Cheers

    Pl open an SR with Support for this issue
    Srini

  • Lightroom, Bridge, Photoshop version compatibility

    I am now using Lightroom 1.1 and also have Photoshop CS2 (version 9.0.2), Bridge CS2 and of course Camera Raw (version ?)installed on my Windows XP computer. My question is, do I have to upgrade to Photoshop CS3 and Camera Raw 4 for compatibility with Lightroom? Also, how do I know which version of Camera Raw is installed?
    PB

    Lightroom has its own version of Camera RAW. The only reason you'd need to upgrade to CS3 is to get the latest version of Camera RAW, and the only reason you'd need to do that is if you want to be able to open the images you edit in Lightroom in Camera RAW and still have all the edits in place. You can open the image itself (processed through Lightroom) in Photoshop will all the edits in place regardless of what version you are using (I use Elements 3.0).

Maybe you are looking for