----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
On Fri, 17 Dec 1999 [EMAIL PROTECTED] wrote:
> when I compile the code under OBfuscation, Jserv raises an exception:
>
> [17/12/1999 13:49:48:140 PST] java.lang.VerifyError
> at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java:320)
> at org.apache.jserv.JServConnection.run(JServConnection.java:188)
> at java.lang.Thread.run(Thread.java:466)
>
>
> Is it a bug?
VerifyError looks like obfuscate made some illegal changes to the
.class'es, and that the vm detected this (correctly or not). I'm putting
my money on obfuscate or the vm ...
Does it work when you don't obfuscate? If so then I can't see how it could
be jserv's fault.
/Urban
--
--------------------------------------------------------------
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]