Control: reassign -1 libfreehep-graphicsio-svg-java
Control: tags -1 patch
thanks

Attached patch from sweethome3d 4.2 fixes the issue.
diff --git a/src/main/java/org/freehep/graphics2d/PixelGraphics2D.java b/src/main/java/org/freehep/graphics2d/PixelGraphics2D.java
index 39b20a7..edddaac 100644
--- a/src/main/java/org/freehep/graphics2d/PixelGraphics2D.java
+++ b/src/main/java/org/freehep/graphics2d/PixelGraphics2D.java
@@ -100,6 +100,8 @@ public class PixelGraphics2D extends AbstractVectorGraphics {
             Method method = clazz.getMethod("isDisplayLocal", null);
             Boolean result = (Boolean) method.invoke(null, null);
             displayLocal = result.booleanValue();
+        } catch (LinkageError e) {
+        } catch (NullPointerException e) {
         } catch (ClassNotFoundException e) {
             // Windows case...
             displayLocal = true;
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to