Sublime Forum

User input in the console for Java programs

#1

Whenever Java code like this is used

variable = input.nextInt();

An error message appears in the console after compiling because ST2 doesn’t support user input, as many of you already know.

It would be great if it did support it, because then ST2 (which is awesome otherwise) could be used in place of Eclipse (slow, messy, not so awesome) for students learning Java and anyone else who likes ST2 and needs user input support.

0 Likes