Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 questions with no upvoted or accepted answers
0 votes
0 answers
448 views

Double click on jar file dosen't work (turn .jar to .exe)

I am trying to turn my java program into an .exe. With the help of IntelliJ IDEA I created a .jar file and I'm able to run it from my os cmd with java -jar and it works great. When I double click the ....
Jhon's user avatar
  • 1
0 votes
1 answer
3k views

Cannot delete jar from lib/ext folder

I've added a jar in the extension folder of my JRE (lib/ext) in order to provide an extension code to my applications. Now I want to delete this jar, but I cannot. The error message says: Cannot ...
user1291235's user avatar