Re: Adding an interface with (proxy) produces NoClassDefFoundError

2010-12-11 Thread Miki
I'm having an issue using (proxy) to extend a class (JViewport) with an interface (Scrollable). The behavior is as follows: if I clean my code ("lein clean") then try to run it ("lein run"), I get an exception. However, if I edit the file that has the proxy, then run the code again ("lein run"), it

Adding an interface with (proxy) produces NoClassDefFoundError

2010-12-11 Thread Joshua Eckroth
I'm having an issue using (proxy) to extend a class (JViewport) with an interface (Scrollable). The behavior is as follows: if I clean my code ("lein clean") then try to run it ("lein run"), I get an exception. However, if I edit the file that has the proxy, then run the code again ("lein run"), it