On Thu, Mar 6, 2008 at 8:07 PM, Oliver Brinzing <[EMAIL PROTECTED]> wrote:

Hi,

>  i try to load some *.xsd files for schema validation out of a jar file.

.xsd is in the same .jar file as your extension? If yes,
getClass().getResource( "/path/in/my/jar/something.xsd" ) should work.

-- 
Robert Vojta

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to