Netweaver SR3 on Linux Enterprise 10 - Which JDK Version

Hello experts,
we are facing problems installing Netweaver SR3 (Java) on Linux Enterprise. The problem is that the step Import Java Dump hangs and the installation does not continue. According to other forum threads one problem might be a wrong JDK version. We run Linux on 64 Bit AMD.
Could anyone provide a link for the appropriate JDK version for Linux 64 Bit AMD or further informations (SAP Notes, except 716604)?
Many thanks in advance.
Marco

Hi
Check note [1172419 - Linux: Supported Java versions on the x86_64 platform|https://service.sap.com/sap/bc/bsp/spn/sapnotes/index2.htm?numm=1172419]
Symptom
You need to install a supported and certified Java VM on Linux x86_64 in order run SAP products based on SAP WebAS Java.
Solution
The currently required version of the IBM JDK 1.4.2 is SR12.
Best regards, Michael

Similar Messages

  • Jar file , which jdk version ?

    I have a question that i want to ask for a long time. Let say someone give you a jar file, how do we check which version of JDK it is compile ?

    You can get an easy, but approximate, answer by looking in the jar manifest:
    $ jar -xf somejar.jar META-INF/MANIFEST.MF
    $ cat META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Class-Path: someotherjar.jar
    Created-By: 1.6.0 (Sun Microsystems Inc.)
    Main-Class: Main
    The Created-By attribute says which JDK version created the jar file. However, that's not always the same as the version that was used to compile the classes. To get an exact answer, you'd need to look at the class file version number, and you'd have to do it for each class file since they don't all have to be the same. Gory details left as an exercise. Here's a reference to get you started:
    http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#80959

  • Which JDK version is required for NWDS v 7.01.07

    Hi,
    Can someone point me in the right direction to find out whcih JDK version is required for NWDS v 7.01.07.
    I currently have j2sdk1.4.2_19 installed but I am getting a build error when creating a new project from ESS of:
    No 'default' JDK defined, will use running VM.
    The TARGET variable for the shortcut and JAVA_HOME env variables are set.
    The JRE_SRCROOT variable in NWDS is empty.
    Regards,
    Rob

    In NWDS set default JDK version.
    Windows - preferences - java Installed JREs
    Select chk box for JRE you want.
    Hope this helps.

  • Which JDK version to use with sunOne 7 ?

    Hi all,
    Does anybody know which version of JDK (1.4.x) is the most appropriate to use in combination with release 7.0 of the appserver ?
    Is the appserver compatible with any 1.4.x release and should we take the most recent one ? (1.4.2_04)
    tx for any info on this.
    Roger.

    It is not mandatory that we should use 1.4.2_04,it wil work with any 1.4.x releases..
    -anand

  • Sun.jdbc.rowset where go i get it n in which JDK version

    i saw some code in this forum regarding pagination where sun.jdbc.rowset is being imported..please help me . i get an error saying that sun.jdbc.rowset not found i am using jdk1.4.

    thanks i got the link from the forum
    You can find it at http://java.sun.com/developer/earlyAccess/jdbc/jdbc-rowset.html

  • JAR file JDK version

    I have a question that i want to ask for a long time. Let say someone give you a jar file, how do we check which version of JDK it is compile ?

    You can get an easy, but approximate, answer by looking in the jar manifest:
    $ jar -xf somejar.jar META-INF/MANIFEST.MF
    $ cat META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Class-Path: someotherjar.jar
    Created-By: 1.6.0 (Sun Microsystems Inc.)
    Main-Class: Main
    The Created-By attribute says which JDK version created the jar file. However, that's not always the same as the version that was used to compile the classes. To get an exact answer, you'd need to look at the class file version number, and you'd have to do it for each class file since they don't all have to be the same. Gory details left as an exercise. Here's a reference to get you started:
    http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#80959

  • Which tomcat version  to be used for  jdk6?

    Hi
    Which jdk version is best compatible for Tomcat5.0? Can I use jdk6 ? Also tell me which is the most suitable tomcat version to be used for jdk6. Also tell me what are all the Tomcat settings (environmental variables etc.) to be made before running the web applications?
    Thanks in advance.

    I mean can i use tomcat5.0 with jdk6.Yes.
    The JVM you are using is pretty much irrelevant as long as it is above the minimum. For Tomcat5, thats JDK1.4 I think.
    The problem is not with JDK6, it will be with your understanding of Tomcat.
    but the programs i put in the web-apps folder with root directory(say firstapp) are not runningThe ROOT directory is the "default" web app. Not the place where you should deploy new web applications.
    All your web applications (with a WEB-INF directory in them) should be off the folder "webapps"
    [Tomcat 5 docs|http://tomcat.apache.org/tomcat-5.5-doc/appdev/deployment.html]
    Having said that, IMO you should be using at least Tomcat 5.5, and possibly even Tomcat 6 if you want the latest version.
    Cheers,
    evnafets

  • Get jdk version throgh applet

    hi
    how can i determine which jdk version the browser is using from applet.i want to tell the user that if he is using jdk1.4 version than a message appears that this applet can be run on jdk1.3 or less.
    Thanks

    Like I said,I am not a big applet maker but I would
    think this would cause a security exceptionI can't tell if this was a reply to my 2nd response, it seemed a little too quick. Anyway, if you didn't catch that, check here:
    http://java.sun.com/docs/books/tutorial/applet/practical/properties.html
    You can check the version with applets.

  • JDeveloper JDK version and Weblogic server?

    Hi! Please can anyone tell me where I can see which JDK version uses my JDeveloper? And where I can download newest Weblogic server, please link and the name of the newest WeblogicServer!
    Best regards, Debuger!

    WSL 10.3.3: http://www.oracle.com/technetwork/middleware/downloads/index-087510.html
    Comes with its own JDK or download the newest here http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Timo

  • JDK version on the desktop

    Which JDK version is supported/required at the browser level to run Netlet ? We are running Portal 3.0, SP4 HF1
    We need to run Netlet to tunnel traffic from a full Java client application to a J2EE Application Server. Java client application requires 1.3.x on the workstation.
    Would Netlet run on JDK 1.3xx ? Any solution / hint ?

    We have Portal 6 but it's going to be months before we're ready to convert our production server to use it (lots of custom code).
    it would require the netlets to be rewritten ... Is rewriting the netlet for Portal 3 out of the question?

  • Interaction oracle 8.1.7 internal jdk version and jdk1.4

    Hi all
    If I install a jdk 1.4 in my PC which runs an oracle 8.1.7 server, which jdk version does oracle use if I create and execute a java stored procedure ?
    Thank you very much.

    Installing any other JVM on your system doesn't change the JVM Oracle uses to run Java stored procedures. I believe 8i was using a 1.1 JVM, but it's been a while.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version for Linux available

    The Linux version of SAP NetWeaver Gateway 2.0 Pre-Packaged Trial Version is available for release. For more information and to find the download links [ here|http://www.sdn.sap.com/irj/sdn/gateway?rid=/webcontent/uuid/90b292cc-a2d7-2e10-709d-9fba966a6937]. The Hyper-V Windows 2008 version will be available shortly.

    Hi Thomas,
    We currently have three pre-packaged demo version available with slightly different favours. We are evaluating which ones we want to maintain currently and currently all 3 are at SP4 levels. So a questions back to you would be, if the Hyper-V image was dropped, would the Windows 64 bit version still work for you?
    You can find that here.
    Regards,
    Wayne

  • How to know which bit version (32 or 64 bit) of jdk

    hi,
    i have installed java in my system and i would like to know whether it is 32 bit platform or 64 bit plaform of jdk.
    by using
    java -version
    we can know the jdk version ,in the same way do we have any command to know the bit version ?
    could you please let me know how to do that ?

    I think we can find the bit size base on the dierctory under which it installed. See some details here:
    Java 1.1.8 installs in /usr/jdk_base
    Java 1.2.2 installs in /usr/java_dev2
    Java 1.3.0 installs in /usr/java130
    Java 1.3.1 64-bit installs in /usr/java13_64
    Java 1.3.1 installs in /usr/java131
    Java 1.4 64-bit installs in /usr/java14_64
    Java 1.4 installs in /usr/java14
    Java 5 64-bit installs in /usr/java5_64
    Java 5 32-bit installs in /usr/java5

  • I am using jboss 4.2, java5.0 and Fedora Linux Enterprise Version 4.0 with

    Hi,
    I am using jboss 4.2, java5.0 and Fedora Linux Enterprise Version 4.0 with kernel 2.6 and NPTL 2.3.4
    I am using open source network chart generation API provided by geosoft ( http://geosoft.no/graphics/). This API generates chart into swing window.
    I wrote the code to change this swing window into web browser compatible jpeg image. I used thread to generate the image. It is working fine, for one user and no other processes running on the application.
    ISSUE:- When more than 5 users hit the application at the same time, some images get generated, some donot, there is no fixed trend to this image generation process.
    I analyzed CPU timing, it is using 100% CPU and after the images are generated / not generated, the CU usage goes down to zero.
    When I used the same code with Linux 9.0 (kernel 2.4, NPTL � 0.6), rest remain the same, it is working perfectly fine with more than 10 users, with all images being generated within 30 secs
    Can somebody help me out to figure out whether it is a kernel issue / NPTL issue? Does it have something to do with thread processing?
    Code for network chart generation :-
    NetworkGenerator ntw=new NetworkGenerator();
    BufferedImage img;
    ntw.setVectRootNodes(vectRootNodes);
    ntw.setHashChildNodeNames(hashNodeData);
    ntw.setHashNodeRelation(hashNodeRelation);
    ntw.setHashNodesCreated(hashNodesCreated);
    ntw.setSupplyChainBean(supplyChainBean);
    Thread t=new Thread(ntw);
    t.setPriority(Thread.MAX_PRIORITY);
    t.start();
    try{
    t.join();
    catch(Exception e)
    DebugManager.doDebug(className.toString(),e);
    if(t!=null)
    System.out.println(t.getState().name());
    System.out.println(t.isAlive());
    public class NetworkGenerator extends JFrame implements Runnable{
    public void run()
    //call the garbage collector
    System.gc();
    // Create the graphic canvas
    window = new no.geosoft.cc.graphics.GWindow();
    window.getCanvas().setSize(screenWidth,screenHt );
    // Create the GUI
    JPanel topLevel = new JPanel();
    topLevel.setBackground(new Color(255,255,255)) ;
    topLevel.setLayout (new BorderLayout());
    getContentPane().add (topLevel);
    topLevel.add (window.getCanvas(), BorderLayout.CENTER);
    topLevel.setVisible(true);
    // Create scene with default viewport
    scene = new no.geosoft.cc.graphics.GScene(window, "My Scene"+ (new Date().getTime()));
    no.geosoft.cc.graphics.GStyle style = new no.geosoft.cc.graphics.GStyle();
    style.setForegroundColor (new Color (0, 0, 0));
    style.setBackgroundColor (new Color (255, 255, 255));
    style.setFont (new Font ("Arial", Font.BOLD, 10));
    scene.setStyle (style);
    int xPos=minY ;
    int yPos=0;
    int noofChild=vectRootNodes.size();
    int dev=(screenHt -minY )/(noofChild+1);
    int newDev=Math.round(dev-(dev/5));
    //log.debug("---------noofChild-----------------------------------"+noofChild);
    if(!hashNodesCreated.isEmpty())
    for(int i=0;i<noofChild;i++)
    yPos=minY +(dev*(i+1));
    String nodeName = vectRootNodes.get(i).toString();
    log.debug("root nodename===="+nodeName+" with ypos :"+yPos);
    //log.debug("nodeName=="+nodeName);
    //create root nodes
    Node rootNode = createChildNode( nodeName,minY,screenHt,xPos, yPos ,newDev,1);
    scene.add(rootNode);
    log.debug("screenWidth ===="+screenWidth );
    // if(screenWidth>minExtXval)
    // minExtXval = screenWidth;
    // w2 o
    // * |
    // * |
    // * |
    // * w0 o-------o w1
    double w0[] = {0.0,screenHt ,0.0};
    double w1[] = {screenWidth,screenHt,0.0};
    double w2[] = {0.0,0.0,0.0};
    scene.setWorldExtent (w0, w1, w2);
    this.pack();
    Thanks in advance.

    How do I do that as I checked for it in utilities and is not there? Thanks in advance

  • Flash plugin 10.3 not working in SUSE linux enterprise 10 version.

    OS using: SUSE linux enterprise 10 version
    current Flash Plugin: 9.0
    I have downloaded the latest version of Flash plugin 10.3. for linux and replaced the old flash.so file with the new one. but after updating, i got only blank white screen. When i rigth click on the browser, i can see flash plugin 10.3 menu. I don't know what is the issue. Flash plugin 9 is working fine without any issue. I browse through adobe website and findout some additional libraries are required for FP 10. Is that the problem now. If so how can i fix that. Somebody please help me out.

    Sorry, I know nothing about Linux; it was the only idea I had.
    The only other suggestion I have is to try updating the device drivers for the video adapter, but I'm not sure this will fix the problem.
    Hopefully someone from Adobe can have a look at your problem tomorrow at US daytime.

Maybe you are looking for

  • Which sound card is best for top quality voice to CD recordi

    Hi?I want to produce very good quality voice recordings on my computer to then burn to CD, I'm baffled by the range of soundcards available. I dont need theatre suround sound etc, I just want to make mono low noise recordings (using Audigy). Your rec

  • Problem with BADI BADI_HU_DIALOG.

    I want to  display some customer fields in the screen 'Addit. Data' in  the Handling Units (transaction vl02n/vl03n). Therefore I use the BADI 'BADI_HU_DIALOG', method DEFINITION_SUBSCREEN. I need the subscreen in the details, so I use the flag 'IF_D

  • Problems with image names when exporting - images that have come back into lightroom from photoshop

    Can anyone help ? When I need to take an image from lightroom into photoshop then back into lightroom and then I export that image, the original file number disappears and is replaced by dashes. Does anyone know how to solve this ? Thanks !

  • Can I just reset my dvd driver to check if a problem is software based?

    I'm running an I-Mac OSX 10.6.8 that is experiencing the common issue of not playing DVDs. I have tried several approaches such as SMC, PRAM and other resets as well as hard ware checks with no luck but heard it could be software/driver issue with 10

  • Datatypes mapping .... (Re-Post)!!

    Hi ... btw ... i am posting my query again with hope that someone will respond!!! I am writing an application to transfer data between tables of Oracle 8 and MS-Access (both ways). I need to know the mapping of various datatypes between these 2 datab