Revision: 5367
          http://sourceforge.net/p/jump-pilot/code/5367
Author:   edso
Date:     2017-03-12 11:59:02 +0000 (Sun, 12 Mar 2017)
Log Message:
-----------
comment debug sysout prints

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInClassLoader.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInClassLoader.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInClassLoader.java  
    2017-03-12 11:57:18 UTC (rev 5366)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/plugin/PlugInClassLoader.java  
    2017-03-12 11:59:02 UTC (rev 5367)
@@ -20,11 +20,11 @@
     // that changed in java9, now we build it from the java property
     else {
       List ucp = new ArrayList<URL>();
-      System.out.println(parent.getClass());
+//      System.out.println(parent.getClass());
       String cp =System.getProperty ("java.class.path","");
-      System.out.println(cp);
+//      System.out.println(cp);
       addClassPathToUCP(cp, ucp);
-      System.out.println(ucp);
+//      System.out.println(ucp);
       
       addUrls((URL[])ucp.toArray(new URL[] {}));
     }


------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to