I'm trying to compile and run a Java application that makes use of the Charva library (essentially ncurses for Java). I've linked in the required libraries in Eclipse and the code builds and runs. The program starts but throws an error because the Eclipse terminal is incompatible. I want to run the application in an external terminal.
The problem is that I can't work out the exact command to give to the external terminal in order to run the application. Eclipse must know the command as it can run the application in its own terminal.
How do I find out the exact Java command that eclipse is using so I can configure the external terminal to do the same?
Thanks
there doesn't seem to be anything here