[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Jini1.0.1 and JDK1.2.2rc3 on debian



In case anyone out there uses debian for developing jini1.0.1 
on jdk1.2.2rc3 where java -version is green threads and nojit.

if you can't start lookup service when the laptop is not connected to the
network.
Everything miracously works when connected to the network using dhcpcd

the solution is mention on the jcp issues on javasoft.com as my friend had
helped identify the culprit.

simply add multicast settings to the route because Lookup discovery relies
on it.

route add -net 224.0.0.0 netmask 240.0.0.0 gw 127.0.0.1
 
he mentioned to use set it as a script to use when not on the network cause
it shouldn't be
set when you are on a network ....

netstat -nr will show the new setting changes.....this should help newbie's
in my boot out there.

Victor


Reply to: