Sublime Forum

How to run a Java JFrame application from Sublime Text 3?

#1

Hi, i’m just a begginer with Java and i’m doing a game, but when i try to run a build system (i search a lot of them) don’t show a window. The code works perfectly in Eclipse, so, what build system will run the JFrame?

0 Likes

#2

Hi, to work with Java easily you can use a plugin called Javatar https://packagecontrol.io/packages/Javatar.

This is a working example from the Beginning Java book:

0 Likes