Assuming "cannot deploy" means you can't even launch it from the command line: reproduced. Apply this diff:
diff --git a/build.properties b/build.properties index 1a27759..ac0399f 100644 --- a/build.properties +++ b/build.properties @@ -1,7 +1,8 @@ -principalClass = +principalClass = com.eltek.Application project.name = MyApp customInfoPListContent = project.name.lowercase = d2wtemplate webXML = false webXML_CustomContent = classes.dir = target/classes +jvmOptions=--add-exports java.base/sun.security.action=ALL-UNNAMED --add-exports java.base/sun.util.calendar=ALL-UNNAMED And it will launch to its login page from the command line under Java 21. On 24 Jan 2026, at 1:43 pm, Theodore Petrosky <[email protected]> wrote: > here is a really simple app that I cannot deploy. Can you talk a look and > tell me if there is something wrong with the setup? > git clone https://github.com/tedpet/Myapp.git > -- Paul Hoadley https://logicsquad.net/ https://www.linkedin.com/company/logic-squad/
