Re: JDK 8 vs 11 JAXB problem

2022-01-28 Thread Lister Jonathan
Hi Scott, we build against both JDK 8 and JDK 11 versions and manage the JAXB issue by adding this to our Maven pom.xml javax.xml.bind jaxb-api runtime Hope this helps. From: Scott Palmer Sent: 28

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

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

RE: [java] Google style for Java

2020-03-26 Thread Lister Jonathan
For maven projects use: (from command line) $ mvn com.coveo:fmt-maven-plugin:format Or, in Netbeans right click the (parent) project and Run Maven | Goals, enter ‘com.coveo:fmt-maven-plugin:format’ as the goal, click Remember as and enter e.g. ‘format’, then OK. From: Joel Strasser Sent:

RE: Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-03-02 Thread Lister Jonathan
I have used (embedded ARM) Java on many different Raspberry Pi models, starting with the original right up to the latest, and have always been satisfied, sometimes delighted, even with JavaFX projects. A couple of tips that you may have already realized: a) all models of Pi allow you to

RE: NetBeans 11.2 - how to use Remote Java SE for example with Raspberry Pi?

2020-01-16 Thread Lister Jonathan
Oh, After digging around for a while I found that the feature to run a project on a Remote Java Platform only works for Ant based projects, not Maven projects, that's a shame! From: Lister Jonathan Sent: Wednesday, 15 January, 2020 18:05 To: NetBeans Mailing Subject: NetBeans 11.2 - how

NetBeans 11.2 - how to use Remote Java SE for example with Raspberry Pi?

2020-01-15 Thread Lister Jonathan
I can create the remote Java SE platform OK via Tools / Java Platforms: [cid:image001.png@01D5CBCD.9CCC8140] And Test Platform works fine (but I can't show the console output here because it is removed before I can copy / paste it).. But when I right click a project and select Project

Fixup git commits

2020-01-08 Thread Lister Jonathan
When working with Netbeans and git, is it possible to make a fixup commit? i.e. the equivalent of: $git commit -fixup

RE: Loading and Displaying Images

2019-09-17 Thread Lister Jonathan
You can also rename any .jar file as .zip and use standard zip tools to examine the contents of the jar ;-) From: Thomas Wolf Sent: Tuesday, 17 September, 2019 16:26 To: Judi Rastall Cc: NetBeans Mailing Subject: Re: Loading and Displaying Images The java development kit comes with the 'jar'

RE: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-04 Thread Lister Jonathan
/change-line-endings-on-save -Original Message- From: Lars Bruun-Hansen Sent: Wednesday, 04 September, 2019 06:51 To: Lister Jonathan Cc: Tommy Peterson ; users@netbeans.apache.org Subject: Re: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified? Hi

RE: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-03 Thread Lister Jonathan
Actually I noticed that your git setting of autocrlf=true Is different to mine and this might be the main culprit. Maybe try the git settings that I shared and see if that helps? From: Tommy Peterson Sent: Monday, 02 September, 2019 20:43 To: Lister Jonathan ; users@netbeans.apache.org Subject

RE: Does Netbeans cause changes so that Git/Source tree thinks the file has been modified?

2019-09-02 Thread Lister Jonathan
Hi Tommy, I also work with git in a team where other members use different operating systems and IDEs and I am the lone NetBeans user running on Windows 10. I have not experienced the problems that you mention with either NetBeans 8 or 11 (I currently use NB 11.1 all the time). One difference

RE: Profiling Maven project in NetBeans 11 fails with recent versions of Maven

2019-06-24 Thread Lister Jonathan
a.exe -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans-11.0\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 process-classes org.codehaus.mojo:exec-maven-plugin:1.5.0:exec\"" The syntax of the command is incorrect. From: Lister

RE: Profiling Maven project in NetBeans 11 fails with recent versions of Maven

2019-06-24 Thread Lister Jonathan
mmand is incorrect. I guess I’ll try a different JDK next since I have the Oracle and you had success with Open JDK. From: Luff,Chris Sent: Friday, 21 June, 2019 16:04 To: Lister Jonathan Cc: users@netbeans.apache.org Subject: Re: Profiling Maven project in NetBeans 11 fails with recent version

Profiling Maven project in NetBeans 11 fails with recent versions of Maven

2019-06-21 Thread Lister Jonathan
We use Maven 3.5.2 and have configured NetBeans 11.0 to use the external maven via Tools | Options | Java | Maven and selecting the path to the Maven 3.2.2 folder. Most operations work just fine, but when trying to Profile a project I get: "The syntax of the command is incorrect." The path of

RE: NB 11 - Finding Feature error

2019-04-09 Thread Lister Jonathan
Thanks, creating a new Java project didn’t work, at least not via “Java with Maven” but “Plugin Manager and install nb-javac as well as Oracle JS Parser” did the trick ;-) From: Geertjan Wielenga Sent: Tuesday, 09 April, 2019 15:36 To: Lister Jonathan Cc: users@netbeans.apache.org Subject

NB 11 - Finding Feature error

2019-04-09 Thread Lister Jonathan
Downloaded the NB11 zip file, Extracted the zip, Started netbeans64.exe Existing projects are all appended with (broken) File | New Project | Java with Maven gives the dialogue box enclosed with "In order to use this functionality, support for Java SE must be activated". Netbeans.conf includes:

RE: NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-11 Thread Lister Jonathan
Same behavior with CoolBeans.

RE: NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-08 Thread Lister Jonathan
errors, possible issue with automatic -Xmx setting? Lister Jonathan schrieb am 08.01.2019 um 13:36: > Out-of-the box configuration is extremely slow and un-usable on first launch > whilst the 'Background scanning of projects' was running .. > Settings and open project list imported fr

NB 10 Sluggish start up and multiple Low memory errors, possible issue with automatic -Xmx setting?

2019-01-08 Thread Lister Jonathan
Out-of-the box configuration is extremely slow and un-usable on first launch whilst the 'Background scanning of projects' was running .. Settings and open project list imported from NB 8.2 - which works like a charm ;-) Very High CPU usage for > 1 hour, CPU cooling fan on constantly. See