Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/05/2015, 03:03
samurai_7
 
Fecha de Ingreso: mayo-2006
Mensajes: 70
Antigüedad: 18 años
Puntos: 0
¿que errores son estos?

Hola a todos,
llevo un tiempo trabajando en un programa de complejidad moderada. Después de varios días trabajando sin poder probar el código (ya que dependían de diferentes algoritmos) compilo, y al ejecutar ocurre lo siguiente:

at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPri vilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 721)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:82)

¿alguno me podría ayudar a interpretar estos errores para averiguar por donde va el fallo?

Gracias.