Hi,
I'm trying to get a resource from the classpath. I use the method  : 
myUrl = this.getClass().getClassLoader().getResource(oneResource).
and i'm sure that OneResource is present in the classpath.
This works fine in JDevelopper embeded OC4J.
But when i deploy the application in TOMCAT it gives me null.
What can i do?
Thanks
Mehdi

Reply via email to