Re: need help about code mobility
Gregg Wonderly <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Mark Zaini wrote: > Thank you very much Gregg for the help, > I made the changes,but I have always > "ClassNotFOundException Class B(remote)" > I put my remote class in the folder remoteclasses on Apache : Do you see apache serving up that class file in the access logs? Check the error logs if not to make sure that your class file is in the right place given its package and class name. i.e. if the package is the default package, the class file must be "C.class" in the directory that the /remoteclasses alias points to. If C is in the foo class, then C.class must be accessible as /remoteclasses/foo/C.class Gregg Wonderly -------------------------------------------------------------------------- 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]