Hi Experts,
I am trying to use the class com.sap.security.core.util.notification.SendMailAsynch to send notifications in 7.3 portal. The class is available in sap.com~tc~sec~ume~core~impl.jar file. I am however not able reference this jar in my application. I have created a DC and edited the classpath variable BIN_EXT as described in the post http://scn.sap.com/thread/2125638 , but the build is resulting in build errors as below. There are no errors during compilation and the paths are correctly resolved.
[javac] ERROR: E:\SAPDEV\nwds7.3\workspace.jdi\0\HU_TEST\test.com\sec\test\mailservice\_comp\src.core\com\test\SendMail.java:8: package com.sap.security.core.util.notification does not exist |
I also tried adding the jar file directly to the buildpath with the same result. What is missing? Is there any way I can define a dependency to this jar file?
Thanks for all help.
Regards,
Rao