I am using a third party library which is located in ..\lib\userlib\
I reference to the library in my project and achieve the desired effect, however, when I export my project the userlib libraries are not included in my exported standalone jar. I can get around this on my computer by including the 3rd party library in my %JRE_HOME%/lib/ext/ folder but this is not helpful if I want to share the project with other people. Is there a way to include referenced userlib jars/classes etc in a standalone project?