I have a project where all the Hibernate configuration part is. In the final project I will have a few more projects (Person Register for example) that will need the project that has Hibernate.
How do I correctly set up Hibernate project import in other projects?
At first the configuration I did worked, when I am programming in the Person Registration project I can access the Hibernate project classes and methods as well as access the lib classes and methods that are there configured.
The problem that when I run the application is giving classNotFound.