JASB Ξ Java Architecture for Semantic Binding

JASB Installation Process

JASB Framework requires JRE 1.5 or higher. You can download it here

The logical step for the installation of JASB are the following:

1') You should to download Jess engines and install it (see Dependences section for more details).

2') Load the JASB library and all the dependences incuding Jess into your project

3') Into the classpath of you project, you should to be careful with the order of the imports into the project. Concretely, ORE API files, in special the file (ore-api.jar) should be loaded BEFORE that Pellet and Jena libraries. This is due to the endorsing mechanish that has been incorporated to the ORE API.

Now you have the architecture prepared for working!!!!