Hi there folks,
I've created a J2EE library project, containing a JAR file from a standard Java utility project in NetWeaver Developer Studio (SP11).
Now I can use the classes of my J2EE library project from within a Web Dynpro project - so far so good.
But the classes in the JAR file referenced from the J2EE library project uses classes from the Web Dynpro runtime, and when the Web Dynpro actually uses these classes, the classloader can't seem to find the Web Dynpro runtime classes.
A hack is to bypass the J2EE library project, and use the JAR file directly in the Web Dynpro project, but that solution is ugly and hence only temporary.
Does anyone know how to reference the Web Dynpro runtime classes from within a J2EE library project?
Thanks in advance,
Henrik, Invendium A/S