Java App ReadMe. ******************** Keep all the extracted files in one directory to execute the App. You must have a Java interpreter for your environment, for PC's this is the java.exe file. To start the test app, pass the main class name, OrderEntryFrameType as an argument to the java interpreter, e.g. for PC's: java OrderEntryFrameType Remember to fully qualify the directory information if java exe is not in the same directory as the app: c:\java\bin\java d:\code\app\OrderEntryFrameType Syntax is essential. Java IS case sensitive, even if your operating environment e.g. DOS/Windows is not. The .class extension is not to be entered.