2 Replies Latest reply on Jul 24, 2007 9:00 PM by neptune

    How to import jbpm3.2 into eclipse as a project?

    neptune

      Hi everyone,

      My question is how to import jbmp3.2 into eclipse as a project? just like jbpm3.1.x.

      Many thanks

        • 1. Re: How to import jbpm3.2 into eclipse as a project?
          hlq

          What I did was to copy the whole folder into the workspace,
          start a new java project with the same name,
          upon seeing the jbpm source folder already in the workspace, eclipse will attempt to build a project out of it.
          But there will be many errors due to missing jars that you will have to hunt down and add externally.
          In my case, even after adding in the jars, there were errors with the examples in jBPM, but I didn't want to use them, and so could ignore them.

          Good luck :)

          • 2. Re: How to import jbpm3.2 into eclipse as a project?
            neptune

            Yes, I did the same as you, but there will be some problems when you want to debug something in eclipse project constructing like this. A dialog will show say that can not set up the break point because missing line number.

            Thank you very much!