Amazon Ads

2013年5月10日 星期五

【分享】使用Eclipse做java application的debug時,看載入(load)了那些類別(class)

今天在Debug小弟的程式時,在console只出現了
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.apache.log4j.LogManager
 at org.apache.log4j.PropertyConfigurator.configure(PropertyConfigurator.java:324)
這幾行紅字,但查來查去,不知道是少放了那個jar,上網查了一下,只要在Eclipse的JVM參數中,下一個-verbose,如下:


在console中,就會列出在執行程式過程中load進來的class,就比較容易看到是那些地方有問題了。

沒有留言: