classpath in wsad
I'm developing a web application in WSAD. I need to import a library that refers to an external directory, but I'm not able to force this library to point to the external directory.
I tried to add it to the server's environment using the "Add external folder" option, but when I instantiate the library's class in my program it is not able to find the referred folder and raises the error "class not found".
Could anyone help me?