open.start();
里面有什么??

解决方案 »

  1.   

    OpenShell 是个什么东西。     
    OpenShell open=new OpenShell(incoming);//Thread的扩展,开启一个程序
    open.start(); //是不是这里有异常
    paramStr=server.param.readLine();//???这句话没有执行???
      

  2.   

    paramStr.trim().equals("open")
    会不会是这里没弄对?能保证一定是"open"这样写的么?
    我一般在调试的时候为保险都是这样写比较:
    paramStr.trim().equalsIgnoreCase("open")
      

  3.   

    ai92:
         open.start()里面是Runtime.exec("open.sh");//open.sh是一条shell命令andy100085:
         OpenShell是一个Thread的扩展呀,实现那个exec(),用线程是为了对程序的关闭可以随时进行sean_gao:
         应该不是这个问题的,我传过来的命令open没有大小写之分的
      

  4.   

    Has the client sent the request to the server?
      

  5.   

    yes ,the client has sent a command "open" to the server!