Re: gradle issues/questions

2020-12-26 Thread Laszlo Kishalmi
https://docs.gradle.org/current/userguide/publishing_maven.html On 12/26/20 10:16 AM, Ernie Rael wrote: Season's greetings to all, I'm working with a maven project that uses a library; I need to fix a bug in the library. After the fix, I'll want to publish the library to my maven groupid. Aft

gradle issues/questions

2020-12-26 Thread Ernie Rael
Season's greetings to all, I'm working with a maven project that uses a library; I need to fix a bug in the library. After the fix, I'll want to publish the library to my maven groupid. After downloading the project, I discovered it used gradle for building. My final fix to get it to build was

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Laszlo Kishalmi
NetBeans installer asks where to look for the JVM during the install. Or you could use the Snap package, for the most carefree installation on Ubuntu (and other Linuxes as well) sudo snap install netbeans --classic On 12/26/20 9:04 AM, Bayless Kirtley wrote: This is how Netbeans installed by

Re: [netbeans-platform] How to integrate UTF-8 .properties files efficiently?

2020-12-26 Thread Laszlo Kishalmi
Well, can you create a PR to see what would be your fix? Also unfortunately the " I've tried many things but no success." carries only information about your frustration. With that, we could only recommend to take a break, go for running, ride a bike, etc. On 12/26/20 8:52 AM, Jerome Lelasseux

Re: [netbeans-platform] How to integrate UTF-8 .properties files efficiently?

2020-12-26 Thread Jerome Lelasseux
Well I've managed to alter my Ant build process to add UTF8>ISO5589-1  transcoding, but at the end of th day it's really not efficient... I came back to the source of the problem and checked NbBundle.java (part of org.openide.util/Base Utilities API module). It turns out it's easy to make it s

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
Looks like I am running open jdk 11 rather than 14 On 12/26/20 7:40 AM, Geertjan Wielenga wrote: Strange. Well, if it works, there’s no problem that needs to be fixed. Gj On Sat, 26 Dec 2020 at 14:39, Bayless Kirtley > wrote: No. On 12/26/20 7:37 AM, Geertja

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Geertjan Wielenga
Strange. Well, if it works, there’s no problem that needs to be fixed. Gj On Sat, 26 Dec 2020 at 14:39, Bayless Kirtley wrote: > No. > > > On 12/26/20 7:37 AM, Geertjan Wielenga wrote: > > Is there another character at the start of that line? > > Gj > > On Sat, 26 Dec 2020 at 14:35, Bayless Kir

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
No. On 12/26/20 7:37 AM, Geertjan Wielenga wrote: Is there another character at the start of that line? Gj On Sat, 26 Dec 2020 at 14:35, Bayless Kirtley > wrote: That's very interesting. I just checked my netbeans.conf file and it shows netbeans_jdkhome="/

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Geertjan Wielenga
Is there another character at the start of that line? Gj On Sat, 26 Dec 2020 at 14:35, Bayless Kirtley wrote: > That's very interesting. I just checked my netbeans.conf file and it shows > > netbeans_jdkhome="/usr" > > I am running Netbeans 12.0 on Mint 20.0 and I don't have any problems with >

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Bayless Kirtley
That's very interesting. I just checked my netbeans.conf file and it shows netbeans_jdkhome="/usr" I am running Netbeans 12.0 on Mint 20.0 and I don't have any problems with it. Bayless On 12/26/20 3:18 AM, Owen Thomas wrote: No. Now that you mention it, the value doesn't seem reasonable to

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Owen Thomas
No. Now that you mention it, the value doesn't seem reasonable to me either. So, I changed it to /usr/lib/jvm/java-14-openjdk-amd64 and the problems go away. Thanks Geertjan - hopefully that's the end of that. I'm sure I just downloaded and installed NetBeans without thinking too hard, so I don't

Re: Netbeans 12.1: Cannot access java.lang?

2020-12-26 Thread Geertjan Wielenga
netbeans_jdkhome="/usr" That's what I see in your file above and that can't be right, can it? Gj On Sat, Dec 26, 2020 at 8:19 AM Owen Thomas wrote: > Sure Geertjan, here is netbeans.conf from ~/netbeans-12.2/netbeans/etc > which is the default directory in which NetBeans was installed. > > On