Open MushtaqAlvi opened 3 years ago
After a few hours of debugging I was able to somehow circumvent this error. I simply changed the "Version of Class File Format" with an hex editor (byte offset 6-7) from:
3B (decimal: 59)
to
36 (decimal: 36)
saved the file and it started. it will now also load the other files, which have not been changed. I presume I messed up my windows path or something like that, since I have had multiple java versions installed.
This is the part where you need to change the aforementioned value:
(hex editor in this case was HxD)
careful though, probably some code might get decompiled incorrectly since 36 equals to Java SE 10.. so quite some big version jumps in there)
I have install jdk16 and javap is also working correctly but i dont know why jd-gui shows this exception in console when opening class compiled with jdk16