1

我正在尝试在 protege 中导入 daml 文件 (.daml),但出现以下异常:

Exception in thread "AWT-EventQueue-0" java.lang.noClassDefFoundError: org/apache/xerces/utils/URI$MalformedURIException 
at edu.standford.smi.protegex.storage.daml.DAMLJenaParser.jenaparse(DAMLJenaParser.java:49)...

你们中有人知道如何解决这个问题吗?你们有谁知道任何其他强大的本体应用程序。开发daml+oil文件的protege以外的开发环境?请尽快回复。提前致谢。

4

1 回答 1

0

它解决了。我是新的,我需要 xerces,但不知道具体是哪个版本。由于我的 protege 版本(portege 1.9 2000)是旧版本,因此我似乎需要旧版本的 xerces。我只是不知道是哪一个。现在,它工作正常。我认为xerces的版本是1.4x

谢谢你的时间。

于 2011-01-04T11:19:37.390 回答