Hello, I am facing a problem while debugging in eclipse. I keep getting pop-up Exception processing async thread queue java.lang.NullPointerException
Does anyone know what the exact problem is?
Thanks Yogesh
Hello, I am facing a problem while debugging in eclipse. I keep getting pop-up Exception processing async thread queue java.lang.NullPointerException
Does anyone know what the exact problem is?
Thanks Yogesh
What version of Eclipse are you using? What are you debugging, a simple Java SE application?
Well, it sounds like the problem is either from trying to dereference a null pointer, or there's a timing problem related to use of multiple threads.
Can you provide any more information beyond the error window text?
The problem was with the expressions watching while debugging. If those old expressions are not removed, it just keeps evaluating them and since they don't exist for current program, they keep throwing null pointer exception.
thanks yogsma... i was getting the same exception and i removed all the old expressions from Expressions window and it is working fine now
I had the same error but after following on of the solution in thread i managed to fix the error. I removed the expression list, i was watching, and debugged again. it worked fine. Thanks
hai here i have a problem with progressbar when i change the status of the bar in tha programe it doest not raect immmediatly..but after finishing my process it suddenly complete 100% and says finshed.how to slove it