Target Viewer

by Sajmmon » Sun May 11, 2014 10:46 pm

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)

Code: Select all

      <classpath>
        <pathelement location="libtest/jnlp.jar"/>
      	<pathelement location="libtest/AppleJavaExtensions.jar"/>
      </classpath>
and the target runs fine now.