All,
I was experimenting with some of the examples in Jess In Action, and I
wanted to run my own java class from the Jess prompt.
I added a simple path string to my CLASSPATH environment variable like this:
C:\com\morristechnicalsolutions\jess\projectA\test_a\classes\test_a
and I compiled a simple class called Test1.class that resides in the last
\test_a folder.
When I do an (import test_a.*) statement at the Jess prompt, it returns
TRUE, but when I try
(bind ?x (new test_a.Test1))
I get a java.lang.ClassNotFoundError
what am I missing here? Is the redundant folder name (done by JBuilder)
causing the problem?
Thanks!
-JM
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------