Question

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").

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top