Print at Dec 20, 2025, 12:23:28 PM

Posted by Sajmmon at May 11, 2014, 10:46:32 PM
Target Viewer
Hi,

I tried to run target "viewer" and was getting package not found compilation exceptions for classes in AppleJavaExtensions.jar.

I added it to classpath (as it is in build)

<classpath>
<pathelement location="libtest/jnlp.jar"/>
<pathelement location="libtest/AppleJavaExtensions.jar"/>
</classpath>


and the target runs fine now.