diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/relatorios/RelatorioArquivoBGMController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/relatorios/RelatorioArquivoBGMController.java index fe0a23528..d2759da69 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/relatorios/RelatorioArquivoBGMController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/relatorios/RelatorioArquivoBGMController.java @@ -90,7 +90,7 @@ public class RelatorioArquivoBGMController extends MyGenericForwardComposer { } - String fileZip = System.getProperty("jboss.server.log.dir") + "\\ArquivosBGM.zip"; + String fileZip = System.getProperty("jboss.server.log.dir") + "/ArquivosBGM.zip"; log.debug("nome arquivo: " + fileZip); FileInputStream inputStream;