You should probably include the right dependencies in project.clj, e.g. :dependencies [[javax.ws.rs/jsr311-api "1.1.1"]]
You might actually need an implementation, e.g. Apache-CXF, or RestEasy etc. as dependency but I am not sure. Shantanu On Wednesday, 27 May 2015 16:28:54 UTC+5:30, Peng Lin wrote: > > 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 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 --- 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 clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.