i'm new with java. when i come to run my java app i'm getting this error below:
java.lang.NoClassDefFoundError: org/apache/poi/EncryptedDocumentException
the issue it is ALSO happens when i'm adding the classpath to my command:
java -jar myApp.jar -classpath .\lib
BUT, when i'm copy myApp.jar to the lib direcotry and running form there it's working fine.
thanks for the help guys.