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

Re: NetBeans and headless app.

2021-06-16 Thread Gregor Kovač
Hi! Try https://www.oracle.com/technical-resources/articles/javase/headless.html Best regards,     Gregor Greenberg, Gary je 16. 06. 21 ob 21:33 napisal: I am developing a project that can run either locally with GUI or remotely using ssh or PUTTY. In the main() method I have these lines

NetBeans and headless app.

2021-06-16 Thread Greenberg, Gary
I am developing a project that can run either locally with GUI or remotely using ssh or PUTTY. In the main() method I have these lines of code: if (GraphicsEnvironment.isHeadless()) { // run in command line mode } else { // Initiate Swing JForm } When I am de

Re: Cloud Connector within Netbeans ?

2021-06-16 Thread Eric Bresie
Keep in mind, a lot has happened since Netbeans 8.2...it has been donated (mostly) to the Apache foundation, the "plugin" center has migrated to a new center, many plugins have not been migrated or updated to the newer releases of Apache Netbeans (just recently released 12.4), and some of the mater