Hi I am creating an application which opens a rpt file when you perform in windows and JBOSS working properly but when I step on Red Hat and JBoss shows me the following error.
Can not find resource for bundle java.util.PropertyResourceBundle, key Error_InvalidServerName
my code:
reportClientDoc.open("reportes/" + reporte1 + ".rpt", 0); |
in that line is not going.