Is it possible to use SQLCipher in a java desktop application?

The android library , uses a lot of NDK, I wonder if it would be possible to use sql chipher in a java application.

Hello @rockdrigo

We are currently beta testing aSQLCipher for JDBC offering which will only be available through our enterprise licensing. If you are interested in this, please feel free to reach out at support@zetetic.net. Thanks!

I am sending an email to support.

I am not an enterprise, I need only for a personal project.
I just want to make some simple queries from a Java application to a SQLite database created from android.
An important point for me is that it is Open Source.

Sorry for my English.
Thank you very much

Hi @rockdrigo

You might consider taking a look at the SQLCipher command line client, while it is not based on Java, it may fit your needs.