拉铆自动打印代理

wangxichen 0b4228e306 Merge remote-tracking branch 'origin/master' 2 tygodni temu
.codex 9d9916af2f 新增日志记录功能 2 tygodni temu
image 2eb319980b 初始化 1 miesiąc temu
lib 8d573897d9 OP40镭雕对接改造:从联动镭雕机改为轮询MES队列打印 2 tygodni temu
logs 9d9916af2f 新增日志记录功能 2 tygodni temu
src 0b4228e306 Merge remote-tracking branch 'origin/master' 2 tygodni temu
.classpath 8d573897d9 OP40镭雕对接改造:从联动镭雕机改为轮询MES队列打印 2 tygodni temu
.gitignore 9d9916af2f 新增日志记录功能 2 tygodni temu
.lock 2eb319980b 初始化 1 miesiąc temu
.project 2eb319980b 初始化 1 miesiąc temu
README-release.md 9d9916af2f 新增日志记录功能 2 tygodni temu
build-release.ps1 9d9916af2f 新增日志记录功能 2 tygodni temu

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"