How to access java packages from a scoped application?
I am using the below code in a script include within a scoped application. var timezone = Packages.java.util.TimeZone.getTimeZone(userTimeZone); But this gives me this error message in runtime. I want to know how can I access the java packages from ...