Re: [aspectwerkz-user] version 2.0 - EntityResolver
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
you may try copy pasting or add some "echo" around the command that is generated by the bin/aspectwerkz script (sh or bat), and check the classpath. Alex On Fri, 11 Mar 2005 19:43:02 -0300, Mauro Flores <[email protected]> wrote: > When a I changed from version RC2 to version 2.0 (final), the offline > geration became to show the following error: > 'Exception in thread "main" java.lang.NoClassDefFoundError: > org/xml/sax/EntityResolver > > But it happens even with jdk 1.4, that comes with this class. > > That's the line command: > > aspectwerkz.bat -offline aop.xml c:\jars\apminstrutor.jar -cp > classes;c:\jars\PRAutentica.jar > > Does anybody know how to solve this? > > Thanks. Mauro. > >