I 'm trying to run a simple java program but I keep getting a NoClassDeffoundError. My directory structure is as follows;
/src/atlasAPI/AtlasService.java
/src/DatabaseClient.java
/lib/<some jar files>
/bin/DatabaseClientTest.class
/bin/AtlasService.class
The DatabaseClientTest class has the main method.
How do I run the program from the command line?