Hi,

I'm not really familiar with compojure, but I was able to run
Compojure in the REPL inside of the clojure eclipse plug-in by using
the steps described under http://en.wikibooks.org/wiki/Compojure/Getting_Started
as a guideline:

- Built compojure from source as it is described under "Build from
Source". I refer below to the path as <compojure folder>
- Created a new Clojure project in Eclipse
- Removed the clojure and clojure-contrib JAR files provided by the
Clojure Eclipse plugin from the Java build path of the project as
Compojure brings its own copies with it
- Added all the JAR files from <compojure folder>/deps and <compojure
folder>/compojure.jar  to the Java build path of the project
- Create a source file "hello.clj" under the "src" folder of the
project with the proposed content
- Right-click on the "hello.clj" file and select "Run As > Clojure
REPL"
- Pointed browser to http://localhost:8080/, and "Hello world" was
displayed in the browser

Regards
Stephan

On 25 Jun., 03:51, "sailormoo...@gmail.com" <sailormoo...@gmail.com>
wrote:
> Sorry but it's a bit off-topic, any one tried running compojure in
> REPL in clojure eclipse plug-in??
> I failed with that while it works in Netbeans plug-in.Any help? Thanks.
--~--~---------~--~----~------------~-------~--~----~
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