Java is written in C (at least, the JVM is). You can connect from Java
to C using the Java Native Interface (JNI) - docs here:
http://java.sun.com/docs/books/jni/

Here at Oracle we use it all the time - it is slower than writing
directly in C, but allows one to extend Java to use the facilities in
a C library in a very useful manner.

Toby

On Apr 14, 4:23 am, Andreas Henningsson
<andreas.hennings...@gmail.com> wrote:
> Looked at the source code. It is some parts in C also. I did not know that
> is
> was possible to mix java and C.
>
> You have using a very rare platform. Why do you use mips?
>
> My guess is that you have to build it yourself.
>
> /Andreas
>
> On Wed, Apr 14, 2010 at 11:16 AM, Andreas Henningsson <
>
>
>
>
>
> andreas.hennings...@gmail.com> wrote:
> > The homepage say this
>
> > "Jar file containing binaries for: Windows, Linux/x86/amd64, and Mac OS
> > X/ppc/x86/amd64"
>
> > I don't know how it works. If a SQLite binary is includen in the jar file
> > and it's this binary they talk about.
> > I mean, if it is written in java it should work as long you have a Java
> > runtime of the same version. Right?
>
> > You have have to investigate it.
>
> > Public license yes.
>
> > Performance was ok for me but I did not put it under heavy load.
>
> > /Andreas
>
> > On Wed, Apr 14, 2010 at 10:51 AM, Navaneeth Sen B <
> > navanee...@tataelxsi.co.in> wrote:
>
> >> Hi Andreas,
>
> >> I would like to know a couple of things about the wrapper you used :
>
> >>   1. Is that available for mips-linux?
> >>   2. Is it available under public license?
> >>   3. Does it have any performance issues?
>
> >> Thanks & Regards,
> >> Sen
>
> >> On 4/14/2010 1:52 PM, Andreas Henningsson wrote:
> >> > I used this one
>
> >> >http://www.zentus.com/sqlitejdbc/
>
> >> > Works perfect.
>
> >> > /Andreas
>
> >> > On Wed, Apr 14, 2010 at 7:17 AM, Navaneeth Sen B<
> >> navanee...@tataelxsi.co.in
>
> >> >> wrote:
>
> >> >> Hi all,
>
> >> >> I would like to know if a java wrapper is available for SQlite3 APIs.
>
> >> >> Regards,
> >> >> Sen
> >> >> *
> >> >> *////
>
> >> >> _______________________________________________
> >> >> sqlite-users mailing list
> >> >> sqlite-us...@sqlite.org
> >> >>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
> >> _______________________________________________
> >> sqlite-users mailing list
> >> sqlite-us...@sqlite.org
> >>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
> > --
> > Andreas Henningsson
>
> > "Vanligt sunt förnuft är inte särkilt vanligt." -- Voltaire
>
> --
> Andreas Henningsson
>
> "Vanligt sunt förnuft är inte särkilt vanligt." -- Voltaire
> _______________________________________________
> sqlite-users mailing list
> sqlite-us...@sqlite.orghttp://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users-
>  Hide quoted text -
>
> - Show quoted text -
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to