日期:2014-05-17  浏览次数:20966 次

netbeans在windows7的安装问题
详见http://www.deitel.com/Books/Java/JavaHowtoProgram8eEarlyObjectsVersion/ProblemsInstallingNetbeansonWindows7/tabid/3550/Default.aspx
  1. Open a Command Prompt running as administrator:
    1. Go to Start button?> All Programs >?Accessories
    2. Right click Command Prompt
    3. Select Run as administrator
  2. In the Command Prompt use the cd command to change to the directory containing the installer.
  3. Execute the following command to extract the contents of the installer: [Note: You might need to change the name of the installer to match the one you have.]

    ?????? netbeans-6.5.1-ml-java-windows.exe? --extract

  4. Execute the following command to manually execute the installer:

    ?????? java? -jar? bundle.jar

?

Once Netbeans is installed on Windows 7, you may also need to run Netbeans as an Administrator.