On Mon, 20 Oct 2003, Shapira, Yoav wrote:

|
| Howdy,
| You compiled it without debug enabled in javac.

It usually show line# anyway, but actual debugging is pretty limited when
not compiled with debug.

I'd assume that it was "JIT'ed away" - the Just In Time compilation have
made the original line# unavailable - some JVM's write "compiled code"
instead for the "Unknown source".

Also, if it have been obfuscated by some external program, the line#
information is removed, deliberatly.

Endre.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to