我正在尝试使用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数据库中配置。