Hello,
I have build my application and now that I am trying to run the jar file by double clicking on it nothing happens.
I tried to access it from my terminal(mac OS) using this line:
java -jar "C:\Users\Me\NetBeansProjects\BS1\dist\BS1.jar"
But get the following error:
Unable to access jarfile
Can anyone help me?
I have set the main class.