Search:

Type: Posts; User: tomhay; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thread: Newbie problem

    by tomhay
    Replies
    2
    Views
    2,743

    OK, for the sake of completeness, here's...

    OK, for the sake of completeness, here's HelloWorld:


    public class HelloWorld {

    public HelloWorld() {
    super();
    InputStream is = getClass().getResourceAsStream("spring.xml");...
  2. Thread: Newbie problem

    by tomhay
    Replies
    2
    Views
    2,743

    Newbie problem

    I've installed the Spring IDE plugin for eclipse. I'm trying a mickey mouse project to get the hang of it. My Java classes compile OK, but the validator complains about my spring.xml config file:
    ...
Results 1 to 2 of 2