com.oxygenxml.editor.frameworks.url

Oxygen general issues.
vishwavaranasi
Posts: 144
Joined: Fri Feb 28, 2020 4:02 pm

com.oxygenxml.editor.frameworks.url

Post 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.
Thanks,
vishwa
Radu
Posts: 9041
Joined: Fri Jul 09, 2004 5:18 pm

Re: com.oxygenxml.editor.frameworks.url

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
vishwavaranasi
Posts: 144
Joined: Fri Feb 28, 2020 4:02 pm

Re: com.oxygenxml.editor.frameworks.url

Post by vishwavaranasi »

Thanks Radu , that's worked for me.
Thanks,
vishwa
Post Reply