Hi guys,
    i'm new to clojure, and we have built our production using java. It's a 
web service, named "ddi", which runs on tomcat. 

    i use eclipse to build a clojure project, and set in project.clj:
         :java-source-paths ["/Users/apple/ife/ddi/src"]
    then, set project.Properties.Libraries: Apache Tomcat, JUnit 4, Web App 
Libraries(ddi)

    then, i try to do "lein javac". And i got a lot of error like this:
    /Users/apple/ife/ddi/src/com/buildInfo/resource/InvokeEntryPoint.java:3: 
错误: 程序包javax.ws.rs不存在    

import javax.ws.rs.Consumes;

    It's Chinese, means javax.ws.rs dose not existed.


    How can i do this?

  

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to