简体   繁体   English

IntelliJ IDE 上的 rdf4j?

[英]rdf4j on IntelliJ IDE?

Extreme beginner here trying to work on RDF.尝试使用 RDF 的极端初学者。 Can rdf4j work on IntelliJ IDEA or it works on Eclipse only? rdf4j 可以在 IntelliJ IDEA 上工作还是只能在 Eclipse 上工作? If it can work on IntelliJ, could anyone show me how?如果它可以在 IntelliJ 上运行,谁能告诉我怎么做?

RDF4J is a library that can be used within any Java IDE such as IntelliJ IDEA , Visual Studio Code , Eclipse IDE or NetBeans . RDF4J是一个可以在任何 Java IDE 中使用的库,例如IntelliJ IDEAVisual Studio CodeEclipse IDENetBeans

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.如果您使用 IntelliJ IDEA,则可以使用菜单Git -> Clone...并使用https://github.com/eclipse/rdf4j作为 URL 从 GitHub 导入项目。

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.然后,您可以通过在项目 window 中导航到rdf4j -> examples -> src -> main -> java -> org.eclipse.rdf4j.examples -> model打开一个示例,然后右键单击绿色箭头,在源代码的左侧,运行它。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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