You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
I'm starting jar file from windows command line an it works fine. (I'm using a bat file with the command like java -Dbroker="..." ... -jar winthing-1.4.2.jar)
But I would prefer to use winthing-1.4.2.exe file. But when I double click it in the exploer
This application requires a Java Runtime Environment 1.8 (64-bit)
I think that I have JRE installed (the the jar file work fine when running from command line), but the .exe file does not. I've read the docs in this repo, but I can't find the answer.
Can you please explain what should be done to make exe file work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm starting jar file from windows command line an it works fine. (I'm using a bat file with the command like
java -Dbroker="..." ... -jar winthing-1.4.2.jar
)But I would prefer to use winthing-1.4.2.exe file. But when I double click it in the exploer
I think that I have JRE installed (the the jar file work fine when running from command line), but the .exe file does not. I've read the docs in this repo, but I can't find the answer.
Can you please explain what should be done to make exe file work.
The text was updated successfully, but these errors were encountered: