I am using the PD4ML 4.0.16.
If the pd4browser.properties exists when starting the gui version of the PD4ML, there is a Java exception:
Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/batik/bridge/BridgeException
at org.zefer.pd4ml.tools.PD4Browser$PD4Converter.super(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser$PD4Converter.<init>(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser.<init>(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser.showGUI(Unknown Source)
at org.zefer.pd4ml.tools.PD4Browser.main(Unknown Source)
at com.pd4ml.tools.Pd4Cmd.super(y:2380)
at com.pd4ml.tools.Pd4Cmd.main(y:734)
If you delete the pd4browser.properties, the start works fine.
However, no properties can be changed this way…