ant 錯誤 ant Specified VM install not found: type Standard VM, name jdk1.6.0_27eclipse
緣由: 安裝了新的jdk, 在workspace下舊的配置保存有原來的jdk信息spa
解決方法: 刪除 C:\workspace\.metadata\.plugins\org.eclipse.debug.core\.launches 文件,重啓debug
真正的問題解決方法在這裏:在項目中,右鍵點擊ant文件,選擇Run As -- External Tools Configuration,在這個頁面的頂端就會看到有紅叉叉的報錯,報錯信息就是Specified VM install not found: type Standard VM。而後選擇JRE tab頁,在這裏能夠從新指定所使用的JRE,或者乾脆選擇「Run in the same JRE as the workspace」問題解決。這纔是真正出問題的地方。出問題要找到緣由,這樣才能避免再犯。