Pegar .dll no classpath

to tentando fazer isso para pegar uma .dll no meu SRC, classpath
mas não consigo pegar

URL url = SimpleTest.class.getResource("//jRegistryKey.dll"); RegistryKey.initialize(url.getFile());

alguem pode me ajudar ?