I begin to do a java class, but I have a problem to call the "main" method in Arbortext.
My java class:
public class HelloObjIs
{
public static void main (String args[])
{
System.out.println("Hello");
}
}
How to call a public static void main(String[] args) method in an ACL function ?