0
Editor does not contain main type. What should i do?
I was programming with echlipse. I tried to run it but i got a error message: Editor does not contain main type.
1 Odpowiedź
+ 3
You forgot to add the main function
int main(String[] args){}
I was programming with echlipse. I tried to run it but i got a error message: Editor does not contain main type.