Java Error Testing

Howdy yall....Anyone know if there is a way to test to see if your java application is running without error? dor-
[135 byte] By [huntingalnmoa] at [2007-10-2 7:16:53]
# 1
* Prepare a test plan which will cover all the paths of execution. this will include the execution in cases of exceptions.* Execute the steps in the test plan.
aniseeda at 2007-7-16 20:51:49 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

Hi,

I suggest you to use JUnit which will enable to test almost every logical statement. Using JUnit pretty easy just need to download it(it is jar file) and put it in the classpath and go through the docs. If you are using any IDE check for JUnit most of the IDEs provide Junit as a part of it.

Ashok.

ashok_chavaa at 2007-7-16 20:51:49 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
i get a reset or black screen when i try to get into the gameroom.
pops194823a at 2007-7-16 20:51:49 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...