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
FYI – I found Pitchfork because the application is using the Spring framework, so I thought they’d work together. [ulr=http://www.interface21.com/pitchfork]Pitchfork Homepage[/url]
Annotations are just like classes. You need to make sure that the libraries (JARs) that contain them are in your build path, then using @Resource will create an import for the Resource annotation for you.
Also you need to make sure your project has Java 5 compiler settings turned on (under project preferences, under Java compiler) and make sure you have atleast Java 5 JRE added to your project’s build path (under Project Properties > Java Build Path > Libraries).
Thanks – that help out a lot. I know I was compiling w/Java 5 because I was using generics and other spring annotations, but I didn’t have the MyEclipse ‘Java EE 5 Libraries’ in my build path.