Sublime Forum

Java console in ST3

#1

I’m coding in Java for learning purposes. In ST2, I couldn’t run Java programs correctly, since ST2 didn’t allow me to input values to its console (Scanner(System.in)).
The only thing that keeps me from buying ST3 is the fact that I cannot check if this feature is implemented. Don’t tell me not to use ST3’s console, because then why do we have that console for Java at all, if it doesn’t work?

So does ST3 now have a full featured Java console? It would be great if I could make this my main IDE since the other Java environments are too bloated for my needs and use too much memory and start up so slowly…

0 Likes

#2

There is no Java console in ST2 or ST3.

0 Likes

#3

Build system --> Javac
I’m talking about this one.

0 Likes

#4

That’s not a Java console, it’s a build system. All it does is attempt to compile the current file with the Java compiler. It doesn’t attempt to run the resulting .class file or anything else.

0 Likes

#5

That’s sad. Anyway, thanks for the answer. I’m staying with Jcreator.

0 Likes