Re: Is Jini Dead? Where do I find useful documentation?
Bob Scheifler <[email protected]> Mon, 27 Oct 2008 22:10:43 -0400
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
> properties: reading security properties file: C:\Program > Files\Java\jre6\lib\security\java.security This indicates you're running java from a JRE installation. > policy: policy provider net.jini.security.policy.DynamicPolicyProvider > not available > java.lang.ClassNotFoundException: > net.jini.security.policy.DynamicPolicyProvider This indicates jsk-policy.jar is not installed in C:\Program Files\Java\jre6\lib\ext. One possibility is that you forgot to perform that setup step. Another possibility is that you have both a JDK and a JRE installation, and you put jsk-policy.jar into the JDK jre\lib\ext directory, but you're unknowingly running java from the JRE installation (which is typical in a default Windows install). - Bob -------------------------------------------------------------------------- Getting Started: http://www.jini.org/wiki/Category:Getting_Started Community Web Site: http://jini.org jini-users Archive: http://archives.java.sun.com/archives/jini-users.html Unsubscribing: email "signoff JINI-USERS" to [email protected]