Tauren Mills wrote:
> 
> I'm having a problem with a VerifyError occuring when I try to run an
> application with JDK1.2pre-v2 under the JRun 2.3.1 Servlet engine.  The
> application and supporting class files have not changed.  Neither has the
> JRun installation.  The only thing I have changed is to move from JDK1.1.7
> to 1.2pre-v2.  When I do this, this exception occurs:
> 
> { (Could not pre-load servlet 'se'.) java.lang.VerifyError: (class:
> twz1/jdbc/mysql/jdbcMysqlBase, method: isMultipleQuery signature:
> (Ltwz1/jdbc/mysql/jdbcMysqlConnex;)Z) Illegal use of nonvirtual function
> call
>         at twz1.jdbc.mysql.jdbcMysqlDriver.<clinit>(jdbcMysqlDriver.java)
> <snip>

JDK 1.1 compilers sometimes generate code that won't verify under
1.2.

If you don't have sources for the offending class to recompile with a 
1.2 javac, the only solution I know of is to launch the VM with the 
-noverify option.

Louis
-- 

<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Louis Tribble                                         [EMAIL PROTECTED]
Metamata, Inc.                                   http://www.metamata.com
Tools for serious Java developers.                       +1 510 796 0915
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>

-- 

<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Louis Tribble                                         [EMAIL PROTECTED]
Metamata, Inc.                                   http://www.metamata.com
Tools for serious Java developers.                       +1 510 796 0915
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to