Unknown Source in Stack trace

2002-11-15 Thread Affan Qureshi
When there is an exception in the servlet the stack trace shows (Unknown Source) for the line number in my classes. How can I fix this to make it show my source line nos? I guess this is a jdk problem? Thanks. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Unknown Source in stack trace??

2002-01-29 Thread Liu, Xiaoyan
Hi, Can anyone tell me why exception.printStackTrace() sometimes does not show the line number in java code, but instead displays 'Unknown Source'?? THis is very annoying for debugging. thanks. Liu