Re: Profiler warnings - Illegal reflective access

2021-03-14 Thread Zahid Rahman
I have already put it in a bug report for this warning. Actually Somebody did it for me. I was informed by the mvn expert that this happened because the Unbuntu included the incorrect libraries in debian. If you download direct from maven website then this warning shouldn't appear. That was th

Re: Java EE8 Status

2021-01-23 Thread Zahid Rahman
It sounds like you will be making major bug bounty savings. Even if you offered $40 per bug. Although an IT professional who had the where abouts to tackle a bug probably wouldn't swat a real fly for 40 bux let alone a virtual bug. Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Sat,

Re: Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
sue including setup (i.e. OS, version of Netbeans, > run time and/or development JDK, plugins installed/enabled), a description > of the problem, how to reproduce it, and if available snapshots and/or logs > which may help identify possible source or location of the issue. > > A common iss

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
bugs was lowering > the JDK version, but I am seeking to report a bug for my environment > which is JDK 15 (OpenJDK 15, not the OpenJ9 virtual machine). Please > don't misinterpret stubbornness for rudeness. > > On Fri, Jan 22, 2021 at 12:53 AM Zahid Rahman > wrote: > &g

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
the bugs was lowering > the JDK version, but I am seeking to report a bug for my environment > which is JDK 15 (OpenJDK 15, not the OpenJ9 virtual machine). Please > don't misinterpret stubbornness for rudeness. > > On Fri, Jan 22, 2021 at 12:53 AM Zahid Rahman > wrot

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
bugs. I > appreciate the advice to try downgrading to Java, but my objective is to > report some bugs, not find a workaround. > > On Fri, Jan 22, 2021, 12:23 AM Zahid Rahman wrote: > >> Som, >> >> was taken aback by this statement >> >> > , I will k

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
> > > > > > > On Thu, 21 Jan 2021, 23:22 August Nagro, wrote: > >> 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

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
en_GB (nb) User directory: /home/zahid/.netbeans/12.1 Cache directory: /home/zahid/.cache/netbeans/12.1 https://www.backbutton.co.uk/ <http://Backbutton.co.uk> HOW-TO become System Architect for FREE ¯\_(ツ)_/¯ ♡۶♡ ۶♡۶ <http://www.backbutton.co.uk> On Fri, 22 Jan 2021 at 00:42, Za

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
e rather switch to IntelliJ instead switching the JDK. > > > > Best regards > > Andreas > > > > On Thu, 2021-01-21 at 23:39 +, Zahid Rahman wrote: > > > > I am a Ubuntu user not fedora for the same reason. > > > > Although fedora has th

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
ing 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 de

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
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, 2021 at 4:24 PM Zahid Rahman wrote: > >> Just a guess. >> >> Do you hav

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

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, > >

Re: Only one RaspberryPi project.

2021-01-18 Thread Zahid Rahman
I came across this problem many years ago. It was mentioned in my computing course text book called Object Orientated Programming using C++ by Grady Booch. He said "Industrial Strength Software is beyond the intellect of a developer" hence you can create only one project which is adequate for a st

Re: set main class in pom.xml

2020-04-16 Thread Zahid Rahman
I sorted it . I deleted and recreated the class. Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org <http://www.backbutton.co.uk> On Thu, 16 Apr 2020 at 20:37, Zahid Rahman wrote: > Hi, > > I want to replicate this in pom.xml > mvn -q exec:jav

set main class in pom.xml

2020-04-16 Thread Zahid Rahman
Hi, I want to replicate this in pom.xml mvn -q exec:java -Dexec.mainClass=org.makeuse.avro.Test I wish to make my org.makeuse.avro.Test as the main class in pom.xml. When I run project from Netbeans it keeps picking up another class or expect the main method to be in that class. I can only run

Re: [java] Google style for Java

2020-03-25 Thread Zahid Rahman
“Integrate Google Java Style Guide in a Java project” by Alex Prut https://link.medium.com/oMuepe6J94 On Wed, 25 Mar 2020, 22:22 Joel Strasser, wrote: > Hello, > > Is there a way to format Java files according to the Google style > guidelines? > > I tried various plugins but they did not satisfy

Re: Statement of disappointment

2020-03-09 Thread Zahid Rahman
https://www.javacodegeeks.com/2020/03/new-features-between-java-8-and-java-14.html On Mon, 9 Mar 2020, 19:43 Ty Young, wrote: > > On 3/9/20 1:08 PM, Neil C Smith wrote: > > On Mon, 9 Mar 2020 at 15:16, Paul Szudzik > wrote: > >> I see streams of notes that are asking questions about > comp

Re: [java] Unavailability of Netbeans Plugin Portal

2020-03-01 Thread Zahid Rahman
You have to wait until they paid their electricity bill. Then the site will be up. Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org On Sun, 1 Mar 2020 at 13:42, Kian Seng Looi wrote: > Greetings, sir/madam, > > The portal for Netbeans pl

Re: Netbeans 11 / C/C++ plugin: Raspbian (Buster). Issue with header files

2020-01-25 Thread Zahid Rahman
This guy seems to know the differences between different operating systems, on this topic of socket programming. https://www.gta.ufrj.br/ensino/eel878/sockets/index.html A Wild guess to your question could be #include #include #include I think your issue is operating system C portability/

Re: Opening NetBeans in NetBeans

2020-01-09 Thread Zahid Rahman
My initial thought on "clustering & modules" reminded me of import java.rmi.*; import SomeInterface; public class SomeClient { SomeInterface si = new SomeInterface Naming.lookup("//localhost/myserver"); String result = si.SomeMethod("foo"); .. } www.backbutton.co.uk ♡۶¯\_(ツ)_/¯ ♡۶ Marria

Maven Warning. Ubuntu Users

2020-01-06 Thread Zahid Rahman
To all ubuntu Maven users. Do NOT install maven using sudo apt install maven Install by direct download only from https://maven.apache.org/download.cgi BECAUSE: "I seem to remember they [ubuntu] have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.n

Re: Annotation Type TemplateRegistration content

2020-01-06 Thread Zahid Rahman
Don't sound frustrated , only a person with your talent could have figured it out. That's why you didn't get the help you wanted. Very nice of you to share the solution. On Mon, 6 Jan 2020, 11:06 Bilu Al, wrote: > Thanks a lot. i figure it out finally by tweaking directly the > WizardIterator c

configuration file

2019-12-28 Thread Zahid Rahman
Ubuntu 18 NetBeans 11. After I deleted the directory the IDE was install in. I used the installer script. I also deleted the project directory. I did a fresh manual unzip from fresh download and manual copy and paste to a directory. The IDE still picks up previous project and other config

Installation minor warning

2019-12-28 Thread Zahid Rahman
Hi, I thought you may be interested in this minor warning When I was installing the plugins "cannot create file actions because Loaders/Desktop/org-pr-nb-plugs-usd-BrowserWithSystem.shadow on filesystem Default System is not a folder" Should I create this folder ? Zahid www.backbutton.co.uk