Any One Could Help , Send An Array Throw rmi
any one help me i have a null Exception whenever i call a method that has the return type String [ ]
and i can't send a vector as well how can i send a group of elements specially String type
a method that arise this error when ever i try to access it
it doesn't even enter it
public String[] readProviders() throws RemoteException
{
return Obj.readProviders();
}
i'm are like Modules and i'm sure the problem is in this module
thnx

