I tried to compile Java files using the groovyc command. When he gets in
public static void main (String myArray [])
which is in the Java file, the compiler says:
unexpected token: [@line xxxxx
how can I deal with this situation in general - can it be many cases in Java files?
thanks.
source share