X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fthreedee%2FWindowFactory.java;h=42ff8a46b906c3030903eb0064ca6a5eac31f4c4;hp=549c11a1ef97439899d759c22fa1a9fa84cfab90;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hpb=8c8868ae29b3252f02e094c02307384cf61ba667 diff --git a/tim/prune/threedee/WindowFactory.java b/tim/prune/threedee/WindowFactory.java index 549c11a..42ff8a4 100644 --- a/tim/prune/threedee/WindowFactory.java +++ b/tim/prune/threedee/WindowFactory.java @@ -45,9 +45,13 @@ public abstract class WindowFactory { // no java3d classes available } + catch (NoClassDefFoundError nfe) + { + // no java3d classes available + } catch (UnsatisfiedLinkError ule) { - // java3d available but somehow incompatible? + // java3d classes found but no native components } return has3d; }