java.lang.UnsupportedClassVersionError
应该是版本问题,可能为
1.你的applet用了过时的class方法(你最近升级过JDK吗?)
  如果你有源码,重新编译你的applet
2.你的PATH指向了老的JDK
  检查你的PATH及JAVA_HOME
 (你最近有无修改过这两个变量或安装过其它的包,如oracle,sybase等)

解决方案 »

  1.   

    当然是你的jre的问题和applet不匹配
      

  2.   

    Thrown when the Java Virtual Machine attempts to read a class 
    file and determines that the major and minor version numbers
    in the file are not supported.
    change another JDK
      

  3.   

    你现在所用的jdk版本和你原来用的肯定不一样,那么有些类和方法在新版本中已经不能用了!