I would like to use the JCurses Library with IntelliJ IDE but I have the following error message : "Error opening terminal: unknown."
My code :
import jcurses.system.*;
// Test Jcurses
Toolkit.init();
My Config :
- VM Debian 8.7 64-bits with IntelliJ 2016.3.3 and JAVA Open JDK 64-bits 1.8
- Lib directory with jcurses.jar and libcurses64.so
I don't find any documentation about the good way to do it.
Does anyone have an idea ?