Java classpath issue with jfxrt.jar in AE 6.1
Hi all,
I'm faced with an issue concerning our Arbortext Editor extension which is written in Java and uses JavaFX 2 for its UI.
My issue is that I need to have jfxrt.jar in the classpath in order for this to work.
Since this jar is part of the runtime since at least Java 1.7 I thought I needed to do nothing to work with the classes defined in this jar, but AE is not seeing them. When I manually add the jar to the classpath using
APTCLASSPATH=D:\Program Files\PTC\Arbortext Editor\bin\x86\jre\lib\jfxrt.jar
Then I can use them.
Is this expected behaviour ?
If so is there a way to add it programmatically ?
I would need to retrieve the Installation path of Arbortext Editor in ACL in order to be able to do this.
I tried "set classpath" and "append_java_classpath", but both did not work.
Any ideas ?
René

