简体   繁体   中英

rdf4j on IntelliJ IDE?

Extreme beginner here trying to work on RDF. Can rdf4j work on IntelliJ IDEA or it works on Eclipse only? If it can work on IntelliJ, could anyone show me how?

RDF4J is a library that can be used within any Java IDE such as IntelliJ IDEA , Visual Studio Code , Eclipse IDE or NetBeans .

If you use IntelliJ IDEA, you can import the project from GitHub using the menu Git -> Clone... and using https://github.com/eclipse/rdf4j as the URL.

You can then open an example, by navigating in the Project window to rdf4j -> examples -> src -> main -> java -> org.eclipse.rdf4j.examples -> model and then right click on the green arrow, on the left of the source code, to run it.

在此处输入图像描述

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