Re: Call tomorrow?

The problem is you want something more like a list of resources in a
directory, and that's apparently not possible (nope,
ClassLoader.getResources() isn't the answer). If we knew the list of
resources to retrieve, this would work.

On 6/5/07, Jo Rabin <jrabin@mtld.mobi> wrote:
> I probably don't understand the problem, but can't you do
>
> this.getClass().getClassLoader().getResourceAsStream("whatever");

Received on Tuesday, 5 June 2007 15:00:30 UTC