UnsupportedClassVersionError
java への覚え書きです。
This is the note of java.
[問題] Swing を含むソースコードをコンパイル時に、java.lang.UnsupportedClassVersionError が発生
[Problem] java.lang.UnsupportedClassVersionError occured when I compile the source code includes Swing.
[原因] コンパイル時と、実行時のJavaのバージョンが異なるため
[Cause] The difference of java version compiled and executed.
[対策] コンパイラーのバージョンを 6.0 から 5.0 にすることで解決
[Measures] To change compiler version from 6.0 to 5.0
以下に、参考 URL を載せておきます。
The following URLs are for your and my info.
http://ml.seasar.org/archives/seasar-user/2007-November/011373.html
http://www.ne.jp/asahi/hishidama/home/tech/java/exception.html
http://www.javaroad.jp/faq/faq_error2.htm#q7
http://www.javaroad.jp/bbs/answer.jsp?q_id=20070531231756754
壁| -ω- つ ぶろぐらんきんぐ
壁| ミ