Run Errors
This page lists possible reasons for errors that the Run Dialog can generate.
If a ClassNotFoundException is thrown, then the main class could not be found.
Possible reasons for this are the following:
- The Class containing main() field in the Run Dialog was entered incorrectly.
- The CLASSPATH for the target JVM is set wrong. Verify that the CLASSPATH
in the Target Info Dialog is what you expected.
The CLASSPATH can be set explicitly in the Run Dialog or through the standard OS
method (e.g. the CLASSPATH environment variable) for the target JVM.
If a VMStartException is thrown, then the target JVM could not be
started correctly. Possible reasons for this are the following:
©2001-2010. debugtools.com LLC. All rights reserved.