Hi,
I need to locate the path of the file - rampart.mar which I have placed in the folder <proj>/lib
To locate the path at runtime, I tried executing the command :
It fails!
I realised that since my output folder in eclipse is set to build/classes , all the resource files that are placed under the src folder can be read in the above manner ,since post compilation they will be present in the folder build/classes.
How can I read the 'rampart.mar' file which is more of a runtime dependency jar?
Hope to hear from someone on this
Thank you!!