I have an existing application with many defclass statements, and it performs beautifully. Today I added the following statements:

(defclass GraphWindow EDU.auburn.VGJ.gui.GraphWindow)
...
(new GraphWindow ...)

and it throws ClassNotFoundException. I also tried it with the class name in quotes.

If I say: (new EDU.auburn.VGJ.gui.GraphWindow ...) then it works, so I'm assuming the defclass statement isn't working.

Is there a problem with uppercase characters in defclass? Has anyone else experienced this?

Thanks,
Mike Welter

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to