I am getting prob in running the jini lookup service. I am running the following command through a .bat file java -jar reggie.jar httP://com.sun.jini.tool.ClassServer:8080/reggie-dl.jar jsk-policy.jar c:\temp\reggie_log public
but I got following errors: C:\jini-2_0_002-src\jini2_0_002\lib>java -jar reggie.jar httP://com.sun.jini.too l.ClassServer:8080/reggie-dl.jar Failed to load Main-Class manifest attribute from reggie.jar
C:\jini-2_0_002-src\jini2_0_002\lib>jsk-policy.jar c:\temp\reggie_log public Bad command or file name
I am able to run http server: C:\jini-2_0_002-src\jini2_0_002\lib>java -jar tools.jar -port 8080 -dir C:\jini- 2_0_002-src\jini2_0_002\lib -verbose Aug 22, 2004 10:29:48 AM com.sun.jini.tool.ClassServer run INFO: ClassServer started [C:\jini-2_0_002-src\jini2_0_002\lib\, port 8080]
and also the rmid service. Can somebody help me with running the lookup service?