1. openTCS版本获取
openTCS官网:https://www.opentcs.org/en/index.html

openTCS的github下载地址:https://github.com/openTCS/opentcs
opentcs-5.11.0-bin.zip下载地址:https://github.com/openTCS/opentcs/releases

2. openTCS运行环境安装
获取openTCS软件版本对应的开发者使用手册,根据手册提到的需要下载JDK13作为openTCS的运行环境。

同时,用户指导手册也提到了需要下载JDK13:

如何下载并安装jdk13版本参考:https://blog.csdn.net/SSS4362/article/details/125492226
jdk 13环境变量配置参考:https://blog.csdn.net/m0_68672731/article/details/127441941
IntelliJ IDEA下载安装教程(图解):http://c.biancheng.net/view/7592.html
IDEA在创建项目Project<NO SDK>最详细解决方法:https://blog.csdn.net/tanning11627/article/details/117025795
3. Java基本语法
openTCS是基于java编程语言实现的,对于我这种java小白,要看懂程序代码的第一步应该是去了解下基本的java语法。菜鸟教程学习java教程链接:https://www.runoob.com/java/java-tutorial.html
4. openTCS运行
学习链接:https://blog.csdn.net/majingming123/article/details/132304935
https://blog.csdn.net/dddxxxx/article/details/118307925
https://blog.csdn.net/weixin_41202187/article/details/132089299

5. openTCS源码分析
学习链接:https://blog.csdn.net/weixin_44446626/article/details/130541875


