• examplerss10.xml (系统找不到指定的文件。)


    Microsoft Windows XP [版本 5.1.2600]
    (C) 版权所有 1985-2001 Microsoft Corp.

    G:\Documents and Settings\rss2008>cd %BLOGAPPS%\java\ch05\dist\parsers

    G:\Documents and Settings\rss2008>e:

    E:\blogapps-examples-1.0.4\java\ch05\dist\parsers>run com.manning.blogapps.chapt
    er05.ParseRSS10 example-rss10.xml
    Exception in thread "main" java.io.FileNotFoundException: example-rss10.xml (系统找不到指定的文件。)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(Unknown Source)
            at java.io.FileInputStream.<init>(Unknown Source)
            at com.manning.blogapps.chapter05.ParseRSS10.<init>(ParseRSS10.java:18)
            at com.manning.blogapps.chapter05.ParseRSS10.main(ParseRSS10.java:15)


    解决办法:给出‘example-rss10.xml’的地址:%BLOGAPPS%\testdata\rss_1.0.xml 即可。
              如:run com.manning.blogapps.chapter05.ParseRSS10 %BLOGAPPS%\testdata\rss_1.0.xml

  • 相关阅读:
    API
    Object constructor
    function()
    For语句的衍生对象
    编程语言发展史
    将Paul替换成Ringo
    Document.write和 getElementById(ID)
    姓名,电话号码,邮箱的正则检测
    JavaScript-BOM与DOM
    管理心得
  • 原文地址:https://www.cnblogs.com/mill2002/p/1811896.html
Copyright © 2020-2023  润新知