2009年8月27日 星期四

JDK版本不同所造成的ClassNotFoundException

0827
我在deploy程式到J2ee container時,遇到如下的錯誤,

java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'org.test.Test'.

原來是compile所用的JDK版本高於容器所用的JDK版本。