Re: Maven plugin update

2020-09-07 Thread Bilu
In my case i get rid of this issue by deselecting the Netbeans Distribution UC in the plugins manager Le 03/09/2020 à 14:04, HRH a écrit : > Actually, I could not find the SVN on my system (system-wide search > for svn.et on Windows 10), or in the IDE Netbeans 12.0. Apparently, in > the older vers

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Patrik Karlström
Not sure if this was mentioned but the following works for me. GDK_SCALE=2 netbeans Source: https://issues.apache.org/jira/browse/NETBEANS-2360 I tend to prefer lodpi on my XPS because of high battery consumption and fan noise when on hidpi. Den mån 7 sep. 2020 kl 07:39 skrev Klerman : > Hello,

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Laszlo Kishalmi
Make sure that you are using JDK 11+ when running NetBeans. The latest JDK is recommended as the HiDPI support is becoming better over the time. Honestly, I'd just use my display as 1080p. I've did the same with my 2nd generation GalagoPro (that came with a 3K display). I've never regretted tha

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Klerman
Don, I just connected my Dell XPS 13 to an old monitor, made the adjustments in Ubuntu, and now, I can see the netbeans perfectly running. Still searching for a way to configure netbeans so I can use it with the laptop alone. Thanks for your help. Klerman

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Klerman
Laszlo, Thanks to your suggestion, now I know where is the folder for the local netbeans configurations. Anyway, the settings that I found by Googling the subject of netbeans and Hi res monitors didn't make any change. I still get microscopic icons and weird fonts in netbeans 12.

Re: Maven deployment plugin for JavaFX

2020-09-07 Thread Bradley Willcott
Hi David, Hope this helps with the packaging. I have cut this out of one of my projects: org.codehaus.mojo exec-maven-plugin 1.6.0 Zip Binary J

NetBeans 12 - how to point to LSP

2020-09-07 Thread Ewan Slater
Hi, Could someone please point me to documentation tutorial for how to point Netbeans to an LSP server (running on my laptop)? Ideally I’d like to be able to do this via the UI rather than editing config files directly. Cheers, Ewan signature.asc Description: Message signed with OpenPGP

RE: NetBeans 12 and 4K monitor

2020-09-07 Thread Lister Jonathan
Hi Klerman, I have been happily using NetBeans with 4k displays for a few years now, albeit on physically large external monitors, not small laptop displays. One of the tips that is often missed is to make sure that you are running NetBeans with a base JDK (netbeans_jdkhome) version > 8. JDK 9 b

RE: NetBeans 12 and 4K monitor

2020-09-07 Thread Lister Jonathan
Hi Klerman, I have been happily using NetBeans with 4k displays for a few years now, albeit on physically large external monitors, not small laptop displays. One of the tips that is often missed is to make sure that you are running NetBeans with a base JDK (netbeans_jdkhome) version > 8. JDK 9 b

NetBeans 8 logging stream

2020-09-07 Thread Christophe DOLCI
Hello all, I’m using Netbeans RCP 8.0 (I know that’s an old one) like a framework for my application and, when I called it in script, all the log (fine, standard, error) is write in the stream stderr. I would like to receive separate properly the stdout with my working logs and the stderr with

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Don
I feel your pain.  When I got my XPS-13 it had Ubuntu 16 installed.  It has since been upgraded to 18. The XPS-13 by itself is good for taking to meetings (when they were in-person).  When I use Netbeans (or anything with a largish display pattern) I use the external monitor and a USB keyboard/

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Laszlo Kishalmi
Just do a: mkdir $HOME/snap/netbeans/common/data/12.0/etc cp /snap/netbeans/current/netbeans/etc/netbeans.conf $HOME/snap/netbeans/common/data/12.0/etc/ You would be able to customize the NetBeans config at: $HOME/snap/netbeans/common/data/12.0/etc/netbeans.conf On 9/6/20 10:38 PM, Klerma