Good Morining everybody
I've a problem when I Deploy my progect with netweaver developer studio.
My progect import some external lybraries for example Strutz's lybraries.
I import external jars before make deploy and all is right.
the problem born when I start the deploy of my application infact after some seconds the deploy stop and external lybraries disappear.
I try to import external jars in Java Build Path but when i remake Deploy some error appears.
Why external lybraries disappear ???
than you
Stefano
Hi Stefano,
When you say that you have imported the jars, do you mean that you have associated them with your project through the project properties? If you are receiving ClassNotFoundExceptions, It is probably because you have not included the jars within the deployment package. If this is the case, simply add a copy of the external jars to the lib directory within you project; this will allow the portal to locate the external classes when you reference them in your code.
Hope this helps,
Michael
Add a comment