Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/07/2009, 14:41
Avatar de lobo_php
lobo_php
 
Fecha de Ingreso: noviembre-2007
Ubicación: Cali-Colombia
Mensajes: 1.869
Antigüedad: 17 años, 1 mes
Puntos: 75
Respuesta: Telnet desde java

ya pille

Código java:
Ver original
  1. private void telnet(String ip) throws IOException{
  2.         consola.setText("Espere...");
  3.         consola.setText("");
  4.         consola.setText("Conectando con: "+ip);
  5.         String comando = "cmd /c start telnet "+ip;
  6.         Process pr;
  7.         try{
  8.             consola.setText("Conectando...");
  9.             pr = Runtime.getRuntime().exec(comando);
  10.             pr.waitFor();
  11.             consola.setText("Conectado.");
  12.             System.out.println(comando);
  13.         }catch(Exception ex){
  14.             consola.setText("Error al tratar de conectar.");
  15.         }
  16.     }

gracias FabianSneyder05
__________________
Cabuntu.org - Difundiendo Software Libre en Cali, Colombia
Usuario Linux # 483175