拉铆自动打印代理

wangxichen f1a3c1a025 Merge remote-tracking branch 'origin/master' il y a 1 semaine
image 2eb319980b 初始化 il y a 1 mois
lib fc522d056c feat: 集成 mes-print 打印模块 il y a 1 semaine
logs 2620e19a58 全屏后页面优化 il y a 1 semaine
src f1a3c1a025 Merge remote-tracking branch 'origin/master' il y a 1 semaine
.classpath fc522d056c feat: 集成 mes-print 打印模块 il y a 1 semaine
.gitignore 9d9916af2f 新增日志记录功能 il y a 2 semaines
.lock 2eb319980b 初始化 il y a 1 mois
.project 2eb319980b 初始化 il y a 1 mois
README-release.md 9d9916af2f 新增日志记录功能 il y a 2 semaines
build-release.ps1 9d9916af2f 新增日志记录功能 il y a 2 semaines

README-release.md

Windows release

This client uses JavaFX (JFXPanel). Java 11 and later do not include JavaFX, so double-clicking the JAR with the system Java runtime can fail with NoClassDefFoundError: javafx/embed/swing/JFXPanel.

After building MesOP040.jar in IDEA, generate the portable release:

.\build-release.ps1

The generated release\MesOP040 directory contains a Java 8 runtime with JavaFX. Distribute the entire directory and start the application with start.bat. Do not start MesOP040.jar directly on the target machine.

If Java 8 is installed in a different location on the build machine:

.\build-release.ps1 -Java8Home "C:\path\to\jdk8"