• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

working with jess in java

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have imported jess.* in to a java program.

when i executed it i got an error "jess package does not exist"

i have copied the jess.jar to the bin of java and even i have set the CLASSPATH in environment variables to the path of jess.jar in the jess folder. but still i am getting the same error.

can any one help me.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

i have copied the jess.jar to the bin of java


That is not a good idea. That directory is for the executables of the JDK, not for any jar files. Keep the file in the Jess directory and reference it there.

What does the CLASSPATH variable look like, and which command do you use to run the program?
 
reply
    Bookmark Topic Watch Topic
  • New Topic