Modified:
wiki/QuickStart.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/QuickStart.wiki
==============================================================================
--- wiki/QuickStart.wiki (original)
+++ wiki/QuickStart.wiki Sun Dec 23 05:55:42 2007
@@ -12,9 +12,11 @@
}}}
* When you run any application that uses SRMI, either the client or
the server, you must set the system property "srmi.basedir" to the
directory where your class files are. That is needed so SRMI will know
where to save the generated classes, and that rmiregistry will be able
to see them.
{{{
- java -cp /dir/to/class/files:/somedir/srmi.jar:/somedir/tools.jar
-Dsrmi.basedir=. My.Server myarg1 myarg2
+ java -cp
/dir/to/class/files:/somedir/srmi.jar:/somedir/tools.jar:/somedir/log4j-some-version.jar
-Dsrmi.basedir=. My.Server myarg1 myarg2
}}}
* To see the SRMI log make sure that log4j.properties is in the classpath.
+
+Note: The complete set of libraries referenced by SRMI are: BCEL,
javassit, log4j and jdk tools.jar.
=== Sample Code ===
Imports excluded for clarity.