"Rossell, Jill" wrote:
> 
> Hi,
> 
>         I'm trying to debug an app and I'm having trouble setting a
> breakpoint.  Each time I set
> a breakpoint I get the following error:
> 
> No code at line ###, or class is optimized.
> 
> I am compiling with -g option.
> 
> Any Ideas?

You need to turn off the JIT compiler (via setenv JAVA_COMPILER NONE or
the like on your system).

Reply via email to