Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Som Lima
>, I will keep using JDK 15 for development For development I presume you are using Maven . To specify JDK for development you would do it this way (see below excerpt of pom.xml). The JDK being referred to so far causing these alleged bugs was running NETBEANS IDE. The jdk running Netbeans is th

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
I have just tried the LOOK FEEL issue using JDK 15 and I don't any unexpected behaviour. Product Version: Apache NetBeans IDE 12.1 Java: 15.0.1; Eclipse OpenJ9 VM openj9-0.23.0 Runtime: OpenJDK Runtime Environment 15.0.1+9 System: Linux version 5.8.0-38-generic running on amd64; UTF-8; en_GB (nb

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
> I use JDK 11 and still can reproduce these bugs I only the tried first issue . The Look and Feel one. I had no problem with JDK 11 on my machine. I got a link to restart IDE. I selected the link in the message box. The IDE restarted with the new LOOK and Feel. Z. https://www.backbutton.co.u

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread August Nagro
> I use JDK 11 and still can reproduce these bugs Thanks for checking. > JDK 15 has some nice features (especially the multi-line strings) which would > make me rather switch to IntelliJ instead switching the JDK I agree, text blocks are great. At work we use (paid) Intellij on Java 8, and that

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread August Nagro
I think both use Gnome + GTK these days, right? (So the 4k scaling on both sucks, lol) I haven't tried Ubuntu recently but I'm not a fan of Snap. On Thu, Jan 21, 2021 at 3:39 PM Zahid Rahman wrote: > > I am a Ubuntu user not fedora for the same reason. > > Although fedora has the latest features

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Andreas Reichel
I use JDK 11 and still can reproduce these bugs. And especially the recent Formatting Bugs and the missing/wrong API/Syntax help are extremely annoying. Also, JDK 15 has some nice features (especially the multi-line strings) which would make me rather switch to IntelliJ instead switching the JDK.

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
I am a Ubuntu user not fedora for the same reason. Although fedora has the latest features it is normally , unstable and flakey. Unlike Ubuntu which is stable. Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Thu, 21 Jan 2021, 23:22 August Nagro, wrote: > Hi Zahid, I will keep using J

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread August Nagro
Hi Zahid, I will keep using JDK 15 for development. On Thu, Jan 21, 2021 at 12:52 AM Zahid Rahman wrote: > > Trying using an early version of JDK > rather than jdk 15. > > Features like look and feel are commonly used features. They were probably > developed and tested on earlier version of jd

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread August Nagro
Ok, here they are: https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-5273 https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-5274 https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-5275 https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-5

Re: exec-maven-plugin:1.5.0:exec --- Command execution failed

2021-01-21 Thread Bilu
thanks you very much i can confirm its works fine on Linux distro. i will maybe try the workaround proposed in the record later for Windows Le 21/01/2021 à 14:00, Juan Algaba a écrit : > This was when I was using Windows 7 and an Ant project, but maybe it > can give you a clue: > A long time ago I

Re: exec-maven-plugin:1.5.0:exec --- Command execution failed

2021-01-21 Thread Juan Algaba
This was when I was using Windows 7 and an Ant project, but maybe it can give you a clue: A long time ago I had this issue after surpassing a certain number of dependencies, but the issue only happened when meeting the following 2 conditions: * Running on Windows * The project compiled using a JVM

Re: [java] Ant using incorrect JDK for building

2021-01-21 Thread Zahid Rahman
Have a look at this page. I think the other way to get ANT to run specified JDK may be to specify in the build.xml https://stackoverflow.com/questions/949678/ant-is-using-wrong-java-version Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Thu, 21 Jan 2021, 11:53 Zahid Rahman, wrote: >

Re: [java] Ant using incorrect JDK for building

2021-01-21 Thread Zahid Rahman
> Although, JDK8 appears before JDK15 in the System's PATH variable I don't think you should have two JDKs in the PATH environment variable. It is a but messy. *ANT picks JDK 15 and compilation fails*. > It looks like ant build script is picking up from PATH. if you run java - version get

Re: JDK 15 Javadoc wrong location

2021-01-21 Thread Neil C Smith
On Wed, 20 Jan 2021 at 20:28, Glenn Holmer wrote: > > On 1/19/21 1:05 PM, Ernie Rael wrote: > > Seems very important. > > > > https://issues.apache.org/jira/projects/NETBEANS/issues > > > > Would be appreciated. > > This has been bothering me as well. I didn't find an issue for it, so: > > htt

Re: [java] Ant using incorrect JDK for building

2021-01-21 Thread Karan Agrawal
Yes Zahid. The point is - I would be using Netbeans for Java 11+ projects as well. Although, JDK8 appears before JDK15 in the System's PATH variable If I make a change in netbeans.conf, then I will have to start at least 2 instances of netbeans and also install nb-javac (probably) On Thu, Jan 21

Re: [java] Ant using incorrect JDK for building

2021-01-21 Thread Zahid Rahman
Just a guess. Do you have JDK 15 installed and included in the windows 10 environment PATH variable ? Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Thu, 21 Jan 2021, 10:45 Karan Agrawal, wrote: > Hello Experts, > > I have migrated from Netbeans 8.0 to Apache Netbeans 12.2 > > My

[java] Ant using incorrect JDK for building

2021-01-21 Thread Karan Agrawal
Hello Experts, I have migrated from Netbeans 8.0 to Apache Netbeans 12.2 My Java Projects uses JDK 8 with ANT. Therefore, after opening the projects in Netbeans 12.2, I have added JDK8 in the platform and updated *Project Properties* accordingly. With Netbeans 12.2, when "clean and build" is tri

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Glenn Holmer
On 1/21/21 12:37 AM, August Nagro wrote: I am new to Netbeans and am enjoying it so far. I have encountered 5 bugs. I've documented them here: https://github.com/AugustNagro/netbeans-bugs/tree/master/public_html Better to file them as issues directly in the Apache NetBeans JIRA (you need to c

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Christian Aschoff
+1 for the annoying wrong-formatting-bug that exists for a long time! > Am 21.01.2021 um 09:52 schrieb Zahid Rahman : > > Trying using an early version of JDK > rather than jdk 15. > > Features like look and feel are commonly used features. They were probably > developed and tested on earlier

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
Trying using an early version of JDK rather than jdk 15. Features like look and feel are commonly used features. They were probably developed and tested on earlier version of jdk. Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Thu, 21 Jan 2021, 06:37 August Nagro, wrote: > Hello, > >