Re: Netbeans 12.0 doesn't start

2021-06-16 Thread HRH
Thanks. It worked. On Wednesday, June 16, 2021, 5:27:13 PM PDT, Vlad Palnik wrote: Make sure java is installed, run in terminaljava -version Go to /netbeansInstallationDirectory/etcEdit netbeans.conf Setnetbeans_jdkhome="path/to/jdk"variable to correct jdk location This email and any

Fwd: Netbeans 12.0 doesn't start

2021-06-16 Thread Vlad Palnik
Make sure java is installed, run in terminal java -version Go to /netbeansInstallationDirectory/etc Edit netbeans.conf Set netbeans_jdkhome="path/to/jdk" variable to correct jdk location This email and any attachments may contain confidential and privileged information. If you are not the inten

Netbeans 12.0 doesn't start

2021-06-16 Thread HRH
Hi, I just had a fresh install of Netbeans 12.0 on a new machine. I can't start the IDE because it is looking for the JDK in a directory that no longer exists. How can I circumvent this issue? Thanks