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

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
ote: > Zahid, lets not get hurt feelings here. I did try it on JDK 11 before > your email and reproduced. I even reproduced on MacOS. If you would > have asked "can you reproduce on JDK 11", I would have said directly. > > Your message implies that a solution to (one of) the

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
gro, wrote: > Zahid, lets not get hurt feelings here. I did try it on JDK 11 before > your email and reproduced. I even reproduced on MacOS. If you would > have asked "can you reproduce on JDK 11", I would have said directly. > > Your message implies that a solution to (o

Re: Netbeans Bug (With Bug Bounty)

2021-01-22 Thread Zahid Rahman
. 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 keep u

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
(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, Zahid R

Re: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Zahid Rahman
make me 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 the lat

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 us

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
d jdk for that IDE. Z. https://www.backbutton.co.uk/ ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ On Thu, 21 Jan 2021, 11:13 Karan Agrawal, wrote: > 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 vari

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

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

Re: Statement of disappointment

2020-03-10 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 >

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

-Xlint

2020-01-26 Thread zahid
Hi, There was an email on this list not so long ago which showed how to set -Xlint in NetBeans. I need to use it because 35: warning: [deprecation] RMISecurityManager in java.rmi has been deprecated     System.setSecurityManager(new RMISecurityManager()); -- Backbutton.co.uk

Re: [java] proposal for Quarkus plugin for NetBeans

2020-01-26 Thread zahid
Hi, Does any body know  how I can resolve this  ? java.lang.ClassNotFoundException I have included two client codes. QUARKUS  CLIENT @Path("/hello") public class GreetingResource {     private static RMIInterface look_up;     @GET     @Produces(MediaType.TEXT_PLAIN)     public String

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

2020-01-26 Thread zahid
indows (winsock.h brings everything in). #include #include #include #include #include #include #include All good now.  The source compiles under Netbeans without errors or warnings. 73, Ron / W4MMP On 1/25/2020 15:21, zahid wrote: > attempted to compile the source outside of Netbeans.

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

2020-01-25 Thread zahid
rry Foundation forum. 73, Ron / W4MMP On 1/25/2020 13:39, Zahid Rahman wrote: 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  co

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

Netbeans system wide Font Size

2020-01-21 Thread zahid
Hi, How can I increase the system wide font size , not just editor font size. zahid Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

Re: Opening NetBeans in NetBeans

2020-01-09 Thread Zahid Rahman
d wrote: > http://wiki.netbeans.org/DevFaqWhatIsACluster > > with a copy https://netbeans.apache.org/wiki/DevFaqWhatIsACluster.asciidoc > > --emi > > On Thu, Jan 9, 2020 at 1:16 PM zahid wrote: > > > > My understand is a Folder has multiple sub folders > > > > or Direc

Re: Opening NetBeans in NetBeans

2020-01-09 Thread zahid
My understand is a Folder has multiple sub folders or Directory has multiple sub directories. Is that different when you have "folder which hold 'modules' " On 09/01/2020 07:31, Emilian Bold wrote: You used the term "clusters", I don't know what that means. Can you explain clusters to me..?

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. (

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

Re: Maven Error -- Illegal access exception?

2020-01-05 Thread zahid
The remedy is install mvn 3.3.9  from 2015 same as NetBeans. instructions : https://www.vultr.com/docs/how-to-install-apache-maven-on-ubuntu-16-04 On 04/01/2020 16:13, Peter L. Berghold wrote: what is Maven on about here? WARNING: An illegal reflective access operation has occurred

Re: Maven Error -- Illegal access exception?

2020-01-04 Thread zahid
My explanation is relevant to your warnings If for example you create new project -> java with maven -> FXML javafx Maven Archetype (Gluon) -> finish. Then go to properties of that project , select action from categories. scroll down the actions changing them to javafx:run or clean install

Re: Newbie to Netbeans/Maven -- best solution?

2020-01-04 Thread zahid
elect new -> folder folder name:  resources {lower case}  observe and confirm  parent folder:  src/main ->  finish www.backbutton.co.uk ¯\_(ツ)_/¯ Marry loose with tight coupling = healthy applications On 03/01/2020 15:22, Chris Olsen wrote: Good morning, All -- Thanks to Gee

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread zahid
It is the final  and static engineering truth V1.0 hard coded solution Struts V2.0 Flexible and configurable, interface  class loosely coupled with implementation class. Spring boot MBeans etc. www.backbutton.co.uk ¯\_(ツ)_/¯ Engineering Truth V1.0 hard code V2.0 Flexible On 04/01/2020

Re: STRUTS 2: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid
ple Maven Web application. The graphical web designer had been retired ages ago as well as the tutorial page. Personally I haven't seen anyone developing upon struts in 10+ years (it is not impossible though) On 1/3/20 4:24 PM, zahid wrote: Thank you sir, my particular interest is in stru

struts

2020-01-03 Thread zahid
ava with Maven Java with Gradle Java with Ant HTML5/Javascript PHP Samples. Best Regards Zahid -- www.backbutton.co.uk ¯\_(ツ)_/¯ ♡۶ Lynx text browser recover crashed ms-word .doc with ms-debug.

STRUTS 2: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid
of date. Can I also use it for struts2  ? I am about to make a start ? On 04/01/2020 00:06, Laszlo Kishalmi wrote: Yes this is the user list. We have a separate one called dev for those who has the interest! On 1/3/20 3:23 PM, zahid wrote: is this the right emailing list for users of NetBeans

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid
is this the right emailing list for users of NetBeans because I have no interest in developing anything for  netbeans just use want to netbeans for developing web applications ? On 03/01/2020 23:16, Laszlo Kishalmi wrote: It shall work, here is the line from the Snap package:

Re: WM_CLASS property is set to java-lang-Thread Nebeans 11.2

2020-01-03 Thread zahid
You have not mentioned  ubuntu version , so I am hesitant to answer. I too have created  desktop shortcut manually. I prefer to use install kubuntu  directly after after I install ubuntu gnome. because I do not want of deprive myself of free  stuff. Anyway I have found the two important

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-03 Thread zahid
. for web application command line it is   "mvn  jetty:run" with the following addition to pom.xml         war     | | ||mywebapp| org.eclipse.jetty jetty-maven-plugin 9.4.7.v20170914 /${build.finalName} CTRL+C 8999 10 src/main/webapp

Re: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-01 Thread zahid
if you want to run the example at https://openjfx.io/openjfx-docs/maven Below is the complete pom.xml file I just made it. I have tested it. you also need to create the directory structure maven expects. see

RANT Javac Oracle Solaris, Linux, and macOS:

2019-12-30 Thread zahid
who ever wrote this document  never even followed their own instructions to see if it works. *Oracle Solaris, Linux, and macOS:* |javac -classpath /examples /examples/greetings/Hi.java| https://docs.oracle.com/en/java/javase/13/docs/specs/man/javac.html -- www.backbutton.co.uk

configuration file

2019-12-28 Thread Zahid Rahman
configuration information from deleted IDE. Where is the configuration file ? Zahid -- www.backbutton.co.uk

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