Hi,
I'm just noticing some subtle threading problems when running a Jme
application from the REPL within inferior-lisp mode Emacs.
For instance this works:
(. jmetest.renderer.TestArrow main nil)
But this doesn't: (attempting to execute from a separate thread)
(def thread (proxy [Thread] []
(run []
(. jmetest.renderer.TestArrow main nil))))
(. thread start)
The REPL just hangs.
This only happens when using the REPL from within Emacs. Not when I
run the REPL in windows command prompt.
Any help at all would be greatly appreciated.
-Patrick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---