How to install Jess in eclipse
- Browse:
- |
- Updated:2014-05-12 16:39
This article has helped a lot, thanks!
But through my practice, but also to the plug-in those files to/DROPINS/SDK under also put a copy, in order to succeed.
1. Download the Jess installation file on the official website of Jess, the latest version is Jess 7.0 trial period is 30 days.
2. Download the extracted folder name JESS71P2, open the Eclipse folder
3. There are five zip files in it, select Unzip to generate two folders Features,plugins
There is a folder in 4.features with four folders in the Pligins. Open the Eclipse installation directory, copy to the respective folder, and restart Eclipse
5. Click in Eclipse, Help-about Eclipse can see the successful installation of the Jess Plugin
6. Verify.
Create a new project in Eclipse and create a new file in the project HELLOWORLD.CLP
Write in file: (PrintOut T "hello,world!" CRLF)
7. Click Run and see the console results as follows, which means the installation is successful.
Source: >
From for notes (Wiz)
How to install Jess in eclipse