Which version of J2SE SDK

Can any one tell me which version of J2SE SDK should be downloaded for Sneak Preview SAP NetWeaver 2004 - Full Java Edition

Hi,
use j2sdk 1.4.2_14 or newer.
Brad

Similar Messages

  • Which version of iPhone SDK is available for MAC OS 10.3.9

    Hi,
    I want to develop an application for iPhone using my MAC OS 10.3.9 version.
    Which version of iPhone SDK is available for MAC OS 10.3.9?
    Can I install and work with iPhone SDK 6 or 7 version on MAC OS 10.3.9.
    Regards,
    Punit

    but the installation steps of SDK says that it can be installed on MAC OS 9.3.x also by customizing it during installation for the MAC OS 9.3.x.
    If possible, could you post a link to where this information is.
    OS 9 does not have a version 9.3.x so I am not sure what you are referring to unless that was a typo and you meant 10.3.x?
    I think you might get better support in the Developer forum. If you don't receive any other response here in this topic perhaps posting there might attract more knowledgable SDK users.
    littleshoulders
    Message was edited by: littleshoulders
    Message was edited by: littleshoulders

  • MAC iOS 10.4.11 compatible with which version of Apple SDK?

    Hi,
    I have 10.4.11 MAC OS....I want to install the SDK for mobile App development and testing. Can anyone tell me which version of SDK I need to install to make it work without having to update my iOS?
    Thanks,
    Prasun

    Hello, I don't think it's going to work, unless you just want to develop for older versions of iOS & OSX.
    Oct 4, 2011 ... Go cry to Apple, and ask Apple why they stopped releasing moderndeveloper tools for Tiger 10.4, and Apple will probably tell you to screw ...
    groups.google.com/a/googleproductforums.../d/.../yFTXMdi7OX4J - Cached

  • J2SE SDK

    What is the latest version for J2SE SDK?

    http://java.sun.com/javase/downloads/index.jsp
    Click on the Latest Release or Next Release (Early Access) links,
    depending on if you like it mild or spicy.

  • Which Versions of VS Does Each Version of the SDK Work With?

    The PAM only talks about the versions of the .NET Framework - not the versions of VS.  And there basically is no Developer Guide since sometime in early BI 4.0 that might have this info.
    I have a client who is having issues with their BI 4.0 SP6 code after migrating from VS 2010 to VS 2013.  Based on conversations around which versions of Crystal for VS will work in which versions of VS, I'm almost certain that this version of the SDK is not supported in VS 2013.  But I'd like to have "official" documentation to show them and a URL I can point them to where they can get this information as new versions of VS come out.
    Thanks!
    -Dell

    Hi Dell
    I can always count on you asking DE greatest of questions
    The "party line" is; it is not the app you will be working in that is supported or not, it is the framework. Thus that BI 4.0 SDK for .NET will work in Delphi, or VS 2013 as long as these support the framework BI 4.0 works with (e.g.; 3.5 and 4.0). Now. Since the BI 4.x SDK is only to be used in managed applications, there is no craxddrt.dll version 14.x installed and thus no CR designer in the .NET IDE. I have never seen this documented in an official type of doc. However the BI 4.0 PAM says:
    Contrast this with 'SAP Crystal Reports, Developer Version for Visual Studio .NET". As the install of this product does incorporate the craxddrt.dll into VS to give us the CR designer in the .NET IDE, there is a dependency on the correct version of VS (e.g.; SP 10 for VS 2013, SP 4(?) for VS 2012).
    I suppose all of this boils down to; yes, migrating BI 4.0 SP6 code from VS 2010 to VS 2013 should work.
    - Ludek

  • Installation error:  Cannot find a J2SE SDK installed at path C:\Program Fi

    I am installing latest version of SQL Developer, Release 1.2. I have Sun Java 2 Standard Edition Version 1.5.0 (build 1.5.0_10-b03). When I browse and select the java.exe found it comes up with error: Cannot find a J2SE SDK installed at patch
    C:\Program Files\Java\jre1.5.0_10
    I am installing the version I downloaded for Windows systems with JDK1.5.
    I have tried on two different machines.
    Any ideas?

    This is going to seem loooong, but comprehensive.
    I'd initially always suggest using the bundled
    package, since that's supposed to be a tested and
    proven combination.You know what, I'm gonna be mighty surprised if you're implying that Oracle hasn't 'tested and proven' the releases at http://www.oracle.com./technology/software/products/sql/index.html other than the first 77 MB download labeled Oracle SQL Developer for Windows... :)
    After having problems with a graphics card for
    example, installing the latest JDK might be
    indicated.Huh?!? Not a clue what you're talkin' 'bout! :S
    It's also easy for users who don't know which Java
    version to download, or even where to find it! You
    guys have proven that: although it's stated you need
    .First of all, it says right there on the download page (http://www.oracle.com./technology/software/products/sql/index.html) that:
    "JDK 1.5 (JDK 5.0) is required. This is the minimum JDK version required"
    And we've "proven that [..] although it's stated you need the JDK, [we]'ve tried running with the JRE" and have NOT been able to run the application. It just presents the user a dialog box to locate the 'SDK' manually and exits gracefully if you try to dismiss it. So, conclusively proven, the JDK (or as SQL Developer puts it, Java SDK) is required- QED.
    And given users might have several versions running
    on the same machine (I have half a dozen), sqldev
    could easily pick up a wrong version.And every JRE installation (atleast all of Sun's) make sure they update the default (via PATH and other required system variables) JRE point to the latest one installed. So if you have anything 1.5+ you're good to go; if not, you've got an incompatile JRE. Doesn't sound that hard to me!
    As for being bulky, even without the bundled JDK, it
    still is.Ya missed the point. Developers are making Java applications bulkier by including the JRE/JDK with their distributions. A SQL Developer release sans JDK is about 46 MB; with JDK that climbs to 77 MB (sizes quoted from download page linked above).
    Imagine what happens when you have, besides SQL Developer (JDK 1.5 included), some-cool-java-app that also includes the JRE/JDK it was built on; and then another-java-app that also includes a JRE/JDK... I bet JDeveloper also comes with a JDK bundled in. So, now you have FOUR copies of JRE/JDK (aside from the "have half a dozen" that probably installed themselves via Java Update Checker)!
    Here's the big picture, the savings in disk space would only be the beginning of your benefits. Here's a few others:
    - Class Data Sharing (http://java.sun.com/javase/6/docs/technotes/guides/vm/class-data-sharing.html) introduced in Java SE 5.0 provides for storing definitions of commonly used classes in a representation closer to machine code, even closer than bytecode, this reducing load and startup time. Plus all VM's launced using that particular distribution get to share the cache- Performace+ !!
    Running each app offa' it's own VM just causes multiple caches to be loaded. You just multiplied your losses! :(
    - Sun is currently working on a way to have applications simply inject into a running JVM. That way, there is no load and startup time for the JVM, just the time to load you app classes. Using different distros would completely defeat this!
    (The reason why this feature isn't out yet is because they're still trying to make it possible to specify hitherto VM configurations like security and logging as application configurations. Then there's also the issue of setting up class loading boundaries between applications.
    You say you don't have to bring over the VB runtime
    for each app? I remember in the 90's doing it all the
    time. Of course, being MS, now that's not necessary
    anymore, since it's "magical" Windows. I don't have
    any machine from Sun, but for sure they've got Java
    bundled with it, right?I don't believe you had to do that since VB 5; and that's because MS realized that they messed up on this very point upto then! Sun worked the simple solution to that into their deployment strategy- install only ONE runtime and run all apps off that. As for you're half-a-dozen, I think you can safely uninstall the five older versions; because, even today, people are running apps developed using JDK1.1 on Java SE 6.0!
    Again, I find the most logical difference between JRE
    and JDK being the debugger. As you say it yourself:
    JRE for end-users, who don't need to do any
    debugging.
    Now, sqldev is not just a table browser, but also for
    debugging PL/SQL. 1 + 1 = 2.I think it's a little naive to differentiate between the JRE and JDK on just the debugger! Aside from the obvious inclusion of a compiler, the JDK has several other tools for monitoring/managing the heap, threads and logging on the fly. There's also the Doclet API and Sun's javadoc implementation, dev interfaces for instrumenting the VM, native interfaces, ...
    And I reiterate, we're talkin' PL/SQL developers here. Why would I want to give a PL/SQL developer a Java Development Kit?!? ;|
    Nevertheless, as said in the other thread, if the
    team discloses how to circumvent the SDK check at
    startup, you can go ahead and use the JRE. In any
    case, you'd have to agree that won't work as
    out-of-the-box solution...You're right, it won't work like a standard Windows OOTB app. But, it WILL work as a Java OOTB that only mandates that there be a JRE available; just like the scores of Java apps out there- from tiny little Pong clones to large IDE's like NetBeans.
    BTW, don't even think about quoting Websphere/Rational/Eclipse as counter-arguments. They are the biggest offenders as far as this issue goes. And jikes is an abomination, a curse Sun must carry as a result to opening the VM Spec. But, I digress...

  • Which version of J2EE

    I would like to run both client and server mode on my Desktop. Currently i have J2SE 1.5 jdk and can not run server mode. Can i run both modes with J2EE edition. Also there are at least two popular versions.
    J2EE 1.4 SDK or JAVA EE5. - not sure which one to go for.
    There seems to be a problem when i click on download J2EE1.4 SDK - it takes me to Fatal Exception page.
    Any suggestions are welcomed.

    Your question is little confusing. Any J2EE server makes use of a JDK, and which version of JDK is supported by a particular appserver depends on that appserver. However, if you have a JDK installed in your machine, and of course you can make use this JDK to run J2EE appservers, and at the same time use the same JDK to run any other applications.
    J2EE 1.4 SDK is the Reference Implementation of J2EE 1.4 Platform, which was released in 11/2003.
    Java EE 5 is the latest version of J2EE (now renamed to Java EE) Platform, which as of now has not been fully finalized. Its Reference Implementation is based on glassfish open-source application server (see glassfish.java.net)

  • When SDDM x64 says "Cannot find a J2SE SDK installed at ..."  what is it actually looking for?

    First of all,please forgive me if this question has been answered before, but search facilities in this new forum are even more rubbish than the old one, which is an achievement I wouldn't have thought possible.
    Anyhoo.
    I have downloaded the 64-bit version of Data Modeller, which comes without the JRE.
    I have installed JDK1.3.0.21.  I have subsequently also downloaded and installed JRE 1.7u21.  However when I run datamodellerx64.exe for the first time it hurls with this message:  "Cannot find a J2SE SDK installed at C:\Program Files\Java\jdk1.7.0_21\bin".     It also doesn't like  C:\Program Files\Java\jre7\bin  (under the JDK install) or .C:\Program Files (x86)\Java\jre7\bin (the JRE install)
    So what path does it actually want?
    I suppose I could download and install the 32-bit version with the inbuilt JRE but that would be a pretty sorry workaround.
    Cheers, APC
    Message was edited by: APC - just realised I had typed "with the JRE" instead of "without", which is actually the entire source of the issue.  Doh!

    The first time you start up Data Modeler, it should prompt for the Java home.  You should select the java.exe file within the jre\bin folder of a Java JDK.
    Thanks!  This was the bit which was confusing me.  What I needed was C:\Program Files\Java\jdk1.7.0_21\jre\bin\java.exe
    Of course, then I get a message telling me that versions above 1.6 are not certified, but I'm not installing a monstrous rootkit on my new laptop simply to run SDDM, so I guess I'll just rub along without the certification.   It seems to start up just fine.
    Cheers, APC

  • Cannot find J2SE SDK

    I am trying to use SQL developer (Oracle 11g)
    When I select the java.exe file it gives me error 'cannt find J2SE SDK installed at path (path of java.exe'

    You're targeting a JRE install, when you need a JDK. Should look something like this:
    C:\Program Files\Java\jdk1.6.0_21\binI'm assuming that your Oracle install has a JDK buried in it somewhere. If not you can:
    a) download JDK here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
    b) download a copy of SQL Developer which is bundled with it's own copy of JDK: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    I would recommend #2, as the latest version of SQL Developer is probably more up to date than what came with the database.

  • Sprint Wireless Toolkit Help / Newest J2SE SDK?

    I'm using the Sprint Wireless Toolkit but when ever I try to 'package' anything, which I guess is compiling it, it tells me that I need J2SE SDK version 1.6 or newer. I thought I had the newest version, but just to be safe, could someone please point me in the direction of the latest J2SE SDK download.
    Thanks
    Edited by: rmhughes on Feb 3, 2009 12:22 AM

    just to clarify there are 2 types of Java --> The JRE (Java runtime environment) and JDK (java Development kit)
    It's the JDK that you need to run the java compiler (javac). To make thinks easier, you can dlowload the whole package (URL above ^) when you try and install it will ask if you want to remove the Java already installed, click yes. (Take note on where you are installing the java files as you need it later. I didn't deploy mine using the default path, I deployed my java on the root of the C drive so the path of my java turned out to be c:\Java\bin) follow the steps, next next next click click click.... by the end you should have JRE and JDK installed.
    Then you need to set the path of javac, to do this...
    ->open up CMD
    type the following --> set PATH=%PATH%;C:\Java\bin <--- The only thing you might have to change in this is the path. This is where the bin folder is where you installed the JDK.
    then try javac Hello.java

  • Confusion over J2SE and J2SE SDK

    Hi,
    I understand that J2SE (Java2 Platform, Standard Edition) is an abstract specification from Sun and J2SE SDK is Sun's implementation of J2SE platform.
    If Sun is releasing a new version of their J2SE platform, what are the things from the below list that can be changed and how.
    1. The Java Virtual Machine Specification
    2. Java API
    3. The Java Language Specification
    For example, I notice that for every new release, only the API version is changed where as the The Java Languge and JVM specifications remained the same since very long. Let us say that a new keyword is added, shouldn't the JVM spec and the Java Language Spec change??
    Where can I get the release notes of J2SE (not J2SE SDK)?
    Thanks,
    Suresh

    Hi ,
    U can get the release notes from
    http://java.sun.com/j2se/1.4/relnotes.html
    Hi,
    I understand that J2SE (Java2 Platform, Standard
    Edition) is an abstract specification from Sun and
    J2SE SDK is Sun's implementation of J2SE platform.
    If Sun is releasing a new version of their J2SE
    platform, what are the things from the below list that
    can be changed and how.
    1. The Java Virtual Machine Specification
    2. Java API
    3. The Java Language Specification
    For example, I notice that for every new release, only
    the API version is changed where as the The Java
    Languge and JVM specifications remained the same since
    very long. Let us say that a new keyword is added,
    shouldn't the JVM spec and the Java Language Spec
    change??
    Where can I get the release notes of J2SE (not J2SE
    SDK)?
    Thanks,
    Suresh

  • Which version of crystal reports can link to Windev 14 and SQL server 2008 applications

    I am developing an application with windev 14 and sql server 2008, i would like to know which version of crystal report can i use?

    Hi GS,
    Move to .NET SDK forum.
    I don't know how CR for Visual Studio will integrate into WinDev but to get the installer for VS 2010/2012/2013 go to this page:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads
    It's the runtime for CR 2011 or 2013 now.
    As for SQL 2008 you need to install the Client tools and when creating reports use the SQLNCLI10.dll as the client DB driver for ODBC or OLE DB.
    Don

  • Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6

    Hi,
    I am trying to install the latest version of SQL Developer 3.0 on my brand new Windows7(64-bit) computer. I already installed the Java SDK6 (Update26). Unfortunatelly I am forcing some problems.
    When I start the sqldeveloper.exe for installing - at the beginning when I browse and select the java.exe an error comes up:
    Cannot find a J2SE SDK installed at path C:\Program Files\Java\jre6
    Why isn't it working?
    Can you help me? Any ideas?
    Thanks a lot!

    That's because you are trying to run SQLDeveloper with a JRE not a JDK.
    Since you already installed a JDK you should have a folder labeled
    jdk1.6.0_26in your C:\Program Files\Java directory.
    If you cant find the proper JDK in your system the 64 bit version for windows can be found here:
    http://download.oracle.com/otn-pub/java/jdk/6u26-b03/jdk-6u26-windows-x64.exe

  • Problems Installing J2SE SDK on Win XP Home

    Hi, I'm having serious trouble trying to install the Java 2 SDK onto my
    PC.
    I have tried installing 2 different versions;
    j2sdk-1_4_2_03-windows-i586-p, and
    j2sdk-1_4_2_04-windows-i586-p.
    Both are the offline installation versions which I burned to separate
    CD-ROMs in the last 4 months or so. Whenever I try to install either version,
    I get the following error message during the "copying of files" stage of the
    installation process:
    "Error 1335. The cabinet file 'Data1.cab' required for this installation is
    corrupt and cannot be used. This could indicate a network error, an error
    reading from the CD-ROM, or a problem with this package."
    Also, during one of my failed installation attempts, I received the following
    error message instead of the one above:
    "Error 1772. There is a problem with this Windows Installer Package. A program
    run as part of the setup did not finish as expected. Contact your support
    personnel or package vendor."
    I have only received the Error 1772 on one occasion, every other attempt to
    install one of the packages has resulted in an Error 1335.
    The system I am trying to install it on is an Athlon 2600 with 256mb of RAM,
    running Win XP Home Edition with Service Pack One.
    The strange thing is, is it that it is only this PC which the problem occurs
    on. I have successfully installed the 1_4_2_03 version of the
    SDK onto my (rather antiquated) laptop, which has an AMD K6 400MHz, 96mb of
    RAM, and running Windows 98. Also, I have just successfully installed the
    1_4_2_04 version onto another different PC, which has an AMD K6 450MHz,
    96mb of RAM and running Windows ME. Both of these versions were installed off
    the very same CDs that are causing me all the problems mentioned above with my
    PC running XP, so it suggests that there is no problem of corruption of the
    installation files.
    I have only managed to find information about this problem on a couple of
    other sites, and I have tried every one of the suggestions that people in
    a similar predicament have tried. These failed attempts include:
    - Performing a 'clean boot' before installing the SDK.
    - Swapping the slots that the PC's memory modules are in.
    - Format of hard drive and complete re-installation of Windows.
    I really am at a complete loss as to how to get Java up and running on my PC,
    so if anyone out there knows how to fix the problem, please, please let me
    know.
    Thanks,
    Steve.

    I can't offer resolution of the problem, but a couple of alternatives come to mind.
    Obviously, this one computer has something in it that is causing the problem. It's probably an interaction involving Windows and the hardware. Windows SP2 may be a solution; install it when available, and try again.
    The SDK installation in C:\j2sdk1.4.2_0x does not involve any Registry entries - they're for the public JRE installed in Program Files. You can copy the j2sdk1.4.2_0x directory from another machine, avoiding the install; you just won't have the public JRE. Copy java.exe and javaw.exe to System32 to allow naked java/javaw commands to work.

  • Cannot find a J2SE SDK installed at path...

    I posted this in the SQL-Deveolper forum, but perhaps it is better posted here, since it is a Java issue.
    I found a thread for this same problem from 2007, but did not find an answer for it.
    I'm installing sql-developer on a Windows7 machine 64bit. When I go to run the exe, I get the popup:
    "Cannot find a J2SE SDK installed at path: C:\Program Files\Java\jre7."I've downloaded and installed a couple of jdk's to fix this:
    jdk-6u37-windows-x64.exe
    jdk-7u9-windows-x64.exe
    These did not work.
    Can anyone tell me what I need to download to get this to work and where I can find it?
    Thanks,

    I realized we have another wiindows machine that runs sql-developer just fine. I copied the jdk-6u25-windows-x64.exe from that machine and installed on the newer one. The install complained that a new version of java was already installed. But, the older version works where the newer one did not - does not.
    So I'm good. But it would be nice to know why the new versions do not include all the foo that seems to make sql-developer work.

Maybe you are looking for

  • No supported calendar application in iTunes for iPod Touch

    Hello everyone, Right now I'm having trouble syncing my calendar on my iPod touch. I'm using iTunes 7.4.3 and I have Outlook 2003 installed on my computer, but iTunes says "No supported calendar application can be found." in the Calendar section on t

  • Only is the last value is in output instead of all

    report zexam. tables : mara, mbew, mard,t023t. type-pools:slis. data : ist_list_topofpage type slis_t_listheader. data : s_list_topofpage type slis_listheader. data : i_fieldcat type  slis_t_fieldcat_alv. data : x_fieldcat type slis_fieldcat_alv. ***

  • How to save and then close document Using Acrobat 9 (URGENT)

    I have been looking for a soultion for long time now but couldn't find any. I'm using a dynamic PDF form desgined using LC Desginer and created a button that should save the current opened form in the same location (no need to define the location bec

  • Problem editing scanned PDFs

    I'm working with a lot of scanned old books. Sometimes I download one from Google Books or another site and want to get rid of the first and last couple of empty pages. The weird thing that happens in Preview is that the new file after extracting the

  • Itunes.exe - application error "0x07e20740"

    I just installed itunes 10.5.3 but everytime I try to open it I get the following message:  itunes.exe - application error   the instruction at "0x07e20740" referenced memory at "0x07e20740". the memory could not be "written".   What should I do to g