OT/slang (was Re: [charva] Shared libs and JNI)

2003-11-27 Thread Jonathan Dowland
On Wed, Nov 12, 2003 at 01:32:05PM +0100, Arnaud Vandyck wrote: > I'm working on 'charva' package (#203187) and it has a shared library Where I come from (north-east england); 'charva' is slang for trouble-making youths who wear lots of sports gear, set fire to things and generally have no futur

Re: [charva] Shared libs and JNI

2003-11-15 Thread Arnaud Vandyck
On Wed, 12 Nov 2003 19:01:23 +0100 Jan Schulz <[EMAIL PROTECTED]> wrote: > Hallo Arnaud, Hallo Jan, > Hm, from my basic JNI knowledge from eclipse, the lib is loaded from > code in a static block somewhere. Look for something like > static { > System.loadLibrary(name); > } > > change the n

Re: [charva] Shared libs and JNI

2003-11-12 Thread Jan Schulz
Hallo Arnaud, * Arnaud Vandyck wrote: >I'm working on 'charva' package (#203187) and it has a shared library >called libTerminal.so. >Is it a good name? >If not, how to change it? Hm, from my basic JNI knowledge from eclipse, the lib is loaded from code in a static block somewhere. Look for somet

[charva] Shared libs and JNI

2003-11-12 Thread Arnaud Vandyck
Hi this(); I'm working on 'charva' package (#203187) and it has a shared library called libTerminal.so. Is it a good name? If not, how to change it? Do I put it in /usr/lib/jni/? Do I have to split the package or can I just package it as 'charva'? [I think it's very java-centric and it's the