fubb-github
fubb-github
> @fubb-github ... could you define **rules**? After I packaged the project into a deb package, the installation was unable to execute the program. It seems to be due to...
> 你想怎样自定义? 可以修改模板文件来实现自定义,对应的 [模板文件](https://github.com/fvarrui/JavaPackager/tree/master/src/main/resources),放到自己项目的 ${assetsDir} 目录下 我将项目打包成deb包后,安装无法执行程序,似乎是因为权限问题,我想该程序可以无视权限,运行起来,该怎么做?我目前想通过自定义rules文件来尝试解决,该如何做呢?
> @fubb-github 是安装程序无法执行,还是安装后程序无法执行 安装后,启动无法应
> 你好@fubb-github! 从 BASH 运行时控制台中没有显示任何内容吗? This is my packaging error message: ``` [INFO] Building jar: D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\kdew-protocol-vpn-client-1.0-SNAPSHOT-runnable.jar [INFO] Runnable jar created in D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\kdew-protocol-vpn-client-1.0-SNAPSHOT-runnable.jar! [INFO] [INFO] Bundling JRE ... with D:\JDK\jdk17\jdk-17.0.7 [INFO]...
> 哦!您也可以尝试这个[快照版本](https://github.com/fvarrui/JavaPackager#how-to-use-snapshot-versions):`1.7.7-20240703.192610-1`。 After using version 1.7.7-snapshot, the same error still persists
> > > 哦!您也可以尝试这个[快照版本](https://github.com/fvarrui/JavaPackager#how-to-use-snapshot-versions):`1.7.7-20240703.192610-1`。 > > > > > > After using version 1.7.7-snapshot, the same error still persists > > Please, could you share Maven execution output? > >...
> > Hi @fubb-github! Please, could you run this command just after building process fails? > > ```shell > > D:\JDK\jdk17\jdk-17.0.7\bin\jdeps -q --multi-release 17 --ignore-missing-deps --print-module-deps --add-modules=ALL-MODULE-PATH --module-path=D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\kdew-protocol-vpn-client-1.0-SNAPSHOT-runnable.jar;D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\udun\libs D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\udun\libs D:\IDEA\workspace\protocol-vpn\kdew-protocol-vpn-client\target\kdew-protocol-vpn-client-1.0-SNAPSHOT-runnable.jar...
> > > Hi @fubb-github! Please, could you run this command just after building process fails? > > > ```shell > > > D:\JDK\jdk17\jdk-17.0.7\bin\jdeps -q --multi-release 17 --ignore-missing-deps --print-module-deps --add-modules=ALL-MODULE-PATH...