javac is configured and does not compile .class [closed]

-1

javac is configured but does not compile to .class

    
asked by anonymous 28.11.2017 / 12:21

1 answer

4

The error is clear: There is no string in java, the correct one is String , S is uppercase. The correct one is:

public static void main(String[] args)
    
28.11.2017 / 12:25