Re: Setting classpath to include junit
Carl <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
> If you'd actually provided a small example I probably would have an > answer for you immediately, but as it is I can only guess what you're > doing wrong. In the example above you show the compiler output but you > don't show the command line that produced it. > > Provide me with a complete example and I'll show you how to build it. > > Andrew. > > Thanks for the reply, as it turned out i was using an old version of junit. Once i installed junit4 from the debian repo and included that in my classpath instead things started working. -- Carl