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