Skip to content

Instantly share code, notes, and snippets.

@hernanflores
Created March 26, 2012 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernanflores/2206056 to your computer and use it in GitHub Desktop.
Save hernanflores/2206056 to your computer and use it in GitHub Desktop.
Como correr java app con RMI
java -Djava.security.manager -Djava.security.policy=${policy_file_path} -Djava.rmi.server.codebase=${rmi_classpath}
Ejemplo:
java -Djava.security.manager -Djava.security.policy=/home/hernan/repos/DistribuidosRMI/src/java.policy -Djava.rmi.server.codebase=file:///home/hernan/repos/DistribuidosRMI/src/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment