Re: [dev] [dwm] Java Swing sucks, any solutions?

From: Nicolai Waniek <rochus_AT_rochus.net>
Date: Fri, 05 Feb 2010 15:54:06 +0100

On 02/05/2010 03:47 PM, Alexander Surma wrote:
>> I'm forced to use jmeter for the next two weeks at work. It's a swing
>> app. Swing and dwm don't seem to wrk at all.
> Doesn't the good ol' ``export AWT_TOOKIT=MToolkit'' work for ya?
> If not, define "not working".
>
> Surma
>
>

In most swing/awt-applications, this will cause a sigsegv (especially under
amd64). I got best results with:

$ wmname LG3D
$ unset AWT_TOOLKIT
$ run_your_app
Received on Fri Feb 05 2010 - 14:54:06 UTC

This archive was generated by hypermail 2.2.0 : Fri Feb 05 2010 - 15:00:04 UTC