External JAR in AEM project
Hi ,
I have an AEM project setup like this -->
myproject-->components
myproject-->templates
I need to use an external JAR in my project. For that I created a folder like
myproject-->install
and through webdev I placed my jar "helloworld.jar" in install folder. But I am not able to use this JAR in my component file. Its not resolving the class.
Any idea.