[問題] NetBeans無法啟動installer

看板java作者 (該運動運動囉~~)時間15年前 (2009/01/06 12:11), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
各位先進好 小弟在新電腦上安裝NetBeans時遇到一個從來沒碰過的問題 下載版本是6.5 但是回頭安裝6.0也出現一樣的問題 以下是問題描述 ============================================== 執行安裝程式之後會出現Critical Error的對話視窗 Failed to create the default Wizard instance. Exception: org.netbeans.installer.utils.exceptions.InitializationException: Failed to load Wizard components from resource: org/netbeans/installer/wizard/wizard-components.xml, using classloader sun.misc.Launcher$AppClassLoader@19821f You can get more details about the issue in the installer log file: ...\.nb\log\20090105115732.log ↑ 這個檔案拒絕存取 按下確定按鈕後會有另一個NetBeans IDE Installer對話視窗 An error occured while running java process java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem.createFileExclusively(Native Method) ↑ 這應該是造成錯誤的關鍵,但是我不知道該怎麼解決 at java.io.File.createNewFile(File.java:883) at org.netbeans.installer.utils.LogManager.star(LogManager.java:95) at org.netbeans.installer.Installer.<int>(Installer.java:125) at org.netbeans.installer.Installer.main(Installer.java:78) ============================================================================= 希望能有人可以提供解決辦法 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.61.116
文章代碼(AID): #19Oje651 (java)