Sublime Forum

Sublime with java

#1

So, I want to program java in sublime text…
I want to know how can i compile java project with source files ( for example when i’m trying to compile and run my program, i have this message:
App.java:34: error: cannot find symbol
Person user1=new Person();
^
symbol: class Person
location: class App
App.java:34: error: cannot find symbol
Person user1=new Person();
^
symbol: class Person
location: class App
2 errors

“Person” is individual class in my project…
how can i solve this problem?..

may be there is way to solve this problem with using maven?


os; linux mint

0 Likes