Print at Jan 30, 2026, 1:09:09 AM

Posted by Sajmmon at May 12, 2014, 12:46:32 AM
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.