NoClassDefFoundError
Here's the scenario: I have a java application residing on a networked server. It has been running fine from numerous machines and continues to do so on all but two machines. An application was installed on these two machines and then the java App starts getting NoClassDefFoundError errors. I have un-installed and re-installed the JRE several times with no results. Lastly, I installed the full JDK with the same results. I've even moved the class files locally and get the same error. HELP! I'm out of ideas.
Specs:
OS - Windows XP version 5.1.2600
JRE version: JRE1.4.2_12 (other previous versions tried as well)

