I am trying to use the Jcurses library for coding a Rougelike. I was wondering how specifically I should set up Jcurses so that I can compile and write classes that access it. (I'm using Windows.) So far I have tried including the library in Eclipse, but following the normal process for including libraries resulted in errors. What should my directories look like (in relation to where the Jcurses folder is stored and where my project is stored) when everything is set up, and which paths do I need to set?
PS: I found that a similar question had been asked but it appeared to offer an alternative to Jcurses, not how to use Jcurses.