If I create a standard class module in a project and then try to access it from inline java, the class name has become all lowercase.
A class module named Person should produce a class named 'Person', but actually creates one called 'person'. (the same is true of type definitions, they produce lowercase class names too)
If there is a good reason for it I can work around it and please ignore this post, but it does go against Java naming conventions for classes.
A class module named Person should produce a class named 'Person', but actually creates one called 'person'. (the same is true of type definitions, they produce lowercase class names too)
If there is a good reason for it I can work around it and please ignore this post, but it does go against Java naming conventions for classes.