applet fails to load class from jar

后端 未结 4 1785
被撕碎了的回忆
被撕碎了的回忆 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:12

    This can occur if the class itself can be loaded but some dependency of that class cannot be. Are there external JARs that are dependencies?

提交回复
热议问题