Java JDK versions on Mac OS Lion

I was just looking at the JDK on my Mac with Mac OS X 10.7.3 and it looks like I have different versions of the JDK around.
That's what I have
/Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk
/Library/Java/JavaVirtualMachines/1.6.0_31-b04-411.jdk
/System/Library/java/JavaVirtualMachines/1.6.0.jdk.
Why is that messed up ?  
I checked to what I'm pointing and I get that
/usr/bin/java  points at  /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
/System/Library/Frameworks/JavaVM.framework/Versions/Current points at  /System/Library/Frameworks/JavaVM.framework/Versions/A
Is that ok ?  How can I check that I'm really using the most recent version of JDK, in this case /1.6.0_31-b04-411.jdk ? Should I remove redundant JDKs, and if yes what and how ?
Thanks.

Hey guys,
Sorry in advance if my question is a bit uncalled for in this thread.
Somehow I have not managed to get the latest version of Java (1.6.0_31) installed on my MacBook.
According to JavaTester.org I have version 1.6.0_29 which is confirmed by my Java Preferences Panel.
The only 2 versions listed in the panel are 1.6.0_29 (64-bit) and 1.6.0_29 (32-bit)
The webplugin check from firefox states that 'Java Applet Plug-in" is not up to date.
Firefox Add-on Tab says I have 'Java Applet Plug-in' version 14.0.3
Oracle.com says the latest version of Java is  Version 7 Update 3
Java.com says the latest version of Java is Version 6 Update 31
Furthermore Java.com says updates will be automatically download through 'Apple Software Update' but it shows no sign of an update.
What's wrong? What is the latest version of both Java JDK and Applet? How can I fix this?
{- Mac OS X 10.7.3 Lion
{- Firefox 10.0.2

Similar Messages

  • Update java/jdk version

    Is there any documentation or guide to update the java/jdk version in my DB???
    the actual version is 1.4.2_04 I wanna update to a newest.
    10 g.
    release 10.2.0.3
    java/jdk version 1.4.2_04

    840877 wrote:
    Is there any documentation or guide to update the java/jdk version in my DB???
    the actual version is 1.4.2_04 I wanna update to a newest.
    10 g.
    release 10.2.0.3
    java/jdk version 1.4.2_04Oracle supplies its own JRE environment with the installation. Why you want to update your JDk ? What's the reason?
    For Java, check the below link,
    http://www.java.net/external?url=http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Aman....
    Edited by: Aman.... on Aug 2, 2011 11:11 PM

  • Java JDK Versions?

    I am installing 11g XE, Weblogic, Forms & Reports, and SQLDesigner for a class and I don't understand why it keep whining about needing obsolete JDK versions. We all know there was a big uproar over Java security issues over the past few years so I don't understand why this software would be complaining when I try to tell it to use the current JDK version. Isn't Java JDK always written to be backward compatible? What about the real installations of this software? Or is the JDK version irrelevant if the JRE is up to date?

    Hey guys,
    Sorry in advance if my question is a bit uncalled for in this thread.
    Somehow I have not managed to get the latest version of Java (1.6.0_31) installed on my MacBook.
    According to JavaTester.org I have version 1.6.0_29 which is confirmed by my Java Preferences Panel.
    The only 2 versions listed in the panel are 1.6.0_29 (64-bit) and 1.6.0_29 (32-bit)
    The webplugin check from firefox states that 'Java Applet Plug-in" is not up to date.
    Firefox Add-on Tab says I have 'Java Applet Plug-in' version 14.0.3
    Oracle.com says the latest version of Java is  Version 7 Update 3
    Java.com says the latest version of Java is Version 6 Update 31
    Furthermore Java.com says updates will be automatically download through 'Apple Software Update' but it shows no sign of an update.
    What's wrong? What is the latest version of both Java JDK and Applet? How can I fix this?
    {- Mac OS X 10.7.3 Lion
    {- Firefox 10.0.2

  • Problems installing Java JRE 7 on Mac OS Lion

    I have problems installing jre-7u6 on Mac OS Lion 10.7.4. Downloaded the latest version for this OS from the following link http://jdk7.java.net/download.html.
    Installation is normally and correctly. But when I try to see in the terminal with the command "java -version" still shows the old version, the new version is not installed.
    Somebody can help me?

    You're reasoning it the wrong way around dude. You should find a mac forum to ask this. The reason is very simple - you need mac users which have run into this before and know how to fix it. Where are you likely to find them?
    Well there are likely SOME mac users here, but not as many as on a mac forum...

  • JAVA JDK version

    Hi,
    For implementing Daylight savings, I may need to look at JDK used in my system, The component is SAP_JEE. ( OSS Note - 983147)
    Where to look at the version and how to implement it.
    System is SAP R/3 4.6B and 4.7
    Thanks,
    Sam

    If you want to do it programmatically,
    System.getProperty("java.version")
    will give you the JDK version information.
    Regards,
    Jens

  • Java JDK versions and compilation levels

    Hi,
    I have a question about differents java versions and the compilance level. As far as I know, if I am developing an application, for example a swing application or a JSF web project, that will be deployed to run in a JVM 1.6, I must compile my code with similar JDK, in this case, I must compile my code with a 1.6 JDK.
    But, for example, can I use JDK 1.7 with compilance level 1.6 to run code under 1.6 virtual machine?
    Suppose a JSF web project compiled with JDK 1.7 and source level 1.6 can be deployed on a tomcat that run in a 1.6 VM?
    If that is correct, I think that I should always get the last JDK version installed in my computer and choose the different compilance level (example 1.4, 1.5, 1.6 or 1.7) to compile my code based on the target JVM, is that correct?
    Thanks for your help, regards.

    kerule wrote:
    If my project will be executed on a JVM 1.4, I must have installed in my computer a JDK 1.4 and the project must be compiled with 1.4 JDK
    If my project will be executed on a JVM 1.6, I must have installed in my computer a JDK 1.6 and the project must be compiled with 1.6 JDK
    If my project will be executed on a JVM 1.7, I must have installed in my computer a JDK 1.7 and the project must be compiled with 1.7 JDK
    Correct?Yes, and NO: the problem with what you said is "must be". If you compile with 1.7, but use objects that are backwardly compatible with 1.4, then it will work in 1.4 onward, but if you use features of 1.7 that are not compatible or possibly not available in 1.4, then you will not run in 1.4.
    Your statements:
    If my project will be executed on a JVM 1.4, I must have installed in my computer a JDK 1.4 and the project must be compiled with 1.4 JDK
    If my project will be executed on a JVM 1.6, I must have installed in my computer a JDK 1.6 and the project must be compiled with 1.6 JDK
    If my project will be executed on a JVM 1.7, I must have installed in my computer a JDK 1.7 and the project must be compiled with 1.7 JDKare safe, except where/if inconsistancies exist between versions.

  • Sentinel SDK support for Java JDK Version 7

    According to Oracle:
    "Java SE 6 End of Public Updates
    After February 2013, Oracle will no longer post updates of Java SE 6 to
    its public download sites. Existing Java SE 6 downloads already posted
    as of February 2013 will remain accessible in the Java Archive on Oracle
    Technology Network. Developers and end-users are encouraged to update to
    the most recent Java SE versions. "
    When will the Sentinel SDK be compatible with Java 7?
    There are security concerns with having out-of-date Java versions on
    systems.
    rkhobson
    rkhobson's Profile: https://forums.netiq.com/member.php?userid=2814
    View this thread: https://forums.netiq.com/showthread.php?t=46949

    rkhobson;226030 Wrote:
    > According to Oracle:
    >
    > "Java SE 6 End of Public Updates
    > After February 2013, Oracle will no longer post updates of Java SE 6 to
    > its public download sites. Existing Java SE 6 downloads already posted
    > as of February 2013 will remain accessible in the Java Archive on Oracle
    > Technology Network. Developers and end-users are encouraged to update to
    > the most recent Java SE versions. "
    >
    >
    > When will the Sentinel SDK be compatible with Java 7?
    >
    > There are security concerns with having out-of-date Java versions on
    > systems.
    I would consider it compatible as of right now. I've used it under
    Java 7 reliably for the last 6-9 months, and have not run into any
    problems with it to date. If you do run into any problems, feel
    welcome to open an issue with NTS and we can look into it.
    brandon.langley
    brandon.langley's Profile: https://forums.netiq.com/member.php?userid=350
    View this thread: https://forums.netiq.com/showthread.php?t=46949

  • Using the java jdk version as a conditional

    Hi,
    I have an method that I only want to occur for jdks over 1.4.2. Is there any easy way (handy API or something) of coding it so I can check what jdk the program is running on and then call or not call a method depending on this jdk being greater then jdk 1.4.2.
    Thanks,
    John

    no am refactoring an idl to java compiler and need to
    take into account changes in the Java Language
    Specification between JDK's, for instance certain
    things that were legal in early jdks are illegal now
    and therefore the compiler should not let java code
    be created if it will be illegal for the jdk in use.Could you give an example? The only one that I know of is that pre-1.4, you could use a method named assert(), and post-1.4 you can't. That's going to be a serious problem if it shows up in your IDL, but otherwise not something you need to worry about.
    I've found that the more likely case is that I want to use a version-N-specific library method, but still need to compile the code in a pre-version-N environment. In that case, reflection can help: at runtime, determine whether the method is available, and fall back to alternatives if it isn't.
    Also, is the JVM version that you're running your compiler on guaranteed to be the same one that runs the generated code? If not, then checking its version isn't going to help. Instead, you'll have to follow the lead of javac, and use "-source" flags on the command line.

  • HT4150 Is there a scannersoftware version fot Mac OSX Lion (7)

    I had Silverfast 6 for my Linotype scanner but even the upgrades don't work witn Mac OS 10.7 (Lion)
    Silverfast only reports that there is no upgrade available fot this system. I still want to use my scanner. Does anybody know a solution?

    You might see if VueScan will work with your scanner.

  • Java JDK for PowerPC

    Hello,
    I have an iBook PowerPC G4 with OSX 10.3.9. I keep it updated with the System Update utility.
    Java JDK version is 1.4.2_12.
    I need to run some Java5 applications. Is there a way to install Java 1.5 on the computer?
    Marco

    So that Apple blablabla about supporting Java, in the real world means artificial obsolescence of your Mac computer. I'm disappointed.
    Marco

  • Install SAP QUI free trial version on Mac Os

    Hi everybody,
    I would like to install SAP QUI for java trial version on Mac Os.
    I read the downloads guide. But I can’t understand what solution name I need.
    Can you tell me the correct Solution ID to install SAP QUI for java free trial version on Mac Os? I'm newer here.
    Or maybe you can tell me how to download and install sap free trial version in other way?
    Thanks in advance.
    Catherine

    I am having this same exact problem.  I have a mid-2011 iMac (latest model) 3.4 GHz i7, 20GB RAM, AMD Radeon HD 6970M 2048 MB.  All of the other effects seem to work fine, but i have this same issue with all of the garbage mattes.  I have just seen this thread and am wondering if there has been any progress or insights to finding a solution.  I do use 4 point masks that are not exasctly square/rectangular so the crop work around won't exactly work for me.  I can also make a shape and use an image mask but that takes a bit longer than a quick garbage mask.
    Any insights would be greatly appreciated.
    Best,
    PhotoMeyer

  • How to upgrade Java 6 to the latest release on Mac Mountain Lion?

    Not able to find the option to upgrade Java 6 to the latest Java 6 version (37) on Mac 10.8.2. Can somebody please tell me that from where I can do that?
    Thanks

    It should be installed automatically through Software Update (ie, the App Store's Update tab), if you have Java installed. Java is not installed by default in Mountain Lion, however. If you don't have Java, you can try to open the Java Preferences app (in /Applications/Utilities) to be prompted to install it. Note, though, that the current version of Java from Apple no longer includes a web applet plug-in. If you need that, you'll need to install Java 7 from Oracle.
    For more information, including why you need to be cautious about using Java online, see Using Java in Mac OS X.

  • Java versions on Mac OS-X

    I'm curious about the layout of various Java versions on Mac OS-X 10.6, and what happens if one installs JDK 1.5 on a Mac OS-X 10.6 ...
    This is what currently exists on this new MacBook Pro machine:
    ls -al /System/Library/Frameworks/JavaVM.framework/Versions/
    total 48
    drwxr-xr-x  11 root  wheel  374 Aug 14 13:53 .
    drwxr-xr-x  12 root  wheel  408 Nov 11 09:19 ..
    lrwxr-xr-x   1 root  wheel    5 Aug 14 13:52 1.3 -> 1.3.1
    drwxr-xr-x   3 root  wheel  102 Jul 20 16:35 1.3.1
    lrwxr-xr-x   1 root  wheel   10 Aug 14 13:52 1.5 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel   10 Aug 14 13:52 1.5.0 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel    5 Aug 14 13:52 1.6 -> 1.6.0
    drwxr-xr-x   8 root  wheel  272 Nov 11 09:19 1.6.0
    drwxr-xr-x   9 root  wheel  306 Nov 11 09:19 A
    lrwxr-xr-x   1 root  wheel    1 Aug 14 13:53 Current -> A
    lrwxr-xr-x   1 root  wheel    3 Aug 14 13:52 CurrentJDK -> 1.6

    Just checking, CuriousMind ... did you intend to post in this particular forum? (This is the Safari for Windows forum, so Mac folks with the knowledge to help you may not necessarily see your post here ...)

  • When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os x" even though I have the latest update 10.5.8 of Mac os X?

    When I try to install Lion it tell's me "You can't use this version of the application install mac os x Lion with this version of Mac os X" even though I have the latest update 10.5.8 of Mac os X?
    The install icon has this sign on it 

    moose0422 wrote:
    You can't install Lion over Leopard. To install Lion, a requirement is Snow Leopard. So you can either upgrade to Snow Leopard first or you can make a bootable Lion install disc and use that to wipe your hard drive and install a fresh copy of Lion.
    So to make a disk would require you to purchase Snow Leopard and upgrade to 10.6.8 so you can use the App Store, unless you have access to another computer to download it from with your Apple ID. Remember it is about a 3.4GB download.
    Good Luck

  • Hello sir        i have mac os x lion and A fter upgrading to Lion  i can't instal the face time app its type ( FaceTime can't be installed on "Mac" because the version of Mac OS X is too new. )   can anyone help me please .   notes : on snow leopard the

    hello sir
           i have mac os x lion and A
    fter upgrading to Lion  i can't instal the face time app its type ( FaceTime can’t be installed on “Mac” because the version of Mac OS X is too new. )   can anyone help me please .
    notes : on snow leopard the face time was work normally but i delete it the app i thought it will work after i reinstall it

    Lion comes with FaceTime. Look in your dock or in the Applications folder.

Maybe you are looking for

  • Help Choosing The Correct App Flow

    I have a client that needs certain functionality that I am having trouble coming up with the best solution. The client has a video academy. Features needed in the academy: 1. There is a monthly fee for academy membership 2. Only one new video added t

  • Adobe CSI CS4 1.0.1 Fails to Install

    I'm trying to install the Services Update for CS4, which comes down as CSI CS4 1.0.1. I have tried the updater and manually installing the update and it fails everytime, but without any clue as to why its failing. I have serched through the logs and

  • 'SEND_OK_TRANSPORT' of object type CL_SWF_XI_MESSAGE

    We are facing a tricky problem in BPM.. Right now we have 5 Intergration process in our project. The problem is with the one IP, whenever that one is triggered , it is witing for the  event  'SEND_OK_TRANSPORT' of object type CL_SWF_XI_MESSAGE. After

  • Anyone have rough metrics re. Extended WH Tax conversion run-time?

    Does anyone have any rough statistics regarding re. performance/run-time of the data conversion program that is run when activating extended WH tax in a live company code? Of greatest interest would be some rough numbers for a system with as high a r

  • What is the latest version of bb link

    I'm running bb link on windows 7 and it keeps telling me there is an update and no matter how many times i update it still tells me its version 1.1.1.41