EagleEye 2.1.0 注册码生成
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guo XIn 5fd11eabea 修改readme 11 months ago
.mvn/wrapper first commit 11 months ago
src/main first commit 11 months ago
.gitignore first commit 11 months ago
README.md 修改readme 11 months ago
mvnw first commit 11 months ago
mvnw.cmd first commit 11 months ago
package.bat first commit 11 months ago
pom.xml first commit 11 months ago

README.md

此代码库是为EagleEye2.1.0(Eclipse基线版本)重新开发注册码生成工具,框架使用JavaFx应用架构。

EagleEye2.1.0的构建时间版本小于20231107时请使用之前的注册码生成工具。

开发环境

  • JDK版本:>= 14
  • 构建环境:maven

打包为exe

  1. 先使用maven命令构建app image应用镜像包
mvn javafx:jlink -f pom.xml
  1. 再使用jpackage命令打包为可执行文件,jdk14以上包含该命令
jpackage --type app-image -n EagleEyeRegister -m com.keyware.regtool/com.keyware.regtool.Application --runtime-image target\App --temp target\temp --dest target\EagleEyeRegister --icon src\main\resources\logo.ico