Hello,
I have searched sdn.sap.com but did not find a thread that could help with the following.
I have installed SAP FSCM Biller Direct 6.04 SP9 into Web AS Java 7.0 EhP1. No problems there.
I have modified various elements including JSP's with no issue. However, when I need to add my own custom JSP which refers to packages in custom classes (jar files), I cannot find out two things.
(1) Where to place the additional JAR's so that they are available to the JSP at run-time.
(2) How to place the JAR's using NWDS (on top of NWDI).
Of course I am getting 'compilation' errors at run-time due to unresolvable symbols.
Thanks in advance for any hints.
I have tried variously:
- Place my own JAR files amongst other JAR files found on the app server
- Create a library project and deploy it, attempt to reference it via build-path definition in the FSCM BD project definition
- Edit web-j22-engine.xml (cannot edit it since NWDS reports it is full of syntax errors but does not let me know what these are)
- Google until google was tired
Thanks