Here is what they ask to start it: start_lookup.bat java -cp e:\jiniclasses -Djava.security.policy=e:\policy com.sun.jini.tck.reggie.CreateLookup http://chittu.cswl.com:8000/ e:\policy reggie_log_dir public
The problem is quite simple, CreateLookup cannot be found in the jar file. ( Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/jini/tck/reggie/CreateLookup)
I use RMI and I want to start my RMI server... but it doesn't find the Lookup Services and don't want to start.
Please, I want the line to start the Lookup Services in ms-dos prompt.
If you know some quite simple tutorial to help on the topic, feel free to give me the URL.