How can I see line numbers in a stack trace using JDK 1.1.6?
[*] From JDK 1.1.5 on (i.e. JDK 1.1.6, JDK 1.2) the stack trace of an uncaught exception no longer has source code line numbers. It only says “(Compiled Code)”. To see the line numbers where your program throws an exception, use the command line argument in JDK 1.2: java -Djava.compiler=NONE myapp This info is well-concealed in the release note at: http://java.sun.com/products/jdk/1.2/changes.