简体   繁体   English

我们在哪里可以下载oracle.xml.diff软件包jar。 我需要导入我的Java程序

[英]where can we download the oracle.xml.diff package jar. I need to import in a java program of mine

I am writing a java program in eclipse. 我在Eclipse中编写Java程序。 It needs to import import oracle.xml.diff.XmlUtils; 它需要导入import oracle.xml.diff.XmlUtils; oracle.xml.diff.Options; oracle.xml.diff.Options;

But eclipse is not recognizing it and also I cannot find these jars online. 但是eclipse无法识别它,而且我也无法在线找到这些罐子。 Can anyone refer me any site from where I can download these jars. 任何人都可以从我可以下载这些罐子的任何网站上推荐我。

You need xml.jar file that ships with Oracle Database 12C or later. 您需要Oracle数据库12C或更高版本随附的xml.jar文件。

Download the database from here and install it. 这里下载数据库并安装。

xml.jar can be found in /lib directory under the shiphome directory. xml.jar可以在shiphome目录下的/ lib目录中找到。

Sorry there's no easier way to get the jar at the moment. 抱歉,目前没有更简单的方法来获取罐子。

After installing the above database then xml.jar is present at: 安装完上述数据库后, xml.jar位于:

D:\\app\\"username"\\virtual\\product\\12.2.0\\dbhome_1\\sqldeveloper\\modules\\oracle.xdk

Type the "username" otherwise you may not able to open it. 输入“用户名”,否则可能无法打开它。 I installed my database in the D: so it displays that. 我将数据库安装在D:因此将其显示出来。

First, open the installed folder and then move to the virtual, product, then 12.2.0 or the version you downloaded then select dbhome_1 and select sqldeveloper and then modules and then oracle.xdk there you can find xml.jar . 首先,打开安装文件夹,然后移动到虚拟产品,然后12.2.0版本或您下载然后选择dbhome_1和选择的SQLDeveloper然后模块,然后oracle.xdk那里你可以找到xml.jar

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM