examples-readme.txt
来自「本体推理工具 共八个例子:从如何建立本体到做一些简单的的本体推理」· 文本 代码 · 共 17 行
TXT
17 行
This file contains information on how to build and run the examples.
You need to download and install Sun's latest Java SDK 1.5.
For download and installation details, please see http://java.sun.com/j2se/index.jsp.
You need to download and install Apache ANT, which is used to interpret the
build scripts. For download and installation details, please see http://ant.apache.org/.
In 'examples' directory, there is a build.xml, which you can use to compile the examples.
Simply type 'ant'.
To run an example, type 'ant exnn', where nn should be replaced with the example number.
All numbers consist of two digits; for example, to run the first example, type 'ant ex01'.
The source code of each example is annotated, and it provides step-by-step instructions
on how to use KAON2.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?