unable to create “public static void main(String[] args)” operation
—————————————————————————–
Specificatly I get stuck on creating String[] args. The closes I get is to create String args. How does one create an array argument?
When code the main menthod and generate UML2, array gets blown away -> get “String args” instead of “String[] args”.
Thanks
Leonid