0
Guys, I’ve reinstalled, I’ve made step-by-step videos, and I don’t understand why you’re making this mistake in the eclipse. Says the error "Editor does not contains a main type" I put inside the src folder, with package in the hierarchy, all right and keeps saying this: 'Editor does not contains a main type" and the console "No consoles to display at this time."
package com.hello;
public class HelloWord {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
This reply would help you?
– Luiz Augusto
yes! Thanks! I tried to do the path path of variables in the system properties and it worked.
– Myh Almeida