Java Security file location on Mac Snow Leopard

6.8k views Asked by At

I need to move a file from my Linux machine located under ~/jdk1.6.0_03/jre/lib/security to my Mac. Is the correct folder to place this file under /Library/Java/Home/lib/security?

2

There are 2 answers

0
Jack On BEST ANSWER

Yes, it is.

Actually it is a symbolic link that points to the correct framework, usually /System/Library/Frameworks/JavaVM.framework/Home

0
Robert On

Looks like it. I have the 'java.security' and 'java.policy' files I expected to find. Give it a shot.