O codigo seguinte roda sem exception e sem cabo de rede

     try {
     String host = "rmi://" + this.hostname + "/TailChecker";
     System.out.println(host);
     tc = (TailChecker)Naming.lookup(host);
        state = tc.checkState();
     tc = null;
     } catch (Exception ex){
       message = cal.getTime() + " Probable Network Error! - 
RemoteException\n";
     }

this.hostname é algum host sem ser o meu localhost.

Estou perplexo!!

sven


------------------------------ LISTA SOUJAVA ---------------------------- 
http://www.soujava.org.br  -  Sociedade de Usuários Java da Sucesu-SP 
dúvidas mais comuns: http://www.soujava.org.br/faq.htm
regras da lista: http://www.soujava.org.br/regras.htm
para sair da lista: envie email para [EMAIL PROTECTED] 
-------------------------------------------------------------------------

Reply via email to