March 2018
Intermediate to advanced
380 pages
9h 23m
English
Now, let's start the application and see the output. There are multiple ways to run the application:
Let's start the application using the Gradle task. If you want to run the application directly in the IDE, just open the main app file StoreApp.java mentioned earlier, right-click, and choose Run 'StoreApp'.
To start the application via Gradle, open a terminal/command line and navigate to the application folder. Then, execute the Gradle command as follows (if you are on windows, execute ...