Exporting Standalone Console Applications

  1. Click Export > Standalone Console Application. The Export Standalone Java application dialog box opens.
  2. Type a name for the exported standalone console application into the File name text box.
  3. Click Browse ... next to the Directory text box and select the destination directory for the standalone console application.
  4. Click OK. A JAVA and a BAT file are saved to the current project directory by default.
  5. Open a command prompt in the folder to which you have exported the standalone console application.
  6. Run <project name>.bat, where <project name> is the name of your current Java Explorer project.
  7. Check the status information which is listed in the command window.