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