I'm trying to figure out how to get Applets to access a JavaSpace. I've got Principle, Patterns, and Practices, and have got my services up and running, and have run the basic HelloWorld and HelloWorldClient programs. What I want to do now is set up an Applet client. The book does this in a number of cases, but I cannot figure out where it describes how to implement the applet. Are there any special downloadable jar files that need to be included in the web directory? I've included the outrigger-dl.jar file, but am getting an error which cannot find an outrigger class. Any ideas?
David Joiner
Greenhorn
Joined: Sep 21, 2001
Posts: 5
posted
0
OK, should have read Nuts and Bolts closer, answered my own question. The required jar file is space-examples.jar. I put it in my web directory, included an archive attribute for it, and was good to go.