在PL / SQL中编译Java代码时找不到符号getTextContent错误

时间:2017-07-18 09:40:59

标签: java oracle plsql compiler-errors toad

我正在尝试使用PL / SQL将Java代码编译到Oracle DB中。我使用loadjava命令导入了所需的库。

我可以在Eclipse中运行我的项目而没有任何问题。 但是当我使用Create Java Source将Java代码编译成Toad时,我遇到了错误。

240: cannot find symbol method getTextContent()
location: interface org.w3c.dom.Node
retVal = node.getTextContent(); 

需要知道为什么会这样。 JDK 1.6在我的Oracle数据库中配置。

0 个答案:

没有答案