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

Reply via email to