Yes, I am sure I pointed to the correct .class file. I also use the find in TestStand to make sure that I have changed all the occurence of "Java Class to load".
The error dialog said:
Details: Error executing substep 'Post'
Cannot find class
Error Code: -1500; User-defined error code
Location: Step 'Get Power On' of sequence 'MainSequence' in 'Computer3.seq'
It is interesting that I do not meet any error dialog when I run the Computer.java example. I changed some code in the Computer.java as I described in the previous messages and recomplie the class. I also point to the updated .class file in TestStand. Then I will see the error dialog. This problem is not solved even after I close down and restart TestStand. (I guess there might be memeory leaking problem since I saw memory leaking warning when closing TestStand).
Could this problem relate to the class loader issue? if so, how should I config the TestStand to load the class properly?
I appreciate your help and looking forward to your suggestion.