Updated on 2022-07-11 GMT+08:00

Compiling and Running an Application

Scenario

Run an application in the Windows OS after code development is complete.

If the IBM JDK is used in the windows OS, applications cannot be directly run in the windows OS.

Procedure

In a development environment (such as IntelliJ IDEA), choose the following two projects separately and run the projects:
  • Choose UserManager.java and right-click the project and choose Run 'UserManager.main()' from the shortcut menu to run the project.
  • Choose ExportUser.java and right-click the project and choose Run 'ExportUser.main()' from the shortcut menu to run the project.