Creating a dumb terminal

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:

Screenshot From 2026-03-26 16-45-29

What could be the solution ?

Hey @ahmadbenali, do you recall what change first triggered this error?