Index: trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 15739)
+++ trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 15740)
@@ -71,13 +71,4 @@
     }
 
-    private static boolean isRunningJavaWebStart() {
-        try {
-            // See http://stackoverflow.com/a/16200769/2257172
-            return Class.forName("javax.jnlp.ServiceManager") != null;
-        } catch (ClassNotFoundException e) {
-            return false;
-        }
-    }
-
     /**
      * Replies the report header (software and system info)
@@ -129,5 +120,5 @@
             }
             // Add WebStart package details if run from JNLP
-            if (isRunningJavaWebStart()) {
+            if (Utils.isRunningJavaWebStart()) {
                 String webStartDetails = platform.getWebStartPackageDetails();
                 if (webStartDetails != null) {
