Open
Description
Environment:
- java 8
- jooby 2.8.10
- Windows 10
- maven 3.6.3
This error occurred after packaging a Jooby app which uses the jooby-stork plugin
https://github.com/jooby-project/jooby/blob/2.x/pom.xml#L151
which uses stork 3.1.0
Steps:
jooby create test --stork
cd stork
- in stork.yml
platforms: [ WINDOWS ]
- package
mvn clean package
- extract /target/test-1.0.0.stork.zip and run
\bin\test.bat --install
Expected Result:
- The application is installed and can then be started using the start command.
Actual Result:
bin\test64.exe is not compatible with the version of Windows you're running.
Check your computer's system information and then contact the software publisher.
Metadata
Metadata
Assignees
Labels
No labels