Because Play Framework does not support Cassandra and to avoid build problems with Play project thus I made a Java project (Based on Kundaru’s work) and named it KConnector, in the KConnector project, there are some external libraries (Kundaru’s jar files) thus I exported the project as a runnable Jar file (If I exported to Jar file only, it wouldn’t pack external libs). Then by following Instruction, I create a Playproject/lib folder then put a built jar file inside that. The problem is I cannot call classes inside the KConnector jar file….
Eclipse could not recognize what they are and it suggested me some imports, but none of them is mine…Can anybody please show mw where I were wrong?
P/S: I also tried running play ec or play compile but there was no hope… Even I ran play ec, the file in lib also disappeared to Eclipse…
Thank you very much.
Because Play Framework does not support Cassandra and to avoid build problems with Play
Share
I use play 2.0.4 and I use an external jar, I created a lib folder inside the project, added the jar in this folder, run ‘eclipsify’ command and refresh the project in eclipse and I don’t have problem.