Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am trying to access an EJB from a class thats being tested via a junit test case.
I just get various class not found errors which I think is down to the fact that the Junit Runner classes used by eclipse are not running in the Projects Classpath (as all the not found classes are definately there).
When you run a JUnit class, it creates a run target in y our run menu, if you go edit it, you can click the Classpath tab and see what it’s runtime classpath is, see if it jives with the project.