"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Minor bug in OSX samples.

Hi,

There seems to be minor bug in Dominos sample project within Vuforia SDK for OSX / Android. In .classpath file;

<classpathentry kind="var" path="QCAR_SDK_ROOT/build/java/QCAR/QCAR.jar"/>

should read

<classpathentry kind="var" exported="true" path="QCAR_SDK_ROOT/build/java/QCAR/QCAR.jar"/>

Otherwise you will end up with ClassNotFound exception as QCAR.jar is not embedded within application. --Harri

AlessandroB

Sun, 11/11/2012 - 14:11

Hi, thank you very much for reporting this; actually you're right, the exported="true" option should be set;

this is a little issue we are aware of (which should have been fixed in coming release of Vuforia, btw);

Hi, great, besides this minor annoyance I had absolutely no problems setting up Vuforia SDK plus had example applications running using OSX 10.8.2 + Eclipse Juno for compiling. And thank you for a great SDK btw - it's been fun creating my first AR app using Vuforia.