你就用jbuilder来编译不久完了。
新建一个project,然后指定源程序目录到你的存放位置然后按编译!

解决方案 »

  1.   

    放到classpath里,然后写的时候import近来
      

  2.   

    C:\xml\mydom>java DOMExample C:\xml\mydom\xmlDocument.xml
    javax.xml.parsers.FactoryConfigurationError: org.apache.xerces.jaxp.DocumentBuil
    derFactoryImpl
            javax.xml.parsers.DocumentBuilderFactory javax.xml.parsers.DocumentBuild
    erFactory.newInstance()
            void DOMExample.main(java.lang.String[])是什么问题,该怎么办?
      

  3.   

    这样看看:
     System.setProperty( "javax.xml.parsers.DocumentBuilderFactory",
    "org.apache.xerces.jaxp.DocumentBuilderFactory" );
      

  4.   

    你直接下载jxap或者jdk1.4不好么?