RE: "libjawt.so" not loaded by Java 7

2011-08-06 Thread Kapta Ulo
System.loadLibrary("jawt"); Thanks Kapta > Date: Wed, 3 Aug 2011 06:37:37 +0100 > From: ahug...@redhat.com > To: ulo_ka...@hotmail.com > CC: jdk7-dev@openjdk.java.net > Subject: Re: "libjawt.so" not loaded by Java 7 > > On 09:45 Tue 02 Aug , Kapta Ulo wrote: >

Re: "libjawt.so" not loaded by Java 7

2011-08-02 Thread Dr Andrew John Hughes
On 09:45 Tue 02 Aug , Kapta Ulo wrote: > > Hi, > The Java 7 release seems to have broken the LWJGL project on Linux, it no > longer works and complains that "libjawt.so" is not loaded. The project has > been calling the following method: java.awt.Toolkit.getDefaultToolkit(); to > ensure tha

Re: "libjawt.so" not loaded by Java 7

2011-08-02 Thread David Holmes
Kapta Ulo said the following on 08/02/11 19:45: The Java 7 release seems to have broken the LWJGL project on Linux, it no longer works and complains that "libjawt.so" is not loaded. The project has been calling the following method: java.awt.Toolkit.getDefaultToolkit(); to ensure that this nati

"libjawt.so" not loaded by Java 7

2011-08-02 Thread Kapta Ulo
Hi, The Java 7 release seems to have broken the LWJGL project on Linux, it no longer works and complains that "libjawt.so" is not loaded. The project has been calling the following method: java.awt.Toolkit.getDefaultToolkit(); to ensure that this native file is loaded, this has worked fine for