I have a project Java
in my workspace
with several classes called "functions". Then I created a java web project and added the project in Java build path -> projects
.
But once I started in index
and used some kind of the project "functions" I skipped a Exception
and I realized that it is because it is not in web-inf/lib
, because putting a jar
by hand % of that project does not jump.
Do you know how I can solve it?