Mick Sullivan wrote:
> 
> Hi all
> Everytime I load a certain JSP page in my application I get a Java alert box
> saying:
> "This program has performed an illegal operation and will be shutdown.   If
> the problem persists, contact the vendor"
> There is a 'details' button with loads of Machine code in it.
> When I press the 'close' button the Tomcat window shuts down :-(
> I just want to know if this a known bug in Tomcat or has it something to do
> with my code,
> Thanks in advance, Mick

Straight Java code can't perform an illegal operation -possibilities
are:
1) your code calls a native method that has a bug
2) your JVM has been damaged

Reply via email to