expert system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rafah
    New Member
    • Mar 2014
    • 5

    expert system

    hey
    I want to build an (expert maintenance system in wireless networks) by using both prolog to design the database and java to design the user interface my question is how the JIProlog can help me.and I'm looking for videos or pdf that can help me to learn the JIProlog but I didn't find one can you help me please..

    Best regard
  • chaarmann
    Recognized Expert Contributor
    • Nov 2007
    • 785

    #2
    If I google for JIProlog, I get back a link for a Demo on the first reach result. So why can't you find anything?
    Maybe you found it, but you have not installed Java for running the Applet there?
    This is a Java forum, so I can't give you advice about Proolog, but if you have questions regarding developing GUI componenets in Swing, feel free to ask here again.

    Comment

    • rafah
      New Member
      • Mar 2014
      • 5

      #3
      thanks for the response
      actually the problem I faced so far is adding a new library to java
      the library I want to add is jiprolog,how can I invoke this library in netbeans?

      Comment

      • chaarmann
        Recognized Expert Contributor
        • Nov 2007
        • 785

        #4
        Add the library to your CLASSPATH environment variable.
        Environment variables can be set globally through system settings in Windows (or in ".profile" under Unix).

        If you don't want to set it globally, then there should be a project settings and Run configuration somewhere in Netbeans (I use Eclipse instead of Netbeans; the names can be different, but the way should be the same)

        Comment

        Working...