Re: [sqlite] Re: Java wrapper for both windows and linux

2007-03-30 Thread Xavier RAYNAUD
McDermott, Andrew a écrit : Hi, Can you elaborate on how you make this selection, and how you package the fragment? => Since fragments are host-specific, only the fragment you need will be loaded. (If you use an update site, only the fragment you need will

RE: [sqlite] Re: Java wrapper for both windows and linux

2007-03-30 Thread McDermott, Andrew
Hi, > > Can you elaborate on how you make this selection, and how > you package > > the fragment? > > > > => Since fragments are host-specific, only the fragment you > need will be loaded. > (If you use an update site, only the fragment you need > will be downloaded). > > Note:

Re: [sqlite] Re: Java wrapper for both windows and linux

2007-03-30 Thread Xavier RAYNAUD
Steven E. Harris a écrit : Xavier RAYNAUD <[EMAIL PROTECTED]> writes: I use native JNI libraries, and choose at runtime the native library to open. (on eclipse, with OS-dependant fragments, it's easy to do) Can you elaborate on how you make this selection, and how you package the

[sqlite] Re: Java wrapper for both windows and linux

2007-03-29 Thread Steven E. Harris
Xavier RAYNAUD <[EMAIL PROTECTED]> writes: > I use native JNI libraries, and choose at runtime the native library > to open. (on eclipse, with OS-dependant fragments, it's easy to do) Can you elaborate on how you make this selection, and how you package the fragment? -- Steven E. Harris