Sublime Forum

Can't compile Java code

#1

Hi,
why I can’t compile Java code?
After press Ctrl+B I have this: i41.tinypic.com/4idmon.jpg
But but in Geany everything works. After compile in Geany i can run this in ST.

0 Likes

#2

Same, does anyone have a suggestion to fix this? I’m getting syntax errors also for no good reason.


0 Likes

#3

Are you sure you saved the file ?

Try to run it from shell:

javac myfile
0 Likes

#4

I’ve saved the file, sure. Problem still persists.

Compiling from the shell woks!

Any suggestions?

0 Likes