Hi, I am looking for a way to access a file packaged in an AAR, as a java.io.File object.
I use third party API that accepts only a 'file path' that is used to create a java.io.File object. Unfortunately they dont have any API accepting InputStream or URL. Now, given that I package all my configurations in the AAR, is there a way to generate a "file path" that I can supply to these third party API? Any help is appreciated. thanks! Sowmi -- View this message in context: http://www.nabble.com/Accessing-a-file-in-AAR-tp16787898p16787898.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
