Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java 1.5 plist



Anthony Magee wrote:

>Okay now I'm getting somewhere. After running the app from the terminal I get:
>
>AWM01:~ macawm$ java -classpath /System/Library/Frameworks/ 

Unless you've done something unsupported to your machine, the 'java'
command DOES NOT run the 1.5 JVM.  

You have to give the command's full pathname:
  /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java

Or you can use the shell's command-alias to make a shorter command-name:
  alias java15 '/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java'
  java15 -version

For details, read 'man alias'.


By the way, I'm assuming you have J2SE 5.0 installed on a 10.4 OS, not a
Frankenstein'ed J2SE 5.0 on 10.3.


And going back to your original post, I'm now wondering exactly what you
meant by this:

>I cannot get the Apple supplied Java Preferences application to run
>by any variety of methods.

Exactly what "variety of methods" have you tried that didn't work?
Please be specific about what you did.

  -- GG


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.