----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------
> java.lang.UnsatisfiedLinkError: encPwdInDb
> at org.apache.jserv.JServConnection.processRequest(Compiled Code)
> at org.apache.jserv.JServConnection.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
>
> Does anyone know What could be the problem ?
could you please try something for me?
On line 246 in org.apache.java.lang.AdaptiveClassLoader, add a "true" to the
end?
It should look like this:
return loader.loadClass(v.getName(), true);
then, recompile and re-create the .jar file.
your help and feedback here is GREATLY appreciated.
thanks,
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]