-1

I'm trying to make runnable jar file of my java application. Each time I follow the steps of exporting application etc. It created a jar file for my application but when I run it, it shows popup 'java virtual machine. A java Exception has occurred'. How can I resolve the issue?

1 Answers1

0

This is correct, JAR IS a ZIP

JAR files are fundamental archive files, built on the ZIP file format and have the .jar file extension

Just run it!

Community
  • 1
  • 1
Jordi Castilla
  • 26,609
  • 8
  • 70
  • 109