Installed Oracle Java with the webupd8 ppa and need to tweak some policy settings (access to clipboard specifically)
webUpd8 plug:
(these guys have done alot for the Ubuntu community)
Previously it was under /etc/java-6-oracle
Google doesn't have any answers on this one -- any ideas?
11 Answer
The keystore is : jre/lib/security/cacerts . You can list its contents by:
keytool -list -keystore -vTo find JAVA_HOME, issue this command:
sudo apt-get install galternativesAnd then run that program.
But, it sound to me like you dont need to alter the keystore. What you need to do is edit the .policy file. It's easy to find at:
Of course, if you still cant find it then it is easy to derive with this command:
sudo find / -name "java" 0