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

Similar Messages

  • Which firmware version to use with Zen Micro

    I currently have version .0.03 on my micro 5G and I have had absolutely no isuues. Is there a more recent version that is stable that is better? I do not want to find new problems that are not there with my micro now, but I also do not want to miss out on any upgrade in function.
    Thanks.

    here is some info on what's new in firmware .02.05 collected. (read the linked message, and the rest of that thread)
    here's info about history of all Zen Micro firmware
    .02.05 is not better for your battery than .0.03, but has some other minor features and fixes.
    greets, Fred

  • 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 OSX version works best with Logic Pro 7.2

    Hello everyone,
    Was hoping i could get some opinions on which osx version works best with logic 7.2
    i currently have OSX 10.4.2 but i would like to update at least to 10.4.3 (that is least required to run logic as stated in install manual)...
    should i go for 10.4.4, 10.4.5 or 10.4.6 ?
    which would run best with logic pro 7.2?
    thanks much everyone
    Quad G5 2.5ghz 3GB RAM   Mac OS X (10.4.2)  
    Quad G5 2.5ghz 3GB RAM   Mac OS X (10.4.2)  

    10.4.5 was rock solid for me, and three days into heavy Logic use at 10.4.6 is proving to be just as good.
    Get caught up, and go ahead and update to 10.4.6

  • Which iDVD version is compatible with OS X 10.7.4?

    Which iDVD version is compatible with OS X 10.7.4?

    Version 7.1.2 is.  This is the version bundled with the latest iWorks.  It has been around since 2011 as Apple has not updated the application.

  • How to query which Tcodes specified user used with one day?

    Hi guys:
      How to query which Tcodes specified user used with one day?

    Hi
    You can use transaction code ST03N.
    1. Go to tx code - ST03N
    2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
    3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
    4. At the bottom left you get "Analysis Views"
    5. Select & expand "User and Settlement Statistics"
    6. Double click on "User Profile"
    7. On the right side of the window you get a list of all the users
    8. Double click on a particular user you want to view the details of.
    9. The new screen will display the "Transactions/Reports Utilized by User XXX"
    If you wanna track which users executed a particular transacation then follow this:
    10. In "Analysis Views" expand "Transaction Profile"
    11. Double click on "Standard"
    You can view the list of Transactions and Reports.
    12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
    This will help you.
    Regards
    Sumit Jain
    [reward with points if the answer is useful]

  • Which inspection camera to use with my MacBook Air?

    This question relates to inspection cameras also known as snake cameras, endoscopes, borescopes or fiberscopes.
    I want to buy an inspection camera which sits at the end of a cable perhaps 2-3m in length. I want to plug it straight into the USB port of my MacBook Air running 10.8.5.
    It should have an illuminated tip and reasonably good resolution so that I can inspect areas under floorboards and within cavity walls.  A waterproof version for use within a drain would be a bonus.  It does not have to be medical grade.
    I have spent hours trawling the web trying to find a suitable device.
    I see several cameras most which seem to originate from China which (a) are reviewed as having poor resolution and (b) require software installation from a Chinese CD.  Neither fill me with great confidence.
    Surely somewhere out there this is a device which is of reasonable quality and will plug-in to my MacBook Air and work without having to load unverified software.  For the avoidance of doubt I don't mind paying for and loading software as long as it's from a trusted source.
    All help much appreciated.

    Did your search find this one:
    http://www.amazon.com/Waterproof-Endoscope-Borescope-Inspection-Camera/product-r eviews/B004ZWFOEQ
    I don't have it and am suspicious of how well a $20 inspection camera will function, but it was the very first one I found with a review from a Mac user.
    Be sure to read the review written by "Paul Manning"...

  • Which Jdev version to start with?

    Hi all, I have played with java for some time and looked at early versions of Jdev but now want to use it in earnest myself to expand my skill sets. I work primarily with Oracle Applications and would like to create custom modules etc using Jdev and learn this development tool.
    Which version should I start with? Is it better to look at 9 version rather than 10 as there are more resources etc and also more likely to be in use in the world of work?
    Great if someone who uses it in the real world for development could give me some advice.
    Thanks Cel

    There is no reason to start with 9i.
    The way I see it is that you have two options right now:
    10.1.2 - the current production version
    or 10.1.3 - which is currently in a developer preview mode.
    The decision factor can come down to which technology you are interested in. (for example JSF is only in 10.1.3).
    But one more important factor is ADF which is not yet in the 10.1.3 preview - and is especially useful for people who are just starting with Java.
    My suggestion is that you take 10.1.2 and run through the reviewer guide to understand what ADF gives you.
    Then you'll have a better view point on which version to use.

  • How to get which JRE version is used during runtime?

    Hi.
    I want to know in my application which JRE version the user is using. Is there some method in Properties Object?
    Thank you in advance

    System API tells all...
    "The current set of system properties for use by the getProperty(String) method is returned as a Properties object. If there is no current set of system properties, a set of system properties is first created and initialized. This set of system properties always includes values for the following keys: "
    Key                   Description of Associated Value
    java.version          Java Runtime Environment version

  • I am missing PDF Printer (PDFMaker), have reinstalled Adobe Professional and even did a repair making sure I added the PDFMaker options - it still will not add the PDF Printer (PDFMaker) option - which is necessar to use with our document comparison softw

    Please help me add back the PDF Printer - I am missing the PDF Printer (PDFMaker) and have tried uninstalling and reinstalling Adobe Professional 10, I have tried repairing it and made sure the options for PDFMaker are selected, to no avail.  I need the PDF Printer to use with our document comparison product, using the add printer options and adding the Adobe converters doesn't fix this issue either, it just adds an option to convert documents to PDF to a local folder which doesn't fix the issue.
    I have a contract for Adobe Support but cannot reach a technician by 1-800 number, does anyone (1) have a solution to this problem? and (2) a telephone number for which I can call for assistance?
    Thanks!

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • Which DV Deck to use with Powermac

    I'm trying to find out which mini dv deck to use with my G5 Tower to import footage to edit in imovie and final cut. I don't want to waste money on a camera just to import footage, but I also need a deck that can import mini dv, VHS, and DVD, either on the actual machine or to be able to hook those up to it seperately. I do have a budget, but I'm willing to stretch it if the product will be worth it, do everything I want it to do, and last pretty long. Any suggestions are very welcome as I'd like to purchase as soon as possible.
    PowerMac G5   Mac OS X (10.4.4)   2.0 Ghz, 2GB RAM, 160GB HD

    That's a good suggestion. I had something similar called the Hollywood DV Bridge and I'm afraid it malfunctioned and blew out my firewire ports, so I'm a bit wary about those converters. Also, I don't have a camera to import mini dv so I need an actual deck and not just a converter, but I will look into because it looks like a good product. Does it also connect with DVD players to import footage?

  • 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.

  • 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

  • Can I have two versions of firefox - latest and the older 3.6, which I can only use with Blackboard?

    My 8 new Firefox is fine. But I am using the Blackboard online LMS, which has not yet been upgraded for the newer Firefox. I was told Blackboard works fine with the 3.6 firefox. Hence I want to know if I can have both versions of firefox at once on my Windows 7 laptop PC. Or can I only have one version at a time.

    Yes - you can either use a portable version of Firefox 3.6 or you can run two profiles. If you search on how to run 2 profiles there are instructions out there.

  • Which DB version to use for Oracle CMSDK

    Hi ,
    We are planning to upgrade our iFS 9.0.1 instance to CMSDK.The current configuration has
    1) iFS 9.0.1
    2) DB 9.0.1.1
    I'm wondering which is the best configuration for the upgrade.
    CMSDK(9.0.3)
    With
    1) 9.0.1 DB
    2) 9.2
    3) 9.2.0.3
    We tried 9.2 since it has significant bug fixes ,but we can't do late binding context search with this configuration due to bug. Has anyone tried the CMSDK with 9.2.0.3 Version.
    Looking forward for your replies.
    Thanks
    Rajesh Basawa

    Please read the installation guide for details:
    http://download.oracle.com/docs/html/A96699_01/toc.htm
    It states that you may use Oracle Database version 9.0.1 or above, so I would say that you may use any of the 3 versions you suggest. The later version the better, so I would recommend 9.2.0.3.
    Just make sure you follow the installation guide and ensure that all database, hardware, and operating system requirements are met.

