I have an odd one for you. I have a simple .jar
installer program that I wrote in Eclipse on my MacBook Pro, running OS X 10.6.8. When I run the program in Windows 7, Vista and XP; works like a dream. However, when I try and run it in OS X 10.6.8, the program will execute like it should, however when it completes its execution I get the "Bad version number in .class file"
error message.
I ran "java -version"
from the terminal and got
java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
I also confirmed that Eclipse's compiler is using Java 1.6 for everything. As I have scoured the forums it looks like this error prevents the running of the program; but I have yet to see anything about the error showing up after the program has already run.