Re: problem typing special keys

2001-05-15 Thread Joi Ellis
On Mon, 14 May 2001, Jost Schenck wrote: > Hi, > I've not found this problem in the archives and in the FAQ as well as the > RedHat support database. If I'm missing something and this has been answered > before, please forgive me. I'm currently using RedHat-7.0, with jdk 1.3.0. > > The problem i

Re: Off-screen Graphics

2001-05-15 Thread Diego Pons
Robbie Baldock wrote: > > Can anyone confirm whether the Linux port of JDK 1.3 requires a > virtual X server (eg: Xvfb) to be running before being able to draw off- > screen graphics with a BufferedImage? Older versions certainly > needed this but I'm hoping the answer to this is now "no"... >

Re: jni link error

2001-05-15 Thread Nathan Meyers
Zhihong Pan wrote: > I need jni in my java application. I created a shared library, and set my library >path (export LD_LIBRARY=/home/mydir/), but I still get the following error >message:java.lang.UnsatisfiedLinkError: no java_gsapi in java.library.path. Could >anybody help me ? You need LD_

jni link error

2001-05-15 Thread Zhihong Pan
I need jni in my java application. I created a shared library, and set my library path (export LD_LIBRARY=/home/mydir/), but I still get the following error message:java.lang.UnsatisfiedLinkError: no java_gsapi in java.library.path. Could anybody help me ? Thanks in advance, Zhihong Pan -