Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/05/2012, 11:51
dariomorel
 
Fecha de Ingreso: mayo-2012
Mensajes: 5
Antigüedad: 12 años, 10 meses
Puntos: 0
Respuesta: Problema con Reportes en Ejecutable de Aplicacion Java

Cita:
Iniciado por LuisChavezB Ver Mensaje
Ejecuta tu programa mediante la linea de comandos para ver que excepciones te arroja:
java -jar rutaatujar.jar

Esto es todo lo que me arroja no se que signifique exactamente:


net.sf.jasperreports.engine.JRException: java.io.FileNotFoundException: le:\C:\A
D_SYSTEM\dist\AD_SYSTEM.jar!\Informes\inf_Inventar ioArt.jasper
at net.sf.jasperreports.engine.util.JRLoader.loadObje ct(JRLoader.java:77
)
at net.sf.jasperreports.engine.JasperFillManager.fill Report(JasperFillMa
nager.java:243)
at Proyecto.Listado.mostrar(Listado.java:53)
at Proyecto.Informe_ListaPrecioVenta.lblVisualizarMou seClicked(Informe_L
istaPrecioVenta.java:330)
at Proyecto.Informe_ListaPrecioVenta.access$200(Infor me_ListaPrecioVenta
.java:23)
at Proyecto.Informe_ListaPrecioVenta$3.mouseClicked(I nforme_ListaPrecioV
enta.java:95)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectio nPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(U nknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: le:\C:\AD_SYSTEM\dist\AD_SYSTEM.jar!\I
nformes\inf_InventarioArt.jasper
... 37 more