Skip to content

Commit

Permalink
把JDK 统一换成 OpenJDK-21。
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Jan 22, 2024
1 parent 7543c8b commit 6696a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
## 开发环境
- UI 框架:[Compose Desktop](https://github.com/JetBrains/compose-jb)
- 开发语言:Kotlin、Java
- OpenJDK:macOS 使用的是 openjdk-21,windows 使用的是 OpenJ9 20.0.2。想要打包时使用中文名称必须升级JDK到 17 以上。
- OpenJDK:OpenJDK-21,想要打包时使用中文名称必须升级JDK到 17 以上。
- gradle 7.5.1
- 启动项目之前需要将 `MuJing\resources\common\dictionary` 文件夹里的词典文件`ecdict.mv.db.7z` 解压缩。不然不能使用生成词库功能。打包之前要把`ecdict.mv.db.7z`删掉。
- 启动项目之前需要将 `MuJing\resources\common\dictionary` 文件夹里的词典文件`ecdict.7z` 解压缩。不然不能使用生成词库功能。打包之前要把`ecdict.7z`删掉。
- macOS 系统还需要下载 [VLC 视频播放器](https://www.videolan.org/), windows 系统也可以下载 VLC,用于调试应用程序,但是程序优先使用项目内置的 VLC DLL,如果内置的 DLL 有问题再试本机安装的 VLC.

0 comments on commit 6696a81

Please sign in to comment.