当前位置:网站首页>Ontology Development Diary 01-Jena Configuration Environment Variables
Ontology Development Diary 01-Jena Configuration Environment Variables
2022-08-09 09:22:00 【"Cancelled"】
https://blog.csdn.net/yisuoyanyulou1314/article/details/51690914
The above is a trustworthy post!I followed his steps and wrote it!
1. Download Jena
http://jena.apache.org/download/index.cgi
I downloaded the apache-jena-4.2.0.zip file!
2. Unzip to the corresponding folder according to personal needs
3. Configure environment variables
cmd command:
where java
There are several directories where you can view the java.exe executable file!Make sure to keep only one directory!
Configure these three environment variables: JAVA_HOME, PATH, CLASSPATH.
The premise is that java has been installed and the corresponding directory has been configured. The following is the final directory path.
JENAROOT | D:\apache-jena-4.2.0\apache-jena-4.2.0 (the actual unpacked directory) |
---|---|
PATH | %JAVA_HOME%\bin;%JENAROOT%\bat; (these two directories are the actual JAVA directory and JENA directory) |
CLASSPATH | .;%JENAROOT%\lib; (delete the original %JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar, leaving only one JENA! The previous . is the general directory!) |
It is estimated that this java can't be used!But, jena works!Fighting for graduation!
4. Verify
Finally, follow the command prompt below to verify!
边栏推荐
猜你喜欢
随机推荐
JVM进程诊断利器——Arthas
mysql进阶(三十一)常用命令汇总
法院3D导航系统-轻松实现室内实时定位导航
Django实现对数据库数据增删改查(二)
本体开发日记05-努力理解SWRL(中)
div模拟textarea文本框,输入文字高度自适应,且实现字数统计和限制
Failed to mount component: template or render function not defined.
Max Flow P
小程序/app触底加载更多数据
常用SQL server语句
【培训课程专用】CA/TA调用模型-代码导读
【环境搭建】onnx-tensorrt
学习双向链表的心得与总结
C#获取网卡地址
ASP.net中的数据库应用
国产谷歌地球,地形分析秒杀同款地图软件
Global 19 Google Satellite Map Free View Download
Onnx - environment build 】 【 tensorrt
本体开发日记05-努力理解SWRL(Usage Suggestions)
测试用例的原则、缺陷报告怎么写你都知道吗?