Hey everyone,

I would really appreciate it if you guys could help me out:  I've
gotten really spoilt by LispWorks and now it's taking me forever to
get sort these library loading issues out.

Okay, so I've download clojure in a box, and the swt.jar library from
the eclipse website and have the following line in my .emacs:


(setq swank-clojure-extra-classpaths
      (list "C:/Documents and Settings/recent596/My Documents/Clojure/
swt-3.5-win32-win32-x86/swt.jar"
       "C:/Documents and Settings/recent596/My Documents/Clojure/
code"))

I want to be able to try out some SWT examples from the REPL.  Now
when I try the first example from this blog:
http://www.li-am.com/2009/08/button-in-eclipse-swt-clojure.html
nothing happens (no nil response).

That is, when I type in the first form:
  user> (import 'org.eclipse.swt.SWT
     'org.eclipse.swt.layout.FillLayout
     '(org.eclipse.swt.events SelectionAdapter SelectionEvent)
     '(org.eclipse.swt.widgets Button Display Shell))

I don't get a response.  Any sort of hints, tips or suggestion?

Thanks in advance,
R596

--~--~---------~--~----~------------~-------~--~----~
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 from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to