Created
March 18, 2010 00:15
-
-
Save dnet/335901 to your computer and use it in GitHub Desktop.
Java policy file for JDBC lab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grant codeBase "http://rapid.eik.bme.hu/-" { | |
permission java.net.SocketPermission "rapid.eik.bme.hu:1521", "connect"; | |
permission java.util.PropertyPermission "oracle.jdbc.*", "read"; | |
permission java.util.PropertyPermission "user.name", "read"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment