getClass().getResourceAsStream( "/caminhoDentroDoSeuJar/arquivo.jasper" );
Tentei fazer porem está me retornando "null",
o metodo getClass() tb só me retorna "null".
fiz o seguinte
JasperPrint print = JasperFillManager.fillReport(getClass().getResourceAsStream( "pdf/arquivo.jasper" ),parameters,jrRs);