Re: [Simpleweb-Support] The recent Simple release and mamba server
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-02-02 15:44:58
|
Hi, What youll have to do is complie the remote stub for the simple.http.load.LoaderStub object. The following should work. 1) Unpack the simple.jar archive 2) Use the following command "rmic -d . simple.http.load.LoaderStub" 3) Repackage the class files with "jar -cvf simple.jar simple" This should work. Niall Luis Neves wrote: >Hi all, > >I'm trying to use the Mamba server with the latest release of Simple(2.3.2) >and I get an error: > >java.lang.ClassNotFoundException: simple.http.load.LoaderStub_Stub > >Any ideas on how to fix this? > >Regards, >Luis Neves > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Simpleweb-Support mailing list >Sim...@li... >https://lists.sourceforge.net/lists/listinfo/simpleweb-support > > > > |