Some applications written using dynamic model and xworker's model library.
Required Java 1.8 or above and Maven, please install Java and Maven by yourself. You need to be able to directly execute java and mvn commands in the system terminal.
If you do not have executable permission to execute setup.sh, you can execute the Chmod 775 setup.sh command to set setup.sh to be executable.
Update the project, obtain the latest version, and execute the following command in the system terminal.
mvn clean
setup.cmd or setup.sh
The mvn clean command empties the. /lib/mvn/directory and. /lib_rap/ directory, setup.cmd or setup.sh will copy the dependency to ./lib/mvn/ directory again.
You can modify pom.xml to add other class libraries, or copy the class libraries to the. / lib / directory.
Most applications include a model editor. If you want to open the model editor, you can run one of the following commands.
If run.cmd or run.sh exists in the application directory, you can run the current application directly through it.
//Execution model, the path and method name of the execution model. If the method name is run, it can be omitted, such as:
dml.cmd xworker.example.ExampleMain run
//Execute the model file and specify the path and method name of the model file. If the method name is run, it can be omitted, such as:
dml.cmd Workench.dml
The application located in /ide/thingeexplorer can be used as the development platform of the overall dynamic model. Compared with SWT, web and JavaFX, several model editors only refer to relevant model libraries, while thingeexplorer refers to almost all non conflicting model libraries in xworker, which can be used as the general dynamic model development platform. To use thingeexplorer as the general development platform, you can execute setupenv.cmd or setupenv.sh below it.
Sign in to post a comment
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Repository Comments ( 0 )