0
This is the mistake:java.lang.ClassNotFoundException: br.org.projeto.precos.bean.Lista
where the "br.org.projeto.precos.bean.Lista" is the Jar from which I am trying to use a class. I imported everything right, put in libs folder, in Java Build Paths I added Jar in all possible places but I’m with this error, which can be?
I’ve already marked all the options there.
– daniel12345smith