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 reported on code.google.com by ale...@seznam.cz on 2 Apr 2013 at 10:58
Original issue reported on code.google.com by
ale...@seznam.cz
on 2 Apr 2013 at 10:58