Monday, December 10, 2018

How to resolve Netbean unable to create new project issue?

Software Required

- macOS High Sierra
- NetBean IDE 8.2

Problem
  • Click File-> New Project menu, no response and unable to create a new project.

Steps
  • Browse to Oracle website to download JDK1.8 and install the JDK1.8
  • Open the terminal window, browse to 
    "/Applications/NetBeans/NetBeans 8.2.app/Contents/Resources/NetBeans/etc", edit the netbeans.conf file to point to the jdk1.8 library that located at "/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home".
    netbeans_jdkhome="/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home"
  •  Restart NetBean and repeat the same steps to create a new project. "New Project" window is popup.

No comments: