2 Replies Latest reply on Mar 13, 2008 8:48 AM by ldimaggio

    Basic user question - trying to run jbpm-jpdl-3.2.2/examples

    ldimaggio

      Basic user question - trying to run jbpm-jpdl-3.2.2/examples/action in eclipse - MyActionHandler' could not be found by the process classloader

      With jBPM as installed from jbpm-jpdl-suite-3.2.2.zip, I'm trying to run the action sample app in eclipse and am hitting this exception:

      14:59:58,136 [main] ERROR Delegation : couldn't load delegation class 'org.jbpm.tutorial.action.MyActionHandler'
      java.lang.ClassNotFoundException: class 'org.jbpm.tutorial.action.MyActionHandler' could not be found by the process classloader
      at org.jbpm.instantiation.ProcessClassLoader.findClass(ProcessClassLoader.java:118)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

      The odd thing is that the class file for org.jbpm.tutorial.action.MyActionHandler is there.

      I'm guessing that I'm missing something basic here - any ideas? Thanks...