M
Mr. X.
Hello,
I have looked for JINI examples,
and found them too complicated ones,
so I don't know where to start.
Besides there are several problems after install JINI 2.1 (starter kit),
and I would like some answers to following, too, please.
1. In eclipse I do : import net.jini ... and the options are only :
net.jini.security.* and net.jini.security.policy.*
What should I do on Eclipse, and what should I declare on the class-path.
2. I don't know whether JRE 1.6 is fine, for using JINI,
or should I use only JDK 1.2 ?
3. Should I start some server side - How can I do that ?
4. Some of examples I have found on the Internet doesn't even compile.
i.e. :
http://www.enete.com/noel/nuggets_jini/index.html
if I search into :
http://www.enete.com/noel/nuggets_jini/pages/StartJiniSummary.html
but when running "r2" on "\nuggets \pages \examples \StartJini",
I got the message :
Exception in thread "main" java.util.zip.ZipException: The system cannot
find the path specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
The situation is :
There is a server, keeps a whiteboard.
On the whiteboard any users can join, and put their own message
(or simple graphics, or whatever).
Any users on other computers, that joined the group can put it's message
(like chatting), and see others.
Right now no security needed.
The goal is to do above using JINI.
(simple - no security, etc...)
Thanks
I have looked for JINI examples,
and found them too complicated ones,
so I don't know where to start.
Besides there are several problems after install JINI 2.1 (starter kit),
and I would like some answers to following, too, please.
1. In eclipse I do : import net.jini ... and the options are only :
net.jini.security.* and net.jini.security.policy.*
What should I do on Eclipse, and what should I declare on the class-path.
2. I don't know whether JRE 1.6 is fine, for using JINI,
or should I use only JDK 1.2 ?
3. Should I start some server side - How can I do that ?
4. Some of examples I have found on the Internet doesn't even compile.
i.e. :
http://www.enete.com/noel/nuggets_jini/index.html
if I search into :
http://www.enete.com/noel/nuggets_jini/pages/StartJiniSummary.html
but when running "r2" on "\nuggets \pages \examples \StartJini",
I got the message :
Exception in thread "main" java.util.zip.ZipException: The system cannot
find the path specified
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
The situation is :
There is a server, keeps a whiteboard.
On the whiteboard any users can join, and put their own message
(or simple graphics, or whatever).
Any users on other computers, that joined the group can put it's message
(like chatting), and see others.
Right now no security needed.
The goal is to do above using JINI.
(simple - no security, etc...)
Thanks