From: Hendrik Lipka (hendrik.lipka_at_gmx.de)
Date: Mon Feb 24 2003 - 01:05:53 PST
Sunday, February 23, 2003, 3:04:24 AM, you wrote:
> Note that it seems to have a glitch where it does render the jpg
> file but never quits so, when it has rendered your PDF (you'll
> manually have to keep and eye on it) you need to press control-C
This could be for the following reason:
- if somewhere in the code AWT (or Swing) is started, this creates an
event handler thread.
- the JVM does not exit is any non-daemon-threads are running
- therefore, if the AWT-thread is running, the application does not
exit
This does not happen on Windows, but the JVM under OS X could behaver
this way...
hli
-- Møøse trained to mix concrete and Hendrik Lipka sign complicated insurance forms hendrik.lipka_at_gmx.de www.hendriklipka.de -- This is the NewtonTalk list - http://www.newtontalk.net/ for all inquiries List FAQ/Etiquette/Terms: http://www.newtontalk.net/faq.html Official Newton FAQ: http://www.chuma.org/newton/faq/
This archive was generated by hypermail 2.1.5 : Mon Feb 24 2003 - 20:00:01 PST