This is my java code:-
I can’t UNDERSTAND that what is wrong with my code… I used
javac groot.java command in CMD, terminus and so on, and it worked fine. But when I use this in build system, it goes wrong 

. And when I changed the class name into Groot(because Groot.java is the file name, not groot.java), it worked 

. What is the problem!!! Even I use my own custom build system, and it shows the same error. So, how to fix this GLITCH? 




Edit: When I typed javac Groot.java(instead of javac groot.java) in command line, it gave the same error. So, maybe it’s a java problem, not sublime text issue. But, I’m not sure yet.
