Thus spake fgilbert2:
> I rather doubt I installed it. Bought the computer used.
>
> Found this online, does it look good? rm
> ~/Library/Caches/Java/deployment.properties
> sudo rm -rf /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0
> sudo rm /System/Library/Frameworks/JavaVM.framework/Versions/1.6
That will delete those directories. Our launch script won't find Java 6
if you do that. However, I can't say for sure if this is the right way
to uninstall Java 6. I'm not a Mac user.
I found a recommendation from one of the Java guys at Apple about this
here, indicating that you should _not_ do what you suggested:
http://mail.openjdk.java.net/pipermail/ ... 06388.html
--
J.