I want to access the shared library native paths using jython scripts
libraries = AdminConfig.list('Library').split('\n')
this returns a list of libraries.
In libraries.xml
<libraries:Library xmi:id="Library_1443450998699" name="MY_TOOLKIT" description="AMY_TOOLKIT" isolatedClassLoader="false">
<classPath>MY_TOOLKIT</classPath>
<nativePath>/mypath_TOOLKIT/lib/path.jar</nativePath>
I want to access each library's native paths..
How can I achieve this .... Any Help.. thanks in advance