java - NoClassDefFoundError after importing package -


i have program on codeboard.io @ following link https://codeboard.io/projects/5714 aim of project is:-

  • implement employee class , 3 child classes (managementemployee, engineeringemployee , administrationemployee), necessary attributes , methods. not include other attribute or method apart ones described.
  • write staff class, first creates array employees in company, , prints complete staff list on screen. class must calculate , print total salary each of 3 departments.

after nighter able rid of compilation error , write thought correct program reason noclassdeffounderror when run this, have guesses why happening, because have created packages , imported them in executing class still no result. appreciated, p.s. couldnt post codes here becasue reason formatting off uoi direct link program here can see files have made , run program edit it.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -