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
Post a Comment