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 a8b3c2f245 添加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
# 2、使用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