문제

I want to have my EventHandlers stored in custom folder, instead of CodeModule. I have WebSphere 7.0, so i set ClassPath value for JVM as "C:\jar" (without brackets), and put my Test.jar there. Now i want to create EventAction without CodeModule defined, but I stil have "Unable to load event handler class from either associated code module or system classpath:" error, what am i doing wrong?

Solved! It's important to set individual filepath for every .jar (like "C:\jar\Test.jar").

도움이 되었습니까?

해결책

I found that keeping code modules outside WebSphere is not quite good idea, because you should restart it's service every time you change module. I found great plugin for Eclipse here that do all work about CodeModules.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top