Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using jess in java

807599Mar 7 2007 — edited Mar 7 2007
i have written a simple program to use jess in java.

import jess.*;
public class Work1
{
public static void main(String args[])
{
Rete r = new Rete();
--------------------------
---------------------------
---------------------------
}
}

if i am executing this i am getting an error jess package does not exist.
i have copied the jess.jar to bin and lib folder of java but still i am getting the same error

can some one help me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2007
Added on Mar 7 2007
4 comments
261 views