পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Friday, January 20, 2017

jBPM5 - Eclipse Plugin

The following are the Prerequisites to install jBPM Plugin −
  • Java 1.5 (or higher) SE JDK
  • Eclipse 4.2 or any version and the jBPM plugin
As jBPM is written in Java, we will be covering how to add the desired plugins in this section. Considering maximum Java users use Eclipse, let us see how to add the jBPM plugin in Eclipse.
Download the binaries from the following link − http://download.jboss.org/drools/release/5.3.0.Final/
Don't be confused on seeing Drools here. The same plugins are used for jBPM. If you already have installed Drools plugin, then you can skip the installation steps.
Download binaries Extract it to your hard disk. Then, launch Eclipse and go to Help → Install New Software.
Install New Software Click Add Repository
Add Repository Click the Local button and then select ".../binaries/org.drools.updatesite" (where you downloaded on your machine)
Available Software Select Drools and jBPM and then click the Next button.
Install Detail Again Click Next and select “I accept the terms of license agreement” and then click Finish. The software installation starts −
software installation starts Post successful installation, you will get the following dialog box −
successful installation Click Yes. Eclipse restarts. Now, go to Windows → Preferences → Drools → Drools Flow Nodes
Drools Flow Nodes If you are able to see the nodes as shown in the above screenshot, it proves that the plugins were successfully installed. Now we are ready to write our first jBPM program.

No comments:

Post a Comment