The Artima Developer Community
Sponsored Link

Jini Forum
Help required regarding GUIStartService

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ajay Wadhwani

Posts: 1
Nickname: ajax
Registered: Oct, 2005

Help required regarding GUIStartService Posted: Oct 6, 2005 7:50 AM
Reply to this message Reply
Advertisement
hi...

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!!

-Ajay

Topic: Printer sharing using jini Previous Topic   Next Topic Topic: Major Problem with Jackcess 1.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use