I am trying this above example , but running this IbatisExample.java I am getting ,
Could not find resource SqlMapConfig.xml
at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:84)
at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:69)
at com.ibatis.common.resources.Resources.getResourceAsReader(Resources.java:133)
at JavaFile.IbatisExample.main(IbatisExample.java:15)
pls give me the solution
i m trying to run this program bt i getting error as "Exception in thread "main" java.io.IOException: Could not find resource SqlMapConfig.xml"
Can anyone tell me wat ll b the directory structure...or what is the issue?
Could not find resource SqlMapConfig.xmlSubrata kumar Mohapatra April 20, 2011 at 10:50 AM
I am trying this above example , but running this IbatisExample.java I am getting , Could not find resource SqlMapConfig.xml at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:84) at com.ibatis.common.resources.Resources.getResourceAsStream(Resources.java:69) at com.ibatis.common.resources.Resources.getResourceAsReader(Resources.java:133) at JavaFile.IbatisExample.main(IbatisExample.java:15) pls give me the solution
ibatis example to retrieve data from databasedipali January 30, 2012 at 2:57 PM
i m trying to run this program bt i getting error as "Exception in thread "main" java.io.IOException: Could not find resource SqlMapConfig.xml" Can anyone tell me wat ll b the directory structure...or what is the issue?
Post your Comment