I'm finding that I cannot compile my JDK 1.4.2 based application on
my Core 2 Duo MacBook Pro.
bad class file: /System/Library/Java/Extensions/QTJava.zip
(quicktime/app/view/MoviePlayer.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory
of the classpath.
import quicktime.app.view.MoviePlayer;
1 error
Similarly, when placing the application on a Core 2 MacBook, our
target platform, it too refuses to run (I will get the logs from
manufacturing soon). 1.4.2 is installed on that platform also. It
runs fine on prior MacBooks (not Core 2,) and all ppc machines,.
Why is this jar compiled for 1.5 and was this mentioned anywhere?