Bug#504623: openjdk: Re: to load java.awt.Toolkit

2009-11-19 Thread Michal Suchanek
Package: openjdk-6-jre Version: 6b16-4 Severity: normal File: openjdk I get this error: Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/motif21/libmawt.so It looks like the motif plugin is not built in openjdk but it

Bug#504623: openjdk: Re: to load java.awt.Toolkit

2009-11-19 Thread Bernhard R. Link
* Michal Suchanek hramr...@centrum.cz [091119 10:25]: Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/motif21/libmawt.so It looks like the motif plugin is not built in openjdk but it attempts to load it nonetheless. As the

Bug#504623: openjdk: Re: to load java.awt.Toolkit

2009-11-19 Thread Michal Suchanek
2009/11/19 Bernhard R. Link brl...@debian.org: * Michal Suchanek hramr...@centrum.cz [091119 10:25]: Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/motif21/libmawt.so It looks like the motif plugin is not built in openjdk

Bug#504623: openjdk: Re: to load java.awt.Toolkit

2009-11-19 Thread Bernhard R. Link
* Michal Suchanek hramr...@centrum.cz [091119 15:45]: In the latter case, try setting the _JAVA_AWT_WM_NONREPARENTING environment variable. That should be a better way to work around the problem than switching to MToolkit. For that I probably need the latest jre, not the 'stable' one.