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

2010-02-05 Thread Alexander Surma
 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



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

2010-02-05 Thread Nicolai Waniek
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



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

2010-02-05 Thread doki_pen
Yes, I did export AWT_TOOLKIT=MToolkit and it's working.  Thanks a lot!

In gmane.comp.misc.suckless, you 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