ApplicationContext ctx = new FileSystemXmlApplicationContext error
- by GigaPr
Hi I am completely new to Java, so sorry if my question may sound a bit stupid.
I am following a tutorial on hibernate and i am trying to get the context definition files from the file system.
ApplicationContext ctx = new FileSystemXmlApplicationContext(
new String[] { "conf/rssWebApplication-services.xml",
…