Nessuna descrizione

17491 9d9916af2f 新增日志记录功能 15 ore fa
.codex 9d9916af2f 新增日志记录功能 15 ore fa
image 2eb319980b 初始化 2 settimane fa
lib d0b4cf0443 V2通讯协议+镭雕工位(OP040)对接新供应商镭雕软件 6 giorni fa
logs 9d9916af2f 新增日志记录功能 15 ore fa
src 9d9916af2f 新增日志记录功能 15 ore fa
ui-designs 1c8c2b28c6 优化 4 giorni fa
.classpath d0b4cf0443 V2通讯协议+镭雕工位(OP040)对接新供应商镭雕软件 6 giorni fa
.gitignore 9d9916af2f 新增日志记录功能 15 ore fa
.lock 2eb319980b 初始化 2 settimane fa
.project 2eb319980b 初始化 2 settimane fa
README-release.md 9d9916af2f 新增日志记录功能 15 ore fa
build-release.ps1 9d9916af2f 新增日志记录功能 15 ore fa

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"