One of hundreds of answers available with our premium content service.
A: One way to ensure your compiler can locate any package it may require is to pass its path to the compiler explicitly using the -classpath argument, see the exmaple below.
… full answer hidden
Premium members click below for full answer
How can I ensure my compiler will locate the SAX package?