openapi-generator-cli icon indicating copy to clipboard operation
openapi-generator-cli copied to clipboard

[BUG] Bundle JRE

Open carlin-q-scott opened this issue 1 year ago • 1 comments

🐛 Bug Report:

Describe the bug

According to Oracle, apps compiled with Java 9+ should bundle the appropriate JRE: https://stackoverflow.com/a/54737381/576153.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Don't have JDK11+ installed
  2. run version command
  3. See error

Expected behavior

Success.

Operation System (please complete the following information):

  • OS: Windows 11
  • Version 22H2

Package System (please complete the following information):

  • Version 7.10.0

carlin-q-scott avatar Dec 05 '24 19:12 carlin-q-scott

fyi. another way is to use Docker: https://www.youtube.com/watch?v=9MuEP01h1XU

wing328 avatar May 22 '25 09:05 wing328