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