Jar native-windows-helper

Post here questions and problems related to oXygen frameworks/document types.
Isabelle
Posts: 142
Joined: Fri Jan 20, 2017 1:11 pm

Jar native-windows-helper

Post by Isabelle »

Hello,

In need information on native-windows-helper ?
What is the purpose of this jar ?
I don't find any javadoc on it.

Thanks
Regards,
Isabelle
Radu
Posts: 9071
Joined: Fri Jul 09, 2004 5:18 pm

Re: Jar native-windows-helper

Post by Radu »

Hi Isabelle,

The JAR contains two DLLs inside, used by us apparently for showing a native Windows file chooser when browsing for local files and for deleting/moving files to Trash/Recycle bin in the Oxygen Project view (which does not exist in the Author Component).
Our code attempts first to find the DLLs in the "com.oxygenxml.editor.lib.dir" path, if it fails it attempts to load them directly from the Java classpath. But in any case we do not unpack the jar somewhere else. Also if our code does not find the dlls, it has fallbacks in place, for example it will show a Java JFileChooser when browsing for local resources instead of a native Windows file chooser.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Isabelle
Posts: 142
Joined: Fri Jan 20, 2017 1:11 pm

Re: Jar native-windows-helper

Post by Isabelle »

Hello Radu,

Thank you for this informations.

Regards,
Isabelle
Post Reply