|
|
@ -24,7 +24,8 @@ public class PluginManagerPane extends BasicPane { |
|
|
|
|
|
|
|
|
|
|
|
public PluginManagerPane() { |
|
|
|
public PluginManagerPane() { |
|
|
|
setLayout(new BorderLayout()); |
|
|
|
setLayout(new BorderLayout()); |
|
|
|
if (StableUtils.isDebug()) { |
|
|
|
if (System.getProperty("java.version").startsWith("1.8")) { |
|
|
|
|
|
|
|
System.out.println(System.getProperty("java.version")); |
|
|
|
URL url = ClassLoader.getSystemResource(""); |
|
|
|
URL url = ClassLoader.getSystemResource(""); |
|
|
|
String installHome = url.getPath(); |
|
|
|
String installHome = url.getPath(); |
|
|
|
PluginWebPane webPane = new PluginWebPane(installHome); |
|
|
|
PluginWebPane webPane = new PluginWebPane(installHome); |
|
|
|