Eclipselink library java.lang.ClassNotFoundException
问题 I'm trying to resolve the problem with ClassNotFoundException for 3 days, and I can't find the solution, so I'm asking for help, the problem happens when i try to use every method except find or findAll on EJB Entity Beans. For example when I try to use method remove(): ctx = new InitialContext(); remote = (CategoriesRemote) ctx.lookup("CategoriesFacade/remote"); remote.remove(category); I get not nice looking Exception: Exception in thread "Thread-7" java.lang.RuntimeException: java.lang