java.io.File file = new java.io.File("/scgrp01_data1/WebSphere/AppServer/profiles/Custom01/installedApps/Cell01/esop0817_war.ear/esop0817.war/attach/17679/成员明细(694).csv"); 
        java.io.FileInputStream fileinputstream = new java.io.FileInputStream(file); 
在AIX下始终报错 说找不到文件  java.io.FileNotFoundException: 
那个路径是存在的 
如果是英文就没问题 
请高手指点下 

解决方案 »

  1.   

    http://hi.baidu.com/seething/blog/item/5f2c5a604da11ad88db10d4a.html看能帮助你不~
      

  2.   

    "/scgrp01_data1/WebSphere/AppServer/profiles/Custom01/installedApps /Cell01/esop0817_war.ear/esop0817.war/attach/17679/成员明细(694).csv"
      这样传参,你的文件是存在的 但是它怎么找得到勒???
      

  3.   

    编码问题?
    java source code文件是什么格式编码?
      

  4.   

    "/scgrp01_data1/WebSphere/AppServer/profiles/Custom01/installedApps/Cell01/esop0817_war.ear/esop0817.war/attach/17679/成员明细(694).csv1"你这个文件的父目录你怎么没写,
      

  5.   

    esop0817_war.ear
    明显是个压缩包,能读到,需要写部署以后自动解压后的路径
      

  6.   

    File not found 明显就是说"/scgrp01_data1/WebSphere/AppServer/profiles/Custom01/installedApps /Cell01/esop0817_war.ear/esop0817.war/attach/17679/成员明细(694).csv" 这个文件没有找到  不管是不是部署后自动解压的路径还是什么
      

  7.   

    可能要使用专用的读 Jar文件的方式