I'm trying to use the java.io.Console from within of Eclipse. However, whenever I call System.console () returns me null.
In jetty, you can pass parameters in the eclipse console. For example, if I press 'x' on the eclipse console, the jetty is terminated.
Does anyone know how to get it to consider the view Eclipse Console as a console for java in debug mode?