Maybe you are looking for

  • Connecting iPod touch to home wireless internet

    I've had my iPod since April, and when I got to "settings", "wi-fi", it shows my home network but when I put in the password (I've tried both the router and the network password), a message pops ups that says, "Unable to join the network." The iPod w

  • 1 PO with several invoices based on %

    One of our customers has the requriement where they create a purchase order (say for the following below) Purchase Order Product            QTY         Unit price     line total Item A               1              $10 each         $10 Item B         

  • How to perform dir listing of Weblogic log files from a browser

    Hi, I am running WebLogic Server 7.03 on Solaris 8. I have one Admin and multiple Managed servers running. Each creates its own log file. Is there anyway I can access this log files from the browser ? In Apache, you can create a link from htdocs dir

  • Does the FPS in the .fla document effect the FPS in an imported .flv?

    I think this may be related to another post I have, but I'm not sure? http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=194&threadid=1265662&CF ID=45109516&CFTOKEN=f5a4ce0585fae4f3-66834EE8-E724-5FA7-C13B0CE0CCCB7A67&jsessionid=48305

  • Dtrace on Solaris 2.6 -- ?

    I know the very notion is ridiculous. Or is it? Can someone confirm with authority that dtrace will not run on Solaris 2.6? I'm trying to rule out options in resolving some issues we're having on a legacy app. Thanks...