I’m stuck on Stage #QP2.
So i did change java version to 17 and add - - enable-native .
i added the - - enable-native on edit config → modify options →add vm options and nothing changed.
i added - - enable-native to pom.xml like this inside compile plug :
–enable-native
and nothing changed , the same error .
it worked when i run java -jar target/.jar , but i want to run it on intellij IDE .
THE ERROR:

What could be the solution ?