简体   繁体   中英

How to resolve Jena StmIterator import

I'am new on Jena.

I followed the starting tutorial here: https://jena.apache.org/tutorials/rdf_api.html

However, I get error on eclipse. Eclipse can't resolve the import of "StmIterator".

The type org.apache.jena.rdf.model.StmtIterator cannot be resolved. It is indirectly referenced from required .class files.

Although the build path seems to be correct.

I'm working with Jena 3.8.

Thank you for your help

解决方案:通过从Eclipse Indigo(我一开始使用)迁移到Eclipse Juno,解决了该问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM