Hi Robert,

.xsd is in the same .jar file as your extension? If yes,

yes it's inside the extension ...

getClass().getResource( "/path/in/my/jar/something.xsd" ) should work.
i just found:

InputStream is = this.getClass().getClassLoader().getResourceAsStream(file);

anyway, i still do not understand why ClassLoader.getSystemResource(file);
does not work inside an extension ...

thanks

Oliver

--

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to