theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Double-click on JAR doesn't launch the application #67

Closed sunxu3074 closed 3 years ago

sunxu3074 commented 3 years ago

Desktop (please complete the following information):

Additional context Java sdk version is 16.0.1

theapache64 commented 3 years ago

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

sunxu3074 commented 3 years ago

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

Thank you for ur reply,I have solved it.