I tried to to compile Java files using groovyc command. When it hits
public static void main(String myArray[])
that is in Java file, the compiler says:
unexpected token: [ @line xxxxx
how could I handle this situation in general - these might be a lot of cases in Java files?
thanks.