I have a class file and when I'm on the website the following message comes:
Incompatible magic value 1768713317 in class file "spectrum".
What does this magic value mean? Please help :)
|
I have a class file and when I'm on the website the following message comes:
What does this magic value mean? Please help :) |
|||||||||||
|
|
The first four bytes of In your case these are |
|||||
|
|
Magic number is the first 4 bytes in each compiled Java class. This is the structure of a compiled Java class:
'magic' should always be equal to: |
|||||||||
|