Re: warning default invalid module name Errors Replicated

2020-01-06 Thread Zahid Rahman
I am really please I pursued this issue and came across yourself. This ubuntu bug is causing fear and apprehension across many apache frameworks. It has caused a big IT giant fear too. Some people think it is jdk 11 issue so using or are recommending to use jdk 8. Now I am free to use any jdk

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
Thank you. These files has been generated by NETBEANS IDE. *Netbeans uses a very old version Apache Maven 3.3.9 and these warnings do not appear. * *I still get these warnings with the revised pom.xml * kub18@UB18:~/javafx/helloapp$ mvn  javafx:run WARNING: An illegal reflective access

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
mvn -version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic", arch: "amd64", family: "unix" *ls -l *total 24

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
I installed maven using *sudo apt-get install  maven** * I even got this message at the end. *update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode** * from the console output showing my current system settings, what do you say should be the  exact

Re: warning default invalid module name Errors Replicated :SUCCESS

2020-01-06 Thread zahid
*mvn -v** *Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/apache-maven-3.6.3 Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic",

Re: warning default invalid module name Errors Replicated

2020-01-06 Thread zahid
yes, KUBUNTU 18.04  on UBUNTU 18.04 *kub18@UB18: $** * * * On 06/01/2020 00:26, Stuart McCulloch wrote: Is this Ubuntu?  I seem to remember they have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1754602 suggests it's

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Stuart McCulloch
Is this Ubuntu? I seem to remember they have their own build of Maven which differs from the Apache source. ( https://bugs.launchpad.net/ubuntu/+source/maven/+bug/1754602 suggests it's a known bug in their packaging/build? ) If you download Maven from http://maven.apache.org/download.cgi and

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Stuart McCulloch
The Java 11 warning mentions that "/usr/share/maven/lib/guice.jar" has a class named "com.google.inject.internal.cglib.core.$ReflectUtils$1" This looks suspect because the official Maven distribution uses the "no-AOP" version of Guice which doesn't contain any CGLIB classes. It suggests that

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
Hi, On 05.01.20 22:54, zahid wrote: Thank you. These files has been generated by NETBEANS IDE. I have my doubts that plugins generated as dependencies by Netbeans if so this is simply a bug *Netbeans uses a very old version Apache Maven 3.3.9 and these warnings do not appear.

Re: warning default invalid module name Errors Replicated

2020-01-05 Thread Karl Heinz Marbaise
Hi, On 05.01.20 21:31, zahid wrote: mvn -version Apache Maven 3.6.0 Maven home: /usr/share/maven Java version: 11.0.5, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.0.0-37-generic", arch: