How do I deal with a ClassNotLoadedException while debugging?

前端 未结 6 857
悲&欢浪女
悲&欢浪女 2020-11-28 16:22

So I\'m (remotely) debugging a java/jboss application in Eclipse, stepping through line by line. At one point, an array of GridSquare objects (GridSquare

6条回答
  •  猫巷女王i
    2020-11-28 17:04

    I faced the same problem, i just created a public static void main method, created object of same type and Run As java Application, i then removed main method, it now works fine.

提交回复
热议问题