I have an external class declared as final and it's members as static. I have created a working xml file and everything should be good to go...... 
When declaring the var "dim xyz as ClassName", I get an error "src\com\domain\MyApp\main.java:253: ClassName() has private access in com.....ClassName"
My thinking is this should happen, as it is a static class. But when I try to use ClassName.func() without a dim of xyz, b4a complains that ClassName variable does not exist.
What do we do?
When declaring the var "dim xyz as ClassName", I get an error "src\com\domain\MyApp\main.java:253: ClassName() has private access in com.....ClassName"
My thinking is this should happen, as it is a static class. But when I try to use ClassName.func() without a dim of xyz, b4a complains that ClassName variable does not exist.
What do we do?