https://kotlinlang.org logo
#announcements
Title
# announcements
j

jackmiras

07/21/2017, 3:33 PM
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

voddan

07/21/2017, 4:41 PM
try using resources. It is well-known in java
j

jackmiras

07/21/2017, 6:10 PM
I can not use resources folder... Unfortunately I need to find a way to solve this without move the files from the current package.
4 Views