I have a java web project (a framework type) and I want to use it in my main project (the application), but I do not want to generate a .jar. I want to use it right inside my project so that when I need to make some changes I do not have all compiled a .jar. I added the project in Properties > java build path > projects I can use the other project classes normally, but when I run the project in the browser I get the error:
java.lang.ClassNotFoundException: com.jmsys.client.component.botao.BotaoConfirmar
How can I do this?