java - Netbeans IDE 8.1 "Error: Could not find or load main class knowltech.KnowlTech" -


i started programming on netbeans ide 8.1 , basic program helloworld gives error

error: not find or load main class knowltech.knowltech error: not find or load main class knowltech.knowltech 

knowltech name of project. appreciate if , tell me how deal in simple language

you created wrong type of class or have create main class option unchecked.

when create new project:

  • select new projects button
  • from choose project dialog window select java categories pane , select java application projects pane.
  • select next button.
  • the name , location dialog window displayed. enter name of project (knowltech).
  • at bottom of same dialog window make sure create main class checkbox contains check-mark (in other words, it's enabled).

the code trying work goes main() method automatically created you.

your project should run providing have java installed on specific computer.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -