CDC compatible with 1.5 JDK ?

Hello,
Are there plans to create a CDC version compatible with the desktop J2SE 5.0 (1.5 JDK) ?
A portion of our code base needs to run on J2ME and J2SE. So, we are stuck with JDK 1.4 for compatibility. This ends up forcing the whole project to 1.4. All the nice new language features in 1.5 are great, but we can't use them!
Thanks.
If you have the same dilemma, please add your "me too". Maybe it will help.

You can use them. Just compile with -target cldc1.0
(Actually, I should say that I've only used generics like this, but I presume since the option is there that it handles the other new features too. Of course, you won't have the new libraries, so you can't do runtime annotation processing).

Similar Messages

  • Is weblogic 8.1 not compatible with JDK 1.5?

    Hi ,
    I am trying to run the weblogic 8.1 with JDK 1.5?
    Is it possible?Is it recommonded?
    I am getting the following exception at start up... I had changed the start up files to point to JDK 1.5.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(Ljava.io.ObjectStreamClass;Ljava.lang.Class;Ljava.lang.ClassNotFoundExceptio
    n;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readNonProxyDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readClassDesc(Z)Ljava.io.ObjectStreamClass;(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readArray(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.defaultReadFields(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readSerialData(Ljava.lang.Object;Ljava.io.ObjectStreamClass;)V(Unknown Source)
    at java.io.ObjectInputStream.readOrdinaryObject(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject0(Z)Ljava.lang.Object;(Unknown Source)
    at java.io.ObjectInputStream.readObject()Ljava.lang.Object;(Unknown Source)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Is weblogic 8.1 not compatible with JDK 1.5?
    Thanks in advance,
    Binu

    Hi,
    I was trying WL 8.1 SP4 and was trying to run some classe within a encyption security jar that requires jre1.6. So for this can I mapped it in server prop the higher version and referred it in sever config files but still I am having the same problem. The exception dump is given below .... any help from the BEA side will be appreciated.
    <Quote>
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647 >
    The WebLogic Server did not start up properly.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUI
    D = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1667)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1323)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:480)
    at javax.management.MBeanInfo.readObject(MBeanInfo.java:669)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    at weblogic.management.internal.TypesHelper.getMBeanInfo(TypesHelper.java:261)
    at weblogic.management.internal.TypesHelper.getAdminOrConfigMBeanInfo(TypesHelper.java:366)
    at weblogic.management.internal.ConfigurationMBeanImpl.<init>(ConfigurationMBeanImpl.java:130)
    at weblogic.management.AdminServer.<init>(AdminServer.java:59)
    at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:245)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:771)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    <Unquote>
    Bye
    Bappa

  • Is the JDK (1.2.2) compatible with Windows 2000 Pro?

    Hi Friends!,
    It seems that the JDK - Version: 1.2.2 - is not
    compatible with Windows 2000 Pro. I know
    how to configure the kit in this operating system
    even if I'am not able to understand the reason for which
    I receive the error in the Command Prompt window - the JAVAC
    utility says:
    "Can't read: BigDebt.java - 1 error".
    I have added the following command line from
    the System Control Panel->System->Environment->System Variables:
    C:\jdk1.2.2\bin ( where I have installed the kit ).
    I also have added the CLASSPATH command line there:
    set CLASSPATH=.;C:\jdk1.2.2\lib\tools.jar but the problem persists
    and I'am unable to create the BigDebt.class file.
    To avoid another nervous wreck please send me the instructions
    to configure correctly the JDK (1.2.2) for Windows 2000 Pro.
    Thanks.
    Julian Jerman - from Italy.

    when you runs the java compiler like this
    javac BigDebt.java
    You need to be in the directory of your BigDebt.java file located.
    BTW, it is kind of weird that your java file is saved to System32 directory, there is no benefit doing that.
    --lichu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Version of jdk compatible with iPlanet 5.0

    Hi,
    I want to know the version of jdk compatible with iPlanet 5.0
    thanks

    :-) I think they are using iplanet 4.1.
    It used JDK 1.2 as per [http://www.networkcomputing.com/1106/1106sp3.html|http://www.networkcomputing.com/1106/1106sp3.html]
    "iPlanet 4.1 Offers Improved Java Support and Upgraded Security
    Out of the box, iPlanet Web Server supports JavaServer Pages 1.1PR1 (and is backward-compatible with JSP 1.0), servlets (with API-level support for 2.2 PR1), native JVM (Java Virtual Machine in Java Development Kit 1.2), LiveWire (server-side JavaScript) with JavaScript 1.4, and LiveConnect 3, which uses native JVMs instead of the Netscape JVM. "

  • Jdk 6 compatiblity with Intel Core 2 Duo PC.

    I have recently bought a new machine Intel Core 2 Duo Media Centre m8175a and tried installing jdk 6. I got an error message stating that the software is not compatible with the machine and that I must contact my dealer. Any one had this problems? I wonder if the previous jdk's are compatible with the machine. I would really appreciate an answer.
    Rifai

    pillu wrote:
    how to install jdk 6 update 3?Why?
    there are later updates.
    basically download, install.
    OS? (Linux, HPUX, Other *Nix, Solaris, Windoze?)                                                                                                                                                                                                                                                                                                                                                                       

  • Jds-help and Solaris Management Console compatible with jdk6u1?

    Hello,
    I am running Sol 10 11/06 for sparc on a Sun Blade. I just upgraded to jdk6u1 from jdk5. I installed all required j6 packages, and then installed patches for j6u1. I then used pkgrm to remove all jdk5-related packages (I searched for all packages starting with SUNWj5 and then removed them). Java seems to be working fine.
    Now, my Desktop Overview and other java-related help functions do not work. I get this error:
    # jds-help ghelp:jdsoverview
    ** (jdshelp:826): WARNING **: An exception occured 'Unknown CORBA exception id: 'IDL:omg.org/CORBA/COMM_FAILURE:1.0''
    A large jre error log is produced that mentions a problem with JVM:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xfc94dd6c, pid=1338, tid=1
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
    # Problematic frame:
    # V [libjvm.so+0x14dd6c]
    Solaris Management Console does not work either, and gives an error that no suitable java 2 version is installed in /usr/java.
    Maybe I removed a j5 package I shouldn't have. Which j5 packages are related to the operation of jds-help? Any ideas as to what is causing my problem with jds-help and smc?
    Does anyone know FOR SURE that jdshelp and smc are compatible with jdk6u1?
    Thank you...

    I got rid of jdk6 and re-installed 1.5.0.11. Solaris Management Console 2.1 works again, so it appears as if smc and Sun Studio 11 are both INCOMPATIBLE with jdk/jre6.
    jds-help still does not work, with a jvm error, so perhaps it is also incompatible with jdk/jre 1.5.0.10+.

  • DOWNLOAD CRYSTAL REPORTS FOR ECLIPSE 1.0.8 not compatible with java 1.4

    Hi,
    I understand that this plugin requires java 1.5. However, due to my company's existing infrastructure, I have to use java 1.4 for my web applications.
    May I know if there is a older version of the CRYSTAL REPORTS FOR ECLIPSE compatible with java 1.4 (manual installation) available for download ?
    Thanks in advance.

    You can download Java Runtime version 11.8.8.x [here|http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/1_0/crystalreports-javasdk-11.8.8.zip]
    It supported JDK 1.4 for a few different web application server deployment. Check platform.txt in it. However this is very old version of CR runtime and can cause other issues in crystal reports rendering etc. in which case the only solution would be to get the latest CRJ runtime.

  • TREX 7.1 is compatible with Portal EP 6.0 ?

    Hello
    We have a Portal EP.6.0 (NW04) on windows 32-bit platform , and we want to move it to 64-bit platform.
    We have noticed only TREX 7.1 is supported on windows 64 bits.
    So, this is the question: Is compatible portal EP 6.0 with TREX 7.1 ??
    Thanks and regards
    Javier

    Hi,
    Present NW04 is supported on JDK 1.4 there is no 64bit version of 1.4 JDK.
    There are 64bit versions of JDK 1.5 but it is not supported yet.
    (from https://www.sdn.sap.com/irj/scn/thread?messageID=1383165 )
    There is the JDK 1.5 compatible with 64bits versions; but EP 6.0 is not compatible with this JDK version.
    For this reason I suppose that your landscape is not posible.
    regards,

  • PB12.6 compatiblity with Oracle JRE 1.3.1_02

    Hello
    I am currently using PB12.6 .
    we need to call the Java bean through OLE connection. Java bean is built in JRE_1.3.1_02 version. Here is code
    ctisActiveXName = 'Java Bean Class'
    ioleServer = CREATE OLEObject
    llResult = ioleServer.ConnectToNewObject (ctisActiveXName)
    However PB12.6 get crashed at above line.
    This code works fine in PB12.0 . Note that we cant change the Java component built in JRE_1.3.1_02.
    How can I make it work in PB12.6?
    Any help is highly appreciated.
    Thanks
    Amol

    Hello Amol,
    To simulate your problem, I used this excellent sample Wrap a Java bean in a COM object - Real's Java How-to to bundle a JavaBeans as an ActiveX object using the ActiveX Bridge technology
    I had to install very old JDK 1.3.1_02 and Java Plugin 1.3.1 into my Windows 7 box
    Here are my observations after coding below script (I also used excellent document http://scn.sap.com/community/developer-center/powerbuilder/blog/2014/09/24/how-to-capture-error-messages-from-an-activex-control from Roland Smith to create n_oleobject OLE object)
    + PowerBuilder 12.1 and 12.5.2 are working without any crashes
    + PowerBuilder 12.6 is crashing directly at line ConnectToNewObject
    My real concern is that
    * the COM object (which is in fact a Java object) is using an EOL JDK and EOL technology
    * PB 12.6 is not compatible with this JDK
    I'm not sure if we can support COM objects developped with obsolete technologies.
    n_oleobject   objJava
    string    strFromjava
    integer   li_rc
    objJava = CREATE n_oleobject
    li_rc = objJava.ConnectToNewObject("JavaBeanSays.Bean")
    If li_rc = 0 Then
       try     
      strFromJava = objJava.getHello()
      MessageBox("From PB via JavaCom", strFromJava)
      objJava.setHello("Bonjour le monde")
      strFromJava = objJava.getHello()
      MessageBox("From PB via JavaCom", strFromJava)
       catch ( RuntimeError rte )
          PopulateError(objJava.ErrorCode, objJava.ErrorText)
          MessageBox("OLE Runtime Error #" + &
                String(Error.Number), Error.Text, StopSign!)
          objJava.DisconnectObject()
          Return
       end try
       objJava.DisconnectObject()
    Else
       MessageBox("OLE Connect Error #" + String(li_rc), &
             "Connect To Object Failed!", StopSign!)
    End If
    DESTROY objjava
    Thanks
    Jacob

  • What J2EE Relase this JDeveloper 10g is compatible with?

    What J2EE Relase this JDeveloper 10g is compatible with? 1.3.1 or 1.4 ? I have been trying to find this information on Oracle JDeveloper 10g's webpage but no success.

    Hi,
    its J2EE 1.4 as you can see in teh Readme.txt file of the JDK directory
    Frank

  • Tuxedo 8.1 compatiblity with Weblogic 10.3

    Hi,
    I want to know if Tuxedo Server/Client 8.1 is compatible with the WebLogic 10.3, Java 1.6 and JDK 6.
    Thanks in advance.

    what technology are you using for Tuxedo or weblogic connectivity? If WTC then you can. if Jolt then you can't because tuxedo 8.1 jolt is not compatible with weblogic 10.3
    Edited by: vijendra.rajput on 17/03/2010 21:14

  • What is the jaxb version compatible with  jdk1.3

    hi all,
    I am using jdk1.3 version. and I need to genereate jaxb classes using a xsd.
    to be specific jaxb compatible with jdk1.3.1_15 version.
    Please help me out..
    tried searching the net.. but could not found the answer!!

    hi guys,
    done a great research on this..
    and found out the answer for my question myself..
    Compatability::
    Jwsdp (java WebService Developer Pack)
    jwsdp-1.5 with jdk1.4.x ( jaxb1.0.4 is a part of this)
    jwsdp-1.1 with jdk1.3.x
    jwsdp-1_0_01 with jdk1.3.x
    jwsdp-1.4 with jdk1.5.x
    But there is no jaxb compatibilty with jdk version with lower thatn 1.3.x.
    ( I mean jdk version should be higher of 1.3.x to support jaxb)
    U can download this jwsdp�s from the below links:
    https://jaxb.dev.java.net/servlets/ProjectDocumentList?folderID=3955&expandFolder=3955&folderID=2781
    http://fisheye5.cenqua.com/browse/jaxb/www/
    https://jaxb.dev.java.net/2.0.1/
    http://java.sun.com/webservices/webservicespack_1.0.html
    http://java.sun.com/webservices/downloads/1.5/index.html
    enjoy
    thanks and regards
    hema

  • Is CS3 compatible with Mac OS Yosemite?

    CS3 compatible with Mac OS Yosemite?

    Photoshop and Indesign worked directly after the upgrade. I had some trouble getting Illustrator to work:
    I had problems with Adobe Illustrator CS3 and Yosemite. After the upgrade I installed Java for OS X 2014-001, as suggested by others. This seemed to work (sometimes) but when I opened Illustrator for the 2nd time it failed to open. Illustrator opened without crashing, but it did not show any menus, if I opened an .ai file the file did load and show on the screen, but I could not click on the window (unresponsive). Essentially this made Illustrator useless. I tried the following:
    Re-installation
    Install Java for OS X 2014-001
    Cleaning font cache
    Checking permissions
    Installing other versions of Java (both JRE and JDK)
    Nothing seemed to help. Until finally 15 minutes ago I found the solution by accident:
    Open System Preferences > Java
    Wait for the Java Control Panel to load
    Open Adobe Illustrator (while keeping the Java Control Panel window open)
    Hope this will also help others!

  • Mail app deleted and reinstall wont open, says not compatible with OSX

    i accindetally deleted my mail app and emptied the trash, when I tried to reinstall from the startup disk, it installs but wont open, saying that the version of mail is not compatible with the version of OSX (10.5.8)

    The Combo updater of Leopard 10.5.8 can be found here:
    http://support.apple.com/downloads/Mac_OS_X_10_5_8_Combo_Update
    There is no downloadable version of Mail.app - it comes with the operating system i.e. on your install disks.

  • I have Trend Micro antivirus for Windows 7, but I am being told it is not compatible with Mozilla 9.1, how do I get an older version or adapt?

    I am using a lap top, just reinstalled everything, and now have Firefox 9.1 and am being told it is not compatible with my antivirus, Trend Micro Titanium. I am running Windows 7.

    See:
    * http://community.trendmicro.com/t5/Home-and-Home-Office-Forum/Read-Me-Before-Posting-Titanium-Hotfixes/m-p/55632

Maybe you are looking for

  • How to fix problem with installed and working add-ons disappearing after update to 20.0.1?

    I updated to version 20.0.1 of Firefox the other day. I had the theme Qute 3++ 1.19 installed and it took 3 restarts of the browser before it kicked in and worked again, for some reason. Then I noticed that my MillBar Community toolbar 3.18.0.7 had d

  • FISCPER to Quarter in BW

    dear all, any function module in BW to convert fiscper year period to calendar quater? thanks. please note i mention function module in BW.

  • Error when used hana studio to import Delivery Unit

    HANA version:1.00.80.00.391861 HANA studio version:1.80.3 Plantform :SUSE Linux Enterprise Server 11.2 I meet a error when used hana studio followed that steps to import Delivery Unit: Launch HANA Studio  Select your HANA instance On the Quick launch

  • New ipod wont restore back to my old ipod settings.

    okay, so I picked up a new ipod today in the apple store due to the fact that my old one had an unresponsive touch screen(it wouldn't unlock) they took mine and gave me a new one. i had my old ipod stuff backed up on my Itunes and when i tried restor

  • Users running the P7N Diamond and QX9650 please weigh in. I need help...

    OK, I'll start from the beginning.  I had an EVGA 780i mobo, which ran a Q6600 at 3ghz quite easily.  Well, I decided that I had money to burn so I ordered a QX9650.  It would not work on the EVGA, the cpu voltage and cpu fsb voltage would not adjust