Pure Java Couchbase Lite

Hi,

I am quite new around here and I am trying to develop a Java application (not Android!) using Couchbase Lite, but I stuggled trying to find an appropriate example in order to:

  1. Download the right JAR archive - the official one seems to contain only one class called Native: https://www.dropbox.com/s/bcmiq0ucxb2ix1c/cb_lite_java.png?dl=0
  2. Use it. The official documentation available at http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/native-api/manager/index.html seems to me to be exacly the same as for Android. But I do not need documentation for Android.

I searched in the forums before sending this message but I could not find something similar unfortunately. In case this is redundant, I apologize for any incovenience.

Thanks a lot!
Mircea

I had good success with jruby Couchbase Lite on linux following this guide http://sideshowcoder.com/post/88962028824/couchbase-lite-on-the-raspberry-pi-using-jruby using the java client at https://github.com/couchbase/couchbase-lite-java-native

Thanks for advice, I have also saw the this article which is pretty interesting though.
But I arrived in the same point: I have copied th esource files and I compiled but I cannot find any JAR archive in order to import it into my project. Do you have a copy ar can give me a clue where shoud I look for it?

Thank you!

Really nobody managed to compile those files?