我应该下载的jar文件是什么? [英] What is the jar file I should download and from where?

查看:88
本文介绍了我应该下载的jar文件是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.w3c.dom.Document;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.Node;
    import org.w3c.dom.Element;
    import java.io.File;

我想与上述工作。所以,我应该下载什么是jar文件,从哪里??

I woud like to work with the above. so,what is jar file I should download and from where??

推荐答案

javax.xml org.w3c java.io 包驻留在类中您的JDK中的.jar 文件。

您不应该引用任何外部 .jar 文件,因为您的编辑器应自动引用。

You shouldn't reference any external .jar file as this should be automatically referenced by your editor.

这篇关于我应该下载的jar文件是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