I am a newcomer to Jini services and have downloaded the jini1_1. I have a list of questions regarding the setting up of the jini services:
(1) Is Jini1_1 compatible with JDK1.3.1_16?? (2) I have Jini1_1 and J2SDK1.3.1_16 both in the same folder,i.e., the C:\. Do I have to place the Jini folder in some particular folder or is it fine if I dont do so? (3) I tried setting up the GUIStartService with the following commands
set CLASSPATH=C:\jini1_1\lib\jini-core.jar; C:\jini1_1\lib\jini-ext.jar; C:\jini1_1\lib\sun-util.jar; %CLASSPATH%; (The above statement seems to work preety fine and does not return any errors.)
java -classpath %CLASSPATH%;C:\jini1_1\lib\jini-examples.jar com.sun.jini.example.launcher.StartService (This returns and errors saying: Exception in thread "main" java.lang.NoClassDefFoundError: C:\jini1_1\lib\jini-ext/jar;)
Please help me set up these services and any help would be greatly appreciated!!