Reading xml file which is in a JAR file
i have a jar with class files and xml files in it. my application uses this jar and a particular class has a link to the xml. but while compiling, it shows path not found. the application couldnt read the xml file in the jar. how to set the path or read the xml file
XML file in JAR:
SQLMaps/admin/sample.xml [folder structure inside the jar file]
my application has a path like SQLMaps/admin/sample.xml
but how do we point to the xml file in the jar
Regards
Pradheep
C ya
PraDz
|