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