I departed from usual suspicion of using IDEs to generate stuff for me
automatically and went for the above.
That worked out OK, although the 'black-boxishness' of it makes
extending the (admittedly quite full-featured) result tricky.
One thing that is currently exercising me is to treat the en
In my NB application I have always enabled actions for which a global shortcut
is defined using annotations such as @ActionReference(path = "Shortcuts", name
= "SPACE"). It works fine.
I'd like these global shortcuts to NOT work when a specific TopComponent is
active. Is there a way to do it in
Thank you very much for the info. You made me realize that I can change the jdk
version NetBeans runs on, without having to change my local jdk, or the jdk I
build projects with.
I downloaded jdk-14 and pointed “netbeans_jdkhome” in netbeans.conf to this
jdk-14 distro and now checking for pl
It's funny and a round about way on how I got to NB12 and JDK14.
My remote situation is just easier if I RDC -- so my fedora workstation
runs XRDP. To conserve bandwidth I generally run my rdc client (remmina
on F31 laptop) in 16 bit color depth.
Many/Most Java/Swing like programs; including
Thank you for the reply. I am not behind any http proxies. Interesting point
about the JDK version you use with NB 12. Does NB 12 support JDK 8? I looked
around but don’t see any information on that. Am I missing something obvious?
Thanks
From: Fred Welland
Sent: Tuesday, June 23, 2020
Are you behind a DLP http proxy?I am and the DLP I am behind messes
with HTTPS traffic and certs.
I've had to import a trusted cert at system level (also Fedora 31, but
running selinux and firewalld).
A few java programs I've run had this problem; just had this with JMeter a
week or so ago.
Hello,
Excited to try out NetBeans 12. I've downloaded the latest LTS release this
morning.
When selecting the 'Check for Updates' under Plugins menu I am receiving
this error.
Unable to connect to the NetBeans Distribution because of
sun.security.validator.ValidatorException: PKIX
Hello,
I'm struggling to make XDebug work with Apache2 on a WSL (Ubuntu 18.04)
instance.
Apache and the website are correctly configured on WSL and working.
Website files are in the directory /var/www/myproject which is a
symbolic link to /mnt/d/myproject
Netbeans uses D:\myproject directory and i