Hey guys, how are you doing? I'm trying to load so...
# announcements
j
Hey guys, how are you doing? I'm trying to load some files from a package but when my app is "compressed" into a .jar file I'm getting a class not found exception. Apparently this is happening because in the .jar file the structure of the project change.
v
try using resources. It is well-known in java
j
I can not use resources folder... Unfortunately I need to find a way to solve this without move the files from the current package.