我试图在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以外的开发环境?请尽快回复。提前谢谢。
发布于 2011-01-04 19:19:37
问题解决了。我需要xerces,但不知道具体是哪个版本。因为我的protege版本(portege 1.9,2000)是一个旧版本,所以我似乎需要一个旧版本的xerces。我只是不知道是哪一个。现在,它工作得很好。我想xerces的版本是1.4x
耽误您时间,实在对不起。
https://stackoverflow.com/questions/4592273
复制相似问题