java - JVM can't find custom ClassLoader -
i have created custom java classloader can't jvm load it. i'm getting classnotfoundexception when launch application. jar contains code added classpath argument jvm. wondering if have jar in correct place...do classloaders added here? know application code gets added classpath, 1 argue if custom classloader application code or internal jvm. so, ideas?
edit:
ok, after thinking more, think may asking jvm circular. classloader have created system class loader. these class loaders ones search classpath classes load...but have put class loader there! so, if i'm correct, custom class loaders go?
Comments
Post a Comment