Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TroubleX

    RMI - java.rmi.ServerException: ClassNotFound

    dont worry about this, i have figured out what i had to do. for reference, if you get a ClassNotFound error when dealing with RMI. all you got to do is set the CLASSPATH to your working directory. e.g "set CLASSPATH=c:\java
  2. TroubleX

    RMI - java.rmi.ServerException: ClassNotFound

    hey guys again. got a RMI prob :'( wondering if anyone know how to solve it. when i run my RMI server i get the following errors. java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments...
  3. TroubleX

    RMI - serializing strings into a byte array

    Hey people, wondering if anyone can help me out here... the situation is this, I am designing a RMI prog whereby the client sends a string in a byte array to the server. the interface is this for the particular method void putObjectString(int key, byte [] b) throws java.rmi.RemoteException...

Part and Inventory Search

Back
Top