0

I tried to create this simplest program and platform showed me this ,how can i resovlve situation? Thanks !

enter image description here

Hovercraft Full Of Eels
  • 283,665
  • 25
  • 256
  • 373
  • [Similar questions](https://www.google.com/#q=site:stackoverflow.com+java+eclipse+unable+to+launch+the+selection) – Hovercraft Full Of Eels May 28 '17 at 12:52
  • Because the signature of your `main` method is wrong. It must have a `String[]` parameter. Your `main` method has no parameters. It must be `public static void main(String[] args)`. – Jesper May 28 '17 at 13:03

0 Answers0