I have a Java project, where I collect all my util classes and I want to use them in other projects. So I have tried to add the utils project to the Java Build Path of the project where I want to use the utils. But when I use them, I get a ClassNotFoundException at runtime, but no compile errors.
How can I solve this?
Edit: Screenshots
Edit: Solution: