拉铆自动打印代理

wangxichen b22e89c3d3 fix: 修复二维码打印问题并优化标签布局 1 天之前
.vscode dbad970905 feat: 集成 BarTender 标签打印功能 2 天之前
config b22e89c3d3 fix: 修复二维码打印问题并优化标签布局 1 天之前
image 2eb319980b 初始化 1 月之前
lib ae06f6c880 feat: 集成 TSC 打印机 DLL 支持标签打印 1 天之前
logs bb8fa27f19 集成 1 周之前
src c109217027 fix: 修复二维码打印问题并优化标签布局 1 天之前
.classpath 37171f2626 refactor: op40 镭雕客户端改造为拉铆流转卡打印代理 2 周之前
.gitignore 9d9916af2f 新增日志记录功能 1 月之前
.lock 2eb319980b 初始化 1 月之前
.project 2eb319980b 初始化 1 月之前
README-release.md 9d9916af2f 新增日志记录功能 1 月之前
TSCLIB.dll ae06f6c880 feat: 集成 TSC 打印机 DLL 支持标签打印 1 天之前
build-release.ps1 9d9916af2f 新增日志记录功能 1 月之前
jacob-1.21-x64.dll dbad970905 feat: 集成 BarTender 标签打印功能 2 天之前
label-editor.html 839e56b28e feat: 添加可视化标签编辑器和配置驱动的打印系统 1 天之前
mes-client.running bb8fa27f19 集成 1 周之前

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"