2010年9月15日 星期三

java.lang.ClassFormatError: Incompatible magic value

今天在app web jsp執行applet時出現
java.lang.ClassFormatError: Incompatible magic value xxxxxxxx in class file xxx
我找了一整天原因,
主要是因為讀不到我的jar檔
而我的app有做權限控管,不能隨便讀取裡面內容
應該是當我要讀取jar檔時,畫面轉往錯誤訊息頁,
因此applet要讀我的jar檔時,發現他不是正確的格式
所以出現ClassFormatError訊息
因此我將jar的權限控管移除
就可以正確找到檔案.
因此出現此訊息時
請先確認檢查是否可以讀取的到你所要的檔案如jar檔,class檔.