尝试导入保护中的daml文件时出错

时间:2011-01-04 09:48:39

标签: file import 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 +石油文件以外的发展环境? 请尽快回复。提前谢谢。

1 个答案:

答案 0 :(得分:0)

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

感谢您的时间。