0

I am trying to run a jar file that came with a program designed by BOSCH called EsiTronic. I receive the following error message "A java exception has occurred" I made some research and looked in the other threds of this forum but it did not help me. My gues is that the version I am using is not supporting the version the program was compiled on. I tried running it from CMD to see the detailed error message. If someone can tell me more from this message I will apreciate. I want to point out I am not a programer so my knoledge is limited here.

Thanks!

Exception in thread "main" java.lang.ClassFormatError: Truncated class file
aioobe
  • 413,195
  • 112
  • 811
  • 826
Vlad Craciun
  • 1
  • 1
  • 1

1 Answers1

2

Exception in thread "main" java.lang.ClassFormatError: Truncated class file

Theres nothing much that you can do here except re-download the jar file. The jar file probably got curropted during download or even at the time of packaging from the source

Saif Asif
  • 5,516
  • 3
  • 31
  • 48