<div dir="ltr" style="text-align: justify;">
<div dir="ltr" style="text-align: justify;">
<div style="text-align: justify;">In the <b><a href="https://dineshonjava.com/2013/02/how-to-install-maven-in-windows.html" target="_blank" rel="noopener">last tutorial</a> </b>, we have learnt to install maven in our window system. In this tutorial we will learn how to configure our IDE for maven.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">In order to use maven with eclipse you must have maven installed on your operating system.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"><b>Follow below steps to configure your Eclipse.</b></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"><b>Step 1: </b>Open your eclipse and navigate to help tab and then navigate to eclipse marketplace.</div>
<div style="text-align: justify;">
<div id="ads-id" align="center"></div>
</div>
<div style="text-align: justify;"><b>Step 2:</b> Once you reach the eclipse marketplace a pop-up will open and in search option search for</div>
<div style="text-align: justify;"> &#8220;maven&#8221;, like indicated in below diagram.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"><b>Step 3:</b> You will get many options , but choose for options indicated in the diagram and click on install button.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"><b>Step 4 :</b> If everything will be fine it will do some processing and will ask to restart the eclipse.</div>
<div class="separator" style="clear: both; text-align: center;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div class="separator" style="clear: both; text-align: justify;"><img src="https://dineshonjava.com/wp-content/uploads/2016/06/mvn_eclipse.png" width="640" height="530" border="0" /></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Step 5: Verify the installation of maven in eclipse, to verify the installation navigate as stated in pic.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2016/06/mvns_ecl.png" width="320" height="274" border="0" /></div>
<div style="text-align: justify;"></div>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2016/06/mvns-ecl.png" width="320" height="308" border="0" /></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">After clicking on the other option, a pop up will pop with search option.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">In Search option write maven you will get some option related with maven.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">If you do not get options related with maven then you need to check the installation again.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">To re-verify first check the installation of maven on windows operating system</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">If you can find maven option (as stated in pics)in eclipse means your IDE is configured with the maven.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;"><b>In next tutorial we will learn to create new project in eclipse using maven and some deep insight about maven.</b></div>
<div style="text-align: justify;"></div>
</div>
<p> ;</p>
</div>
<div class="wp-post-navigation"> 
									 <div class="wp-post-navigation-pre"> 
									 <a href="https://dineshonjava.com/create-new-project-using-maven-in/">Previous</a> 
									 </div> 
									 <div class="wp-post-navigation-next"> 
									 <a href="https://dineshonjava.com/maven-tutorial-for-beginners-eclipse/">Next</a> 
									 </div> 
									</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
 $.post('https://dineshonjava.com/wp-admin/admin-ajax.php', {action: 'mts_view_count', id: '149'});
});
</script>
Strategy Design Patterns We can easily create a strategy design pattern using lambda. To implement…
Decorator Pattern A decorator pattern allows a user to add new functionality to an existing…
Delegating pattern In software engineering, the delegation pattern is an object-oriented design pattern that allows…
Technology has emerged a lot in the last decade, and now we have artificial intelligence;…
Managing a database is becoming increasingly complex now due to the vast amount of data…
Overview In this article, we will explore Spring Scheduler how we could use it by…