theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double-click on JAR doesn't launch the application

sunxu3074 opened this issue · comments

commented

Desktop (please complete the following information):

  • OS: macOS Big Sur
  • Version 11.2.3
  • I used it on M1 mac.

Additional context
Java sdk version is 16.0.1

You need to run the jar using java -jar [JAR-NAME-GOES-HERE]

commented

You need to run the jar using java -jar [JAR-NAME-GOES-HERE]

Thank you for ur reply,I have solved it.