You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rum application using Sikuli Jaava API and let the main thread terminate.
What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there is pending AWT thread. This thread won't finish unless all AWT component.
Original author: [email protected] (April 02, 2013 22:58:34)
Rum application using Sikuli Jaava API and let the main thread terminate.
What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there is pending AWT thread. This thread won't finish unless all AWT component.
See this for more details: http://docs.oracle.com/javase/7/docs/api/java/awt/doc-files/AWTThreadIssues.html
sikuli-api-1.0.2 in 64-bit JVM under Win7
Sikuli API should provide way to dispose() any AWT components it creates so that application can finish normally and not by calling System.exit.
Ales
Original issue: http://code.google.com/p/sikuli-api/issues/detail?id=44
The text was updated successfully, but these errors were encountered: