File tree Expand file tree Collapse file tree
src/main/java/com/openfin/desktop/demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,9 +134,7 @@ private void initDesktopConnection() throws DesktopException {
134134 updateMessagePanel ("Additional RVM arguments: " + rvmArgs );
135135 this .runtimeConfiguration .setAdditionalRvmArguments (rvmArgs );
136136 }
137- this .runtimeConfiguration .setRdmURL (java .lang .System .getProperty ("com.openfin.demo.rdmURL" ));
138- this .runtimeConfiguration .setRuntimeAssetURL (java .lang .System .getProperty ("com.openfin.demo.assetsURL" ));
139- this .runtimeConfiguration .setAdditionalRuntimeArguments ("--v=1 --no-sandbox " ); // enable additional logging
137+ this .runtimeConfiguration .setAdditionalRuntimeArguments ("--v=1 " ); // enable additional logging
140138 this .runtimeConfiguration .setDevToolsPort (9090 );
141139 this .runtimeConfiguration .setLicenseKey ("my-license-key" );
142140 JSONObject myconfig = new JSONObject ();
You can’t perform that action at this time.
0 commit comments