Re: Unmarshalled Exception : ClassnotfoundException
Rikard Elofsson <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
G D wrote:
> The line used to start the service is :
> java -jar start.jar ServiceStarter config/starter/start-service.config
Not sure I understand and quite sure I dont know enough but you could
start the whole thing in the same vm:
String[] args = { "config/starter/start-service.config" };
ServiceStarter.main(args);
just mu tiny .02
//R
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to [email protected]