applet fails to load class from jar

后端 未结 4 1783
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 15:43

Some users are complaining that the applet no longer works, When they view the java console they are greeted with a java.lang.noClassDefFoundError and checking my access log

4条回答
  •  春和景丽
    2021-01-14 16:02

    Are you sure the jar file contains all the necessary classes? Open it up in your favorite Zip application and double check. Maybe a recent build of that jar got messed up and doesn't have everything in it.

提交回复
热议问题