Re: Issues when building native image with GraalVM

2022-01-08 Thread Rémy Maucherat
On Fri, Jan 7, 2022 at 11:15 PM Mar R wrote: > > >Tomcat is a Jakarta EE container, [...] > >If you don't like that, then you have to look at a framework targeted > >at making native images. My employer happens to make Quarkus. > > Thanks for the suggestion, seems like this will close the gap to

Re: Issues when building native image with GraalVM

2022-01-07 Thread Mar R
>Tomcat is a Jakarta EE container, [...] >If you don't like that, then you have to look at a framework targeted >at making native images. My employer happens to make Quarkus. Thanks for the suggestion, seems like this will close the gap to a full native image that's bothering me :D >I don't

Re: Issues when building native image with GraalVM

2022-01-04 Thread Rémy Maucherat
On Fri, Dec 31, 2021 at 2:47 PM Mar R wrote: > > I forgot something sorry. Maybe I'm missing something important but, about > classloading, on native image shouldn't it NOT exist? As far as I > understood after you have a native image you have (resources a part) > everything you need inside the

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
I again forgot something, sorry I spent too much time on this I'm a little tired. With dev builds, the only difference is that on JAVA 17 there's no need anymore to use -J--add-exports=java.management/sun.management=ALL-UNNAMED and github issues link is

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
I forgot something sorry. Maybe I'm missing something important but, about classloading, on native image shouldn't it NOT exist? As far as I understood after you have a native image you have (resources a part) everything you need inside the binary + libraries, in my case .exe and .dll files.

Re: Issues when building native image with GraalVM

2021-12-31 Thread Mar R
Il giorno mar 28 dic 2021 alle ore 22:26 Rémy Maucherat ha scritto: > On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > > > Tomcat 10.0.14 > > Windows 10 x64 21H1 OS Build 19043.1415 > > > > openjdk version "17.0.1" 2021-10-19 > > OpenJDK Runtime Environment GraalVM CE 21.3.0 (build > >

Re: Issues when building native image with GraalVM

2021-12-28 Thread Rémy Maucherat
On Tue, Dec 28, 2021 at 7:18 PM Mar R wrote: > > Tomcat 10.0.14 > Windows 10 x64 21H1 OS Build 19043.1415 > > openjdk version "17.0.1" 2021-10-19 > OpenJDK Runtime Environment GraalVM CE 21.3.0 (build > 17.0.1+12-jvmci-21.3-b05) > OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build

Issues when building native image with GraalVM

2021-12-28 Thread Mar R
Tomcat 10.0.14 Windows 10 x64 21H1 OS Build 19043.1415 openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05) OpenJDK 64-Bit Server VM GraalVM CE 21.3.0 (build 17.0.1+12-jvmci-21.3-b05, mixed mode, sharing) NetBeans 12.6, maven webapp