Blog

Java Naming Standard and Conventions

Categories :
This naming convention is collected from a number of sources, individual experience, local requirements/needs, as well as suggestions given in the references. Main reason for introducing a new guideline rather that just referring to those one is reviewing the existing style and using the new IDEs features to make code readability the most. Each recommendation is numbered to make it easier to refer to during code reviews.

Could not find the main class, Program will exit

Tags :
Sometimes running a project in eclipse results in the following error: "Could not find the main class, Program will exit" That could be because of adding JRE instead of JSE to project build path.
  • Previous
  • 1
  • Next

All Categories