The dreaded java.lang.NoClassDefFoundError

后端 未结 7 1521
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 18:13

I\'ve looked through many of the existing threads about this error, but still no luck. I\'m not even trying to package a jar or use any third-party packaging tools. I\'m s

7条回答
  •  再見小時候
    2020-12-10 18:55

    Are you specifying the classpath to java on the command line?

    $ java -cp lib/commons-lang-2.4.jar your.main.Class
    

提交回复
热议问题