error al ejecutar JavaBean
Publicado por zaida (2 intervenciones) el 17/03/2009 11:50:17
Buenos días
Estoy intentando ejecutar una aplicación de Java Bean, pero tengo un problema porque si lo ejecuto normal, funciona, pero en cambio si lo ejecuto como javaBean me dan las siguientes excepciones:
IWAV0052E Invocation Target Exception creating funcion.funcion1
java.lang.NoSuchMethodException: funcion.funcion1.<init>()
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getDeclaredConstructor(Unknown Source)
at org.eclipse.ve.internal.java.vce.launcher.remotevm.JFCLauncher$1.run(JFCLauncher.java:56)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Por favor, agradecería enormemente si alguien me puediera ayudar
Un saludo y muchas gracias
Estoy intentando ejecutar una aplicación de Java Bean, pero tengo un problema porque si lo ejecuto normal, funciona, pero en cambio si lo ejecuto como javaBean me dan las siguientes excepciones:
IWAV0052E Invocation Target Exception creating funcion.funcion1
java.lang.NoSuchMethodException: funcion.funcion1.<init>()
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getDeclaredConstructor(Unknown Source)
at org.eclipse.ve.internal.java.vce.launcher.remotevm.JFCLauncher$1.run(JFCLauncher.java:56)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Por favor, agradecería enormemente si alguien me puediera ayudar
Un saludo y muchas gracias
Valora esta pregunta


0