Java Project + Gradle + Eclipse Integration Example
July 26, 2014 In this page, we will learn using Gradle in our project from scratch. We will see how to install plugin in eclipse for Gradle and installation of Gradle binary in OS. We will see how to write Gradle script to create JAR and WAR. We will run the Gradle command to configure classpath in eclipse. We will see all these step by step. Software Dependency In our demo to run a simple java program building with Gradle , we are using below softwares. 1. JDK 6 2. Eclipse Juno Integrate Gradle Plugin in eclipse To integrate Gradle in eclipse go to Help->Eclipse Marketplace and search for Gradle. Install Gradle Integration for Eclispe. Find the below figure. Select the required software and click next. Follow all the steps, restart the eclipse and go to Window -> Preferences . Search for Gradle, if found it means you have successfully installed the Gradle plugin in eclipse. Install Gradle Binary in OS You also need to download Gradle binary and install into your system.Read full article from Java Project + Gradle + Eclipse Integration Example
No comments:
Post a Comment