STATIC can only be specified for Java methods.
30
Cause . . . . . : Only Java methods can be static. When prototyping a function, the STATIC keyword is not allowed.
Recovery . . . : Remove the STATIC keyword. Compile again.