Page 1 of 1

com.oxygenxml.editor.frameworks.url

Posted: Fri Feb 28, 2020 4:14 pm
by vishwavaranasi
Hello team , i am on oxygen21.0 and am trying to set the com.oxygenxml.editor.frameworks.url inside the file oxygen21.0.vmoptions

here is my file oxygen21.0.vmoptions has

-Xmx4000m
-Dcom.oxygenxml.language=English
-Dcom.oxygenxml.editor.frameworks.url=C:\path1\Oxygen XML Editor 21\frameworks\dita\path2\path3\path4\path5
-XX:+UseParallelGC
-XX:ErrorFile=${launcher:sys.tempDir}/oxy_jvm_crash.log
-XX:OnError="C:\path1\Oxygen XML Editor 21/rp.exe"
-include-options custom_commons.vmoptions
-include-options custom_oxygen.vmoptions

where "path5" folder has my custom framework file <custom_framework>properties

but the Document Type Associations /Locations <custom> path is not setting to my frameworks folder , i mean it's not changed the path.
and also my new Document types are not available.

Re: com.oxygenxml.editor.frameworks.url

Posted: Fri Feb 28, 2020 4:40 pm
by Radu
Hi,

The value needs to have URL syntax like:

Code: Select all

-Dcom.oxygenxml.editor.frameworks.url=file:/C:/path1/Oxygen%20XML%20Editor%2021/frameworks/dita/path2/path3/path4/path5
Regards,
Radu

Re: com.oxygenxml.editor.frameworks.url

Posted: Tue Mar 03, 2020 12:14 pm
by vishwavaranasi
Thanks Radu , that's worked for me.