brownie124
Programmer
Guys, I am getting the following error when I try to run my program from a jar file. Note: this is not the main class. I created my jar file specifying a manifest which specifies Main-Class. That works great. However, I am not able to get any further. The very next class that it tries to instantiate, I receive the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: foo
Thanks,
- Brownie
Exception in thread "main" java.lang.NoClassDefFoundError: foo
Thanks,
- Brownie