I'm trying to find more information on how eclipse handles Running a project. I want to understand it more because I have an issue I'm currently having where apache-poi .jar files which have been included into the classpath of my project will work properly when the project is ran through eclipse, but will not be detected when going to the same projects folder and running the main jar file to start the program.
It gives me the error: java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Cell
(although sometimes instead of Cell, it's Sheet)
What could I consult to understand what is going on here, and possibly solve this issue?