dev@glassfish.java.net

Re: Way to access files in META-INF of ejb modules

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Mon, 22 Jan 2007 12:27:29 -0800

Hong Zhang wrote:
> Hi, Marek
> If you just want to read in the contents of the file, I think you
> could use use the java.lang.ClassLoader method getResourceAsStream API?

Or the corresponding Class methods.