Error
I doubt the dir named src
is in you jar
try getting an InputStream using ClassLoader's method getResourceAsStream to your packed jrmx file and pass it to the JRXmlLoader's load method that takes an InputStream as argument.
the argument for getResourceAsStream
should be the full qualified name of the jrxml in your jar. That is, including the package name.