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]
--------------------------------------------------------------------
- Re: JESS: defclass problem Michael Welter
- Re: JESS: defclass problem ejfried
- JESS: defclass problem Ferreira, Miguel (IT)
- RE: JESS: defclass problem Ferreira, Miguel (IT)
- Re: JESS: defclass problem ejfried
- RE: JESS: defclass problem Ferreira, Miguel (IT)
