
February 28th, 2006, 11:41 AM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 8
Time spent in forums: 2 h 3 m 44 sec
Reputation Power: 0
|
|
|
Path to file in JAR
Hi,
I've got xml files in my source folder which I want to add to a JAR file. However when I added them to the JAR and put add the JAR to the build path, the paths which previous pointed to these files now throw "file not found" exceptions. Therefore the path that throws the error is
url="/WEB-INF/src/definition.xml"
I'm just wondering what should I change the path to so that it can reference my xml file in the JAR
Thanking you in advance
Mike
|