Create and run the first Gradle java project in IntelliJ Idea Community Edition | Tutorial Part-1

This is tutorial part 1. In this tutorial, we will see how to create and run a Gradle Java project in the IntelliJ IDEA community edition. I tried to explain everything in detail for better understanding for beginners.   * Create/set up a Gradle project with Java and discuss on few additional important/useful points.   … Read more

How to execute java .jar file from command line?

Step 1: First go windows start button and click and type cmd in search box. Step 2: then select cmd.exe from list and open it.     Step 3: Use following command to navigate to location where you have .jar placed.              cd <folder path> then press enter.   Then you have to … Read more