问答详情
源自:2-3 Excel实战之POI创建

FileUtils cannot be resolved

FileUtils cannot be resolved

FileUtils 在哪个jar包的什么位置;

怎么导入?

提问者:xgqfrms 2015-04-18 19:48

个回答

  • 笨重的蜗牛
    2015-08-23 03:16:20

    把FileUtil那个方法换成:FileOutputStream stream = new FileOutputStream(file);

    也是可以的

  • 宝慕林9858879
    2015-04-23 18:36:27

    您好,已经重新上传了JAR文件,之前的jar包压缩后出现了点问题

  • xgqfrms
    2015-04-18 22:24:23

    http://commons.apache.org/proper/commons-io/download_io.cgi

  • xgqfrms
    2015-04-18 22:22:37

    什么课程,连个基本资料都不提供!

    还要自己解决问题!

    google 后,果断在官网下载了相应的 jar包(commons-io-2.4.jar)

    根本就不在poi.jar 中,害我在poi.jar中找了半天。