jcefmaven / jcefmaven

Maven artifacts for JCef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TR] Test report

tangrufeii opened this issue · comments

I tried to package through jpackage but failed with an error as

[WARNING] Missing module descriptor: D: opensource repository me frawi jogl all v2.4.0-rc-20210111 jogl all v2.4.0-rc-20210111. jar

[WARNING] Missing module descriptor: D: opensource repository me frawi gluegen rt v2.4.0-rc-20210111 gluegen rt v2.4.0-rc-20210111. jar

I do not know where you have taken frawi packages from, since my domain is friwi.me, but module descriptors sounds like java 9 and we currently do not support the java 9 module ecosystem. Which java version have you tested on? Am 10.10.2023 um 13:52 schrieb tangrufeii @.>:  I tried to package through jpackage but failed with an error as [WARNING] Missing module descriptor: D: opensource repository me frawi jogl all v2.4.0-rc-20210111 jogl all v2.4.0-rc-20210111. jar [WARNING] Missing module descriptor: D: opensource repository me frawi gluegen rt v2.4.0-rc-20210111 gluegen rt v2.4.0-rc-20210111. jar — Reply to this email directly, view it on GitHub<#86>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADA4BJ2GRGVG23TU2XECJVDX6UZG5AVCNFSM6AAAAAA52HDC52VHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTKMJWHAYTQMI. You are receiving this because you are subscribed to this thread.Message ID: @.>

I want to try creating a small desktop application through jcefmaven. I plan to package the program into exe through jpackage, and I am using

com. github. akman

jpackage aven plugin

0.1.3

I used to package it into a desktop program installation package before, but it only supports compilation of jdk15 or above

Still seems odd to me, due to the wrong package name in your error log. Have you tried a different version of java? I might not be able to help further than that, because I'm sadly no expert on java modules.