If you are getting InitializationInError or ClassNotFoundException, make sure that your server.policy has the following grant:
java.util.PropertyPermission read,write
- Sandeep
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are getting InitializationInError or ClassNotFoundException, make sure that your server.policy has the following grant:
java.util.PropertyPermission read,write
- Sandeep