Re: Different result between Linux and Windows

2021-11-01 Thread Jean-Baptiste Onofre
You can set this up in pom.xml (in the maven-bundle-plugin configuration) of your bundle. Regards JB > Le 1 nov. 2021 à 13:02, Paul Fraser a écrit : > > Hi JB, > > On 25/10/21 4:03 pm, JB Onofré wrote: >> Use <_noee>true on maven-bundle-plugin wrapping to avoid the >> requirement. > Not

Re: Different result between Linux and Windows

2021-11-01 Thread Paul Fraser
Hi JB, On 25/10/21 4:03 pm, JB Onofré wrote: Use <_noee>true on maven-bundle-plugin wrapping to avoid the requirement. Not sure how or where to use this. Are you able to point me to an example? Paul Fraser It’s because the JRE wrapping tag name could be different. Regards JB Le 25

Re: Different result between Linux and Windows

2021-10-25 Thread JB Onofré
JavaSE requirement is provided in Karaf jre.properties. And we exposé up to JDK 18 now. Either it’s not the right jdk on Windows or jre.properties is an old one. Regards JB > Le 25 oct. 2021 à 08:39, Tim Ward a écrit : > > What version of Java are you using on Windows, and what

Re: Different result between Linux and Windows

2021-10-25 Thread Tim Ward
What version of Java are you using on Windows, and what flavour/version is your OSGi framework? It’s possible that the JVM you are using is too new to be recognised by an older framework implementation, and could result in it failing to match ee requirements. Tim > > On 25 Oct 2021, at

Re: Different result between Linux and Windows

2021-10-24 Thread JB Onofré
Use <_noee>true on maven-bundle-plugin wrapping to avoid the requirement. It’s because the JRE wrapping tag name could be different. Regards JB > Le 25 oct. 2021 à 06:57, Paul Fraser a écrit : > >  > Hi, > > I am using a Vaadin addon ckeditor-vaadin_2.2.0, karaf 4.3.3, intellij latest.

Different result between Linux and Windows

2021-10-24 Thread Paul Fraser
Hi, I am using a Vaadin addon ckeditor-vaadin_2.2.0, karaf 4.3.3, intellij latest. The addon specifies java 11 in the pom maven-compiler-plugin 3.8.1 11 It has to be wrapped by