Hi,
nobody still cannot explain why
PlatformUI (PlatformUI/getWorkbench)
works, and
(PlatformUI/getWorkbench)
does not?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts
Hi,
I've embedded Clojure 1.4 with nREPL into my Eclipse RCP application.
Now in nREPL I define a function which builds a menu with some actions.
Everything seemes to work as expected.
Now I select some menu item which executes the following code:
(println PlatformUI)
(println (PlatformUI/g