| Author |
Help please: access .xsd inside a jar
|
Denis Wang
Ranch Hand
Joined: Jan 23, 2004
Posts: 81
|
|
Hello, all, I use the following code to access my schema URL schemaURL = getClass().getClassLoader().getResource(schemaString); This code works fine in my IDE. But when i deploy the project and jar up the xsd file, this line returns null. Any ideas? thanks a lot!
|
 |
 |
|
|
subject: Help please: access .xsd inside a jar
|
|
|