Browse Source

fix

feature/big-screen
hades 5 years ago
parent
commit
0f42ae623f
  1. 2
      designer-realize/src/main/java/com/fr/start/DesignerLauncher.java

2
designer-realize/src/main/java/com/fr/start/DesignerLauncher.java

@ -26,7 +26,7 @@ public class DesignerLauncher {
public void start(String[] args) { public void start(String[] args) {
this.args = args; this.args = args;
FineJavaProcessFactory.create(). FineJavaProcessFactory.create().
entry("com.fr.start.MainDesigner"). entry(MainDesigner.class).
javaRuntime(DesignerJavaRuntime.getInstance().getJavaExec()). javaRuntime(DesignerJavaRuntime.getInstance().getJavaExec()).
classPath(DesignerJavaRuntime.getInstance().getClassPath()). classPath(DesignerJavaRuntime.getInstance().getClassPath()).
inheritJvmSettings(). inheritJvmSettings().

Loading…
Cancel
Save