Posts by rodrigo alves • 1 point
1 post
-
-1
votes1
answer973
viewsA: Java - error: cannot find Symbol - Even with created object
Try to put the classes as public. Since you did not set any access modifier when declaring the class, by default java puts it as friendly. Right now I can’t tell you if it impacts, but it’s worth a…