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

2020-01-06 Thread Neil C Smith
On Sat, 4 Jan 2020 at 19:41, ronald marangwanda wrote: > Im on Ubuntu 18.04 and the java im using is openjdk version "11.0.5" Thanks. Just had a bit of time to dig into this. I can replicate your issue with the duplicate launcher icon appearing, as of 11.2 - earlier versions are fine. I can't

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 Bilu Al
Haha, not frustrated at all, in fact Geerjtan help me a lot understand that the way i was taking the issue wasn't the right way as things doesnt' work like that in Netbeans filesystem :) Le lun. 6 janv. 2020 à 15:42, Zahid Rahman a écrit : > Don't sound frustrated , only a person with your

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: Annotation Type TemplateRegistration content

2020-01-06 Thread Bilu Al
Thanks a lot. i figure it out finally by tweaking directly the WizardIterator class: //File template = Templates.getTemplate(wiz); File template = FileUtil.toFileObject(new File("C:\\Temp\\new_cr.zip")); Le sam. 4 janv. 2020 à 21:10, Geertjan Wielenga a écrit : > Although, not quite what you