03-22-07 12:31 PM
I use Thread.currentThread().getContextClassLoader().getResources("") to det
ermine what's installed and loaded on my server and, therefore, what functio
nality is available to the end user.
Since upgrading to 6.1, instead of getting a proper path to a file, I get a
reference to "bundleresource://22/" - how do I resolve this into a proper UR
L?
Thanks in advance
[ Post a follow-up to this message ]
|