Ranji Nambiar

Greenhorn
+ Follow
since Jan 23, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ranji Nambiar

Hi Michael,
I have downloaded jini 1.1, and the applications are running after I read a web page that goes something like "Nuts and bolts of how to run javaspace programs". But I am not able to run applets either in the browser or using appletviewer. Using appletviewer I am getting an exception like
java.lang.NoClassDefFoundError:net/jini/core/entry/Entry
In the browser I am getting an additional RemoteException.
Please note that the files are compiling correctly and hence this could not be due to a problem in the classpath.
Kindly guide me so that the applets in the book can be run.
regards,
Ranj
22 years ago
Hi,
I am doing a book on JWS1.2 (The developers guide to the Java Web Server)and I am unable to figure out how to go about using Templates with Servlets; like in where to store the .template and .definitions files and where to add aliases in admin mode.
Please help asap,
Ranj
22 years ago
Hi friend,
I have got a book on JavaSpaces-JavaSpaces Principles,Patterns and Practise.....I have started with the first program and am not able to compile it ,i think, due to the non availability of the classes specified in the import statements.
Some of the the import statements include
import com.sun.jini.mahout.binder.RefHolder;
import com.sun.jini.mahout.binder.Locator;
import com.sun.jini.outrigger.Finder;
import net.jini.core.lease.Lease;
import net.jini.space.JavaSpace;
I have already downloaded jini1_0.zip and jstk1_0_1.zip;
jini/lib consists of 16 jarfiles and 1 zip file whereas jstk consists of 5 jar files and 1 zip file. I tried adding some of these files at random in the environment variable of the classpath, but no luck.Should i put all the jar files and zip files in the classpath??
Can I know what would be the jar files to put in the environment classpath variable in order to run the example.
regards,
Ranj
22 years ago