<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CodeBind.com</title>
	<atom:link href="http://www.codebind.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebind.com</link>
	<description>Free Programming Tutorials and Lessons By ProgrammingKnowledge</description>
	<lastBuildDate>Sat, 03 Dec 2022 22:44:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.14</generator>

<image>
	<url>http://www.codebind.com/wp-content/uploads/2016/05/cropped-Drawing-6-32x32.png</url>
	<title>CodeBind.com</title>
	<link>http://www.codebind.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introduction to Bash Scripting</title>
		<link>http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introduction-to-bash-scripting</link>
					<comments>http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/#respond</comments>
		
		<dc:creator><![CDATA[Jeeukrishnan Kayshyap]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:41 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bash scripting]]></category>
		<category><![CDATA[linux command line]]></category>
		<category><![CDATA[Linux commands]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4204</guid>

					<description><![CDATA[<p>In this blog we will see how we can create our script in Linux and we will also see how <a class="mh-excerpt-more" href="http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/" title="Introduction to Bash Scripting">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/">Introduction to Bash Scripting</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog we will see how we can create our script in Linux and we will also see how we can execute our script and we will learn how we can write our first <em>&#8216;hello world&#8217;</em> script . A script is a text file that contains a sequence of command for our Linux based operating system . First of all lets open our terminal , We can press<em>&nbsp;ctrl+alt+&nbsp;</em>t to do this .<br><br>1.We will use our Nano editor or creating a script so for creating a script you just need to write Nano and then the script name .Basic Command : <code>$nano script_name.sh</code></p>



<p><br><br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-1024x576.png" alt="" class="wp-image-4207" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-27.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-1024x576.png" alt="" class="wp-image-4208" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-13-24.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p></p>



<p>2.First line which you write in a script is :<code> #!</code>bash_location  . It&#8217;s a good practice to use this which is called hash Bank and then the location of your bash . To get the location of your bash . Command : <code>$which bash</code> .<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-1024x576.png" alt="" class="wp-image-4209" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-22-31.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>So now first line will look like :<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-1024x576.png" alt="" class="wp-image-4210" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-23-59.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>As script is a sequence of commands so we can normally write <em>ls -l </em>for long listing .<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28.png"><img loading="lazy" width="1024" height="583" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28-1024x583.png" alt="" class="wp-image-4211" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28-1024x583.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28-300x171.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28-768x438.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28-1536x875.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-26-28.png 1848w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>3.To execute it one  need to give the execute permission to the script but we  can check , without giving the permission let&#8217;s see what happens so to execute a script you just need to write dot forward slash and then the name of your script . Command : <code>$./script_name.sh</code><br><br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-1024x576.png" alt="" class="wp-image-4212" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-31-31.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>To provide permission we can use the command :<code> $ chmod +x script_name.sh</code> .Now this will change the permission of a file to the execution so you can execute this script by giving this permission . Now you can execute the script file :<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-1024x576.png" alt="" class="wp-image-4213" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-34-00.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>So when you execute this , it gives you the long listing of files .<br></p>



<p>4.With this scripting you can execute all sequence of command not only one command .For example we can do<em> ls </em>and then  let&#8217;s <em>echo hello world </em>.<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-1024x576.png" alt="" class="wp-image-4214" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-37-41.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>Now when you execute :<br></p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-1024x576.png" alt="" class="wp-image-4215" srcset="http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/02/Screenshot-from-2022-02-02-20-38-09.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>Scripting is much advanced than this so it has a functions and it has loops and if conditions etc.<br><br>This is about the introduction to Bash Scripting .<br></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/">Introduction to Bash Scripting</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/linux-tutorials/introduction-to-bash-scripting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Basic Group Management (groups, groupadd, groupdel)</title>
		<link>http://www.codebind.com/linux-tutorials/basic-group-management-groups-groupadd-groupdel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basic-group-management-groups-groupadd-groupdel</link>
					<comments>http://www.codebind.com/linux-tutorials/basic-group-management-groups-groupadd-groupdel/#respond</comments>
		
		<dc:creator><![CDATA[Jeeukrishnan Kayshyap]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[group management]]></category>
		<category><![CDATA[groupadd]]></category>
		<category><![CDATA[groupdel]]></category>
		<category><![CDATA[linux command line]]></category>
		<category><![CDATA[Linux commands]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4242</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="http://www.codebind.com/linux-tutorials/basic-group-management-groups-groupadd-groupdel/">Basic Group Management (groups, groupadd, groupdel)</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The post <a rel="nofollow" href="http://www.codebind.com/linux-tutorials/basic-group-management-groups-groupadd-groupdel/">Basic Group Management (groups, groupadd, groupdel)</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/linux-tutorials/basic-group-management-groups-groupadd-groupdel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Connect Bluetooth Headphones to Laptop</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-connect-bluetooth-headphones-to-laptop</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:16 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4765</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of connecting Bluetooth headphones to a laptop in your Windows <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/" title="How to Connect Bluetooth Headphones to Laptop">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/">How to Connect Bluetooth Headphones to Laptop</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of connecting Bluetooth headphones to a laptop in your Windows 11 Operating System.&nbsp;</p>



<p>1. In the image provided below, you can see the Bluetooth headset.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-1024x576.png" alt="" class="wp-image-4767" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1900.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. For connecting your Bluetooth headset, you need to click the arrow icon in the taskbar and click the Bluetooth icon.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-1024x576.png" alt="" class="wp-image-4768" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1901.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. If you don&#8217;t see that icon, you can also search for that icon by clicking on the search icon. In the search icon, you should search for the settings app. Once the settings app opens, click on Bluetooth and devices on the left-hand side. Turn on your Bluetooth. Click on the view more devices option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-1024x576.png" alt="" class="wp-image-4769" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1902.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. Click on add device option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-1024x576.png" alt="" class="wp-image-4770" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1903.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. From the list of options provided, select the Bluetooth option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-1024x576.png" alt="" class="wp-image-4771" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1904.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. Windows will detect the Bluetooth device.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-1024x576.png" alt="" class="wp-image-4772" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1905.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. If you don&#8217;t want to add a device, you can directly click on the Bluetooth icon in the taskbar and click on show Bluetooth devices. It will redirect you to the same location. Or you can directly click on Add a Bluetooth device. Again the same set of steps will be repeated.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-1024x576.png" alt="" class="wp-image-4773" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1906.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. Click on that device. It will start to connect.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-1024x576.png" alt="" class="wp-image-4775" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1907.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. Once the device is connected, you can start using it.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-1024x576.png" alt="" class="wp-image-4774" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1908.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. You can test it by playing any video on your Windows 11 Operating System.&nbsp;</p>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Connect Bluetooth Headphones to Laptop (Windows 11)" width="678" height="381" src="https://www.youtube.com/embed/_EiRAfMNfyk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for connecting Bluetooth headphones to a laptop in your Windows 11 Operating System.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/">How to Connect Bluetooth Headphones to Laptop</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-connect-bluetooth-headphones-to-laptop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Eclipse 2021 -09 with Java on Windows 11</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-eclipse-2021-09-with-java-on-windows-11</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:12 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4777</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of installing eclipse 2021 -09 with java on your Windows <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/" title="How to Install Eclipse 2021 -09 with Java on Windows 11">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/">How to Install Eclipse 2021 -09 with Java on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of installing eclipse 2021 -09 with java on your Windows 11 Operating System. Since it&#8217;s a java-based IDE, you should have java installed in your Windows 11 Operating System.&nbsp;</p>



<p>1. Before the installation, we need to check whether java is installed or not. Click on the search icon and search for cmd.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/1-1024x576.png" alt="" class="wp-image-4779" srcset="http://www.codebind.com/wp-content/uploads/2022/04/1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Once the command prompt opens, type java -version and press enter. If you see this kind of message which is displayed in the image below, then java is not installed in your Windows 11 Operating System.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/2.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/2-1024x576.png" alt="" class="wp-image-4780" srcset="http://www.codebind.com/wp-content/uploads/2022/04/2-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/2-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/2-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/2-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/2.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. To install java, open a web browser of your choice and search for java JDK download. Click on the first link.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/3.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/3-1024x576.png" alt="" class="wp-image-4781" srcset="http://www.codebind.com/wp-content/uploads/2022/04/3-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/3-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/3-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/3-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/3.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. Once the link opens, scroll down and click on Windows. Then click the link next to x64 Installer. It will start to download.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/4.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/4-1024x576.png" alt="" class="wp-image-4782" srcset="http://www.codebind.com/wp-content/uploads/2022/04/4-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/4-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/4-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/4-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/4.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. Once the download is complete, click on the exe file and minimize the browser. It will show a warning. Click on Yes.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/5.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/5-1024x576.png" alt="" class="wp-image-4783" srcset="http://www.codebind.com/wp-content/uploads/2022/04/5-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/5-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/5-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/5-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/5.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. In the installer window, click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/6.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/6-1024x576.png" alt="" class="wp-image-4786" srcset="http://www.codebind.com/wp-content/uploads/2022/04/6-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/6-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/6-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/6-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/6.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. This will be the location where java will be installed. If you want to change the location, then click on the Change option. I am going to leave it as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/7.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/7-1024x576.png" alt="" class="wp-image-4789" srcset="http://www.codebind.com/wp-content/uploads/2022/04/7-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/7-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/7-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/7-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/7.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. It will start the installation process. It will display the installation successful message. Click Close on that window.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/8.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/8-1024x576.png" alt="" class="wp-image-4787" srcset="http://www.codebind.com/wp-content/uploads/2022/04/8-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/8-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/8-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/8-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/8.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. Now, open File Explorer and go to the location where java is installed. Click on the java folder.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/9.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/9-1024x576.png" alt="" class="wp-image-4784" srcset="http://www.codebind.com/wp-content/uploads/2022/04/9-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/9-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/9-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/9-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/9.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. To set the environment variable for java, click on the search icon and type Edit Environment and click on the search result.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/10.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/10-1024x576.png" alt="" class="wp-image-4785" srcset="http://www.codebind.com/wp-content/uploads/2022/04/10-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/10-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/10-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/10-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/10.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. It will open this kind of window. Click on the path under system variables. Then, click on Edit. Here, you need to add the path. Go to the bin folder and copy the path. You can either double click or click on New. Then, paste the path. Press Enter. It will add the path. Then, click on Ok. Some applications need java home environment variables.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/11.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/11-1024x576.png" alt="" class="wp-image-4788" srcset="http://www.codebind.com/wp-content/uploads/2022/04/11-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/11-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/11-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/11-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/11.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>12. To set a home environment variable, you need to click on the New under the user variable section.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/12.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/12-1024x576.png" alt="" class="wp-image-4792" srcset="http://www.codebind.com/wp-content/uploads/2022/04/12-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/12-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/12-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/12-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/12.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>13. Here, you need to provide the variable name as JAVA_HOME and the variable value will be the folder. Just copy the path to the JDK folder and don&#8217;t go inside the bin folder. Paste that path into a variable value. Click on Ok.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/13.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/13-1024x576.png" alt="" class="wp-image-4790" srcset="http://www.codebind.com/wp-content/uploads/2022/04/13-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/13-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/13-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/13-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/13.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. Once you have installed java and the environment variable, you can view java in the command line. Click on the search icon and type cmd. Once the command prompt window opens, type java -version and press enter. You will be able to see the latest version of java.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/14.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/14-1024x576.png" alt="" class="wp-image-4791" srcset="http://www.codebind.com/wp-content/uploads/2022/04/14-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/14-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/14-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/14-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/14.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>15. To compile a java file, you need to use the javac command. Type javac -version and press enter. You will be able to see the javac version on the screen.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/15.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/15-1024x576.png" alt="" class="wp-image-4793" srcset="http://www.codebind.com/wp-content/uploads/2022/04/15-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/15-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/15-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/15-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/15.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>16. Now, open a web browser of your choice and search for eclipse ide. Click on the first link.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-1024x576.png" alt="" class="wp-image-4794" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1909.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>17. Once the link opens, click on the download button at the top.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-1024x576.png" alt="" class="wp-image-4795" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1910.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>18. It will redirect you to another page. Scroll down and click on the download button for 64 bit.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-1024x576.png" alt="" class="wp-image-4796" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1911.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>19. It will redirect you to another page. Click on the download button on that page. It will start to download.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-1024x576.png" alt="" class="wp-image-4797" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1912.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>20. Once the download is complete, click on the exe file and minimize the browser. When the eclipse installer starts, you need to select the purpose for which you are installing. I am going to select the first option which is for java developers.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-1024x576.png" alt="" class="wp-image-4798" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1913.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>21. Since I have already installed java in my Windows 11 operating System eclipse will recognize that path. This will be the location where it will be installed. If you want you can change the path. Then click on the Install button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-1024x576.png" alt="" class="wp-image-4811" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1914.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>22. In the license agreement window, click on Accept Now button. It will start the installation.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-1024x576.png" alt="" class="wp-image-4799" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1915.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>23. When it is successfully installed, click on the Launch button. A shortcut will also appear on your desktop.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-1024x576.png" alt="" class="wp-image-4800" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1916.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>24. When you start eclipse ide for the first time, it will ask you to provide the workspace folder. If you want you can change the default folder by clicking on the Browse option. I am going to leave it as default. So, check that checkbox and click on the Launch button.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-1024x576.png" alt="" class="wp-image-4801" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1917.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>25. Eclipse IDE will look like this. Click on Create a new java project. Click on minimize button to minimize the welcome window. Close the donate tab. Click on create a java project.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-1024x576.png" alt="" class="wp-image-4802" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1919.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>26. You have to provide a name for your java project. I am going to name the project hello. This will be the default location where it will be saved. If you have installed Java JDK separately, you can choose the second option under JRE. For the JDK version, select 17. I am going to leave the project layout as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-1024x576.png" alt="" class="wp-image-4803" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1920.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>27. In the next window, I am going to leave everything as default and click on the Finish button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-1024x576.png" alt="" class="wp-image-4804" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1921.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>28. In the module name, I am going to leave it as default. Check the checkbox and click on Create.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-1024x576.png" alt="" class="wp-image-4805" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1922.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>29. It will create a project for you. I am going to remove the java file as I am going to create my own java class. Right-click and click on New Class.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-1024x576.png" alt="" class="wp-image-4806" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1923.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>30. I am going to name the class Hello. The modifier will be public. For the method, I am going to choose a public static void main. Then, click on Finish.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-1024x576.png" alt="" class="wp-image-4807" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1924.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>31. If you want to change the font size, click on Window and preferences. Here, you need to click on general and select appearance. Expand that option and click on colors and fonts. From here, click on Java and click on java editor text font. Then, click on Edit.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-1024x576.png" alt="" class="wp-image-4809" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1926.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>32. It will allow you to change the font and font size. After changing it, click on Apply.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-1024x576.png" alt="" class="wp-image-4808" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1925.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>33. Now the font size has been increased. I am going to write a very simple code. After writing the code, click on the Run Hello.java icon. It will run your code. The output will be displayed.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-1024x576.png" alt="" class="wp-image-4810" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1927.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Install Eclipse 2021-09 with Java 17 on Windows 11" width="678" height="381" src="https://www.youtube.com/embed/U8Jk7iiUN78?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for installing Eclipse 2021-09 with Java 17 on Windows 11 Operating System.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/">How to Install Eclipse 2021 -09 with Java on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-install-eclipse-2021-09-with-java-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Download and Install MongoDB 5 on Windows 11</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-download-and-install-mongodb-5-on-windows-11</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:08 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4813</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of downloading and installing MongoDB 5 on your Windows 11 <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/" title="How to Download and Install MongoDB 5 on Windows 11">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/">How to Download and Install MongoDB 5 on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of downloading and installing MongoDB 5 on your Windows 11 Operating System.&nbsp;</p>



<p>1. Open a web browser of your choice and search for MongoDB. Scroll down and click on mongodb.com.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-1024x576.png" alt="" class="wp-image-4816" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1928.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Once the link opens, hover over the products tab and click on Community server under Community edition.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-1024x576.png" alt="" class="wp-image-4815" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1929.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. It will redirect you to the downloads page. I am going to download the MongoDB community server. I am going to install the current version. The platform is windows and the package is MSI. Then, click on the Download button. It will start to download.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-1024x576.png" alt="" class="wp-image-4817" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1930.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. Once the download is complete, click on the MSI file and minimize the browser.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-1024x576.png" alt="" class="wp-image-4818" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1931.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. In the first window, click on the Next button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-1024x576.png" alt="" class="wp-image-4819" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1932.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. In the license agreement window, accept the agreement and click on Next.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-1024x576.png" alt="" class="wp-image-4822" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1933.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. In the setup type window, choose complete setup.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-1024x576.png" alt="" class="wp-image-4820" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1934.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. In this window, choose the first radio button. If you don&#8217;t have any reason to change the data directory and log directory, leave it as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-1024x576.png" alt="" class="wp-image-4821" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1935.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. In the next window, leave the checkbox as checked and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-1024x576.png" alt="" class="wp-image-4823" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1936.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. In this window, click on the Install option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-1024x576.png" alt="" class="wp-image-4824" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1937.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. It will show a warning. Click on Yes.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-1024x576.png" alt="" class="wp-image-4825" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1938.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>12. Once the installation is finished, click on the Finish button.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-1024x576.png" alt="" class="wp-image-4826" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1939.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>13. You can check whether it is installed or not by opening the command prompt. Click on the search icon and search for cmd. Once the command prompt opens, type mongo and press enter. It will say mongo is not recognized. This is because we have not set the environment variable.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-1024x576.png" alt="" class="wp-image-4827" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1940.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. Go to the location where MongoDB is installed. Go to the bin folder and copy the path. Click on the search icon and search for environment variables. Once it opens, click on the path under system variables.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-1024x576.png" alt="" class="wp-image-4828" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1941.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>15. Click on New and paste the path. Click Ok on all the tabs.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-1024x576.png" alt="" class="wp-image-4829" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1942.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>16. Open the command prompt once again, type mongo, and press enter. This time it will show the version of mongo.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-1024x576.png" alt="" class="wp-image-4830" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1943.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>17. If you want to view all the databases then type show dbs; and press enter. It will display all the databases.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-1024x576.png" alt="" class="wp-image-4831" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1944.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>18. To create a new database you need to type use and the name of your database. I am going to name it as use mydb and press enter. Once you have created the database is created you can give the show db command and check whether the database is added or not. But still, it will not display the name of the database that you have created. This is because you have to fill your database with some documents. Then only it will display the database.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-1024x576.png" alt="" class="wp-image-4832" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1945.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>19. To fill in some data, type the command provided in the image below. It will insert the database. When you type show dbs;, it will display the newly added database.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-1024x576.png" alt="" class="wp-image-4833" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1946.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>20. To view all the collections inside your database, type show collections; and press enter. It will display all the collections inside that database.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-1024x576.png" alt="" class="wp-image-4834" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1947.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>21. To view the data or documents type the command provided in the image below. It will display all the documents. Now minimize the command prompt and go to MongoDB.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-1024x576.png" alt="" class="wp-image-4835" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1948.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>22. When you start for the first time it will display this kind of window. Click on Next in all the windows. Click on Get Started in the last window.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-1024x576.png" alt="" class="wp-image-4837" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1950.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>23. Click on start using compass.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-1024x576.png" alt="" class="wp-image-4836" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1949.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>24. To create a new database connection, click on Connect, and click on click on a new connection. To connect a database, we need a connection string. To know more about the connection string, you can click on the info icon.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-1024x576.png" alt="" class="wp-image-4838" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1951.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>25. It will redirect you to a website where you can know more about connection strings.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-1024x576.png" alt="" class="wp-image-4839" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1952.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>26. When you go to the command prompt you will be able to see the connection string. You have to copy that path and paste it into the connection string area. Once you have pasted, click on Connect.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-1024x576.png" alt="" class="wp-image-4840" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1954.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>27. It will connect you to the MongoDB server. On the left-hand side, you will be able to see all the databases.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-1024x576.png" alt="" class="wp-image-4841" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1955.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>28. When you click on the database that we have created in the command prompt, it will display the number of documents that we have created.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-1024x576.png" alt="" class="wp-image-4842" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1956.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>29. When you click on the document, it helps to visualize your data inside.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-1024x576.png" alt="" class="wp-image-4843" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1957.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Download and Install MongoDB 5 on Windows 11 (2022)" width="678" height="381" src="https://www.youtube.com/embed/Tb4gjhi5YUk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for downloading and installing MongoDB 5 on your Windows 11 Operating System.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/">How to Download and Install MongoDB 5 on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-mongodb-5-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create First Java Program in Eclipse for Java Programming Windows 11</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:44:04 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4845</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of creating the first java program in eclipse for java <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/" title="How to Create First Java Program in Eclipse for Java Programming Windows 11">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/">How to Create First Java Program in Eclipse for Java Programming Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of creating the first java program in eclipse for java programming in the Windows 11 Operating System.&nbsp;</p>



<p>1. Before the installation, we need to check whether java is installed or not. Click on the search icon and search for cmd.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/1-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/1-1-1024x576.png" alt="" class="wp-image-4847" srcset="http://www.codebind.com/wp-content/uploads/2022/04/1-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/1-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/1-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/1-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/1-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Once the command prompt opens, type java -version and press enter. If you see this kind of message which is displayed in the image below, then java is not installed in your Windows 11 Operating System.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/2-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/2-1-1024x576.png" alt="" class="wp-image-4848" srcset="http://www.codebind.com/wp-content/uploads/2022/04/2-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/2-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/2-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/2-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/2-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. To install java, open a web browser of your choice and search for java JDK download. Click on the first link.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/3-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/3-1-1024x576.png" alt="" class="wp-image-4849" srcset="http://www.codebind.com/wp-content/uploads/2022/04/3-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/3-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/3-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/3-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/3-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. Once the link opens, scroll down and click on Windows. Then click the link next to x64 Installer. It will start to download.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/4-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/4-1-1024x576.png" alt="" class="wp-image-4850" srcset="http://www.codebind.com/wp-content/uploads/2022/04/4-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/4-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/4-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/4-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/4-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. Once the download is complete, click on the exe file and minimize the browser. It will show a warning. Click on Yes.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/5-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/5-1-1024x576.png" alt="" class="wp-image-4851" srcset="http://www.codebind.com/wp-content/uploads/2022/04/5-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/5-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/5-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/5-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/5-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. In the installer window, click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/6-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/6-1-1024x576.png" alt="" class="wp-image-4852" srcset="http://www.codebind.com/wp-content/uploads/2022/04/6-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/6-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/6-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/6-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/6-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. This will be the location where java will be installed. If you want to change the location, then click on the Change option. I am going to leave it as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/7-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/7-1-1024x576.png" alt="" class="wp-image-4853" srcset="http://www.codebind.com/wp-content/uploads/2022/04/7-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/7-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/7-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/7-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/7-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. It will start the installation process. It will display the installation successful message. Click Close on that window.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/8-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/8-1-1024x576.png" alt="" class="wp-image-4855" srcset="http://www.codebind.com/wp-content/uploads/2022/04/8-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/8-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/8-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/8-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/8-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. Now, open File Explorer and go to the location where java is installed. Click on the java folder.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/9-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/9-1-1024x576.png" alt="" class="wp-image-4854" srcset="http://www.codebind.com/wp-content/uploads/2022/04/9-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/9-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/9-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/9-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/9-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. To set the environment variable for java, click on the search icon and type Edit Environment and click on the search result.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/10-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/10-1-1024x576.png" alt="" class="wp-image-4856" srcset="http://www.codebind.com/wp-content/uploads/2022/04/10-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/10-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/10-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/10-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/10-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. It will open this kind of window. Click on the path under system variables. Then, click on Edit. Here, you need to add the path. Go to the bin folder and copy the path. You can either double click or click on New. Then, paste the path. Press Enter. It will add the path. Then, click on Ok. Some applications need java home environment variables.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/11-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/11-1-1024x576.png" alt="" class="wp-image-4857" srcset="http://www.codebind.com/wp-content/uploads/2022/04/11-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/11-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/11-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/11-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/11-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>12. To set a home environment variable, you need to click on the New under the user variable section.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/12-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/12-1-1024x576.png" alt="" class="wp-image-4858" srcset="http://www.codebind.com/wp-content/uploads/2022/04/12-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/12-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/12-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/12-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/12-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>13. Here, you need to provide the variable name as JAVA_HOME and the variable value will be the folder. Just copy the path to the JDK folder and don&#8217;t go inside the bin folder. Paste that path into a variable value. Click on Ok.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/13-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/13-1-1024x576.png" alt="" class="wp-image-4859" srcset="http://www.codebind.com/wp-content/uploads/2022/04/13-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/13-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/13-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/13-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/13-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. Once you have installed java and the environment variable, you can view java in the command line. Click on the search icon and type cmd. Once the command prompt window opens, type java -version and press enter. You will be able to see the latest version of java.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/14-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/14-1-1024x576.png" alt="" class="wp-image-4860" srcset="http://www.codebind.com/wp-content/uploads/2022/04/14-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/14-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/14-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/14-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/14-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>15. To compile a java file, you need to use the javac command. Type javac -version and press enter. You will be able to see the javac version on the screen.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/15-1.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/15-1-1024x576.png" alt="" class="wp-image-4861" srcset="http://www.codebind.com/wp-content/uploads/2022/04/15-1-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/15-1-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/15-1-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/15-1-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/15-1.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>16. Now, open a web browser of your choice and search for eclipse ide. Click on the first link.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/16.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/16-1024x576.png" alt="" class="wp-image-4862" srcset="http://www.codebind.com/wp-content/uploads/2022/04/16-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/16-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/16-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/16-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/16.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>17. Once the link opens, click on the download button at the top.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/17.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/17-1024x576.png" alt="" class="wp-image-4863" srcset="http://www.codebind.com/wp-content/uploads/2022/04/17-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/17-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/17-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/17-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/17.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>18. It will redirect you to another page. Scroll down and click on the download button for 64 bit.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/18.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/18-1024x576.png" alt="" class="wp-image-4864" srcset="http://www.codebind.com/wp-content/uploads/2022/04/18-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/18-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/18-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/18-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/18.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>19. It will redirect you to another page. Click on the download button on that page. It will start to download.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/19.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/19-1024x576.png" alt="" class="wp-image-4865" srcset="http://www.codebind.com/wp-content/uploads/2022/04/19-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/19-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/19-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/19-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/19.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>20. Once the download is complete, click on the exe file and minimize the browser. When the eclipse installer starts, you need to select the purpose for which you are installing. I am going to select the first option which is for java developers.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/20.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/20-1024x576.png" alt="" class="wp-image-4866" srcset="http://www.codebind.com/wp-content/uploads/2022/04/20-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/20-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/20-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/20-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/20.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>21. Since I have already installed java in my Windows 11 operating System eclipse will recognize that path. This will be the location where it will be installed. If you want you can change the path. Then click on the Install button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/21.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/21-1024x576.png" alt="" class="wp-image-4867" srcset="http://www.codebind.com/wp-content/uploads/2022/04/21-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/21-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/21-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/21-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/21.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>22. In the license agreement window, click on Accept Now button. It will start the installation.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/22.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/22-1024x576.png" alt="" class="wp-image-4868" srcset="http://www.codebind.com/wp-content/uploads/2022/04/22-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/22-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/22-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/22-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/22.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>23. When it is successfully installed, click on the Launch button. A shortcut will also appear on your desktop.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/23.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/23-1024x576.png" alt="" class="wp-image-4869" srcset="http://www.codebind.com/wp-content/uploads/2022/04/23-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/23-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/23-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/23-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/23.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>24. When you start eclipse ide for the first time, it will ask you to provide the workspace folder. If you want you can change the default folder by clicking on the Browse option. I am going to leave it as default. So, check that checkbox and click on the Launch button.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/24.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/24-1024x576.png" alt="" class="wp-image-4870" srcset="http://www.codebind.com/wp-content/uploads/2022/04/24-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/24-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/24-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/24-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/24.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>25. Eclipse IDE will look like this. Click on Create a new java project. Click on minimize button to minimize the welcome window. Close the donate tab. Click on create a java project.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/25.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/25-1024x576.png" alt="" class="wp-image-4871" srcset="http://www.codebind.com/wp-content/uploads/2022/04/25-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/25-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/25-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/25-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/25.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>26. You have to provide a name for your java project. I am going to name the project hello. This will be the default location where it will be saved. If you have installed Java JDK separately, you can choose the second option under JRE. For the JDK version, select 17. I am going to leave the project layout as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/26.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/26-1024x576.png" alt="" class="wp-image-4872" srcset="http://www.codebind.com/wp-content/uploads/2022/04/26-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/26-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/26-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/26-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/26.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>27. In the next window, I am going to leave everything as default and click on the Finish button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/27.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/27-1024x576.png" alt="" class="wp-image-4873" srcset="http://www.codebind.com/wp-content/uploads/2022/04/27-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/27-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/27-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/27-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/27.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>28. In the module name, I am going to leave it as default. Check the checkbox and click on Create.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/28.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/28-1024x576.png" alt="" class="wp-image-4874" srcset="http://www.codebind.com/wp-content/uploads/2022/04/28-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/28-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/28-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/28-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/28.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>29. It will create a project for you. I am going to remove the java file as I am going to create my own java class. Right-click and click on New Class.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/29.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/29-1024x576.png" alt="" class="wp-image-4875" srcset="http://www.codebind.com/wp-content/uploads/2022/04/29-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/29-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/29-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/29-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/29.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>30. I am going to name the class Hello. The modifier will be public. For the method, I am going to choose a public static void main. Then, click on Finish.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/30.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/30-1024x576.png" alt="" class="wp-image-4876" srcset="http://www.codebind.com/wp-content/uploads/2022/04/30-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/30-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/30-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/30-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/30.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>31. If you want to change the font size, click on Window and preferences. Here, you need to click on general and select appearance. Expand that option and click on colors and fonts. From here, click on Java and click on java editor text font. Then, click on Edit.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/31.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/31-1024x576.png" alt="" class="wp-image-4877" srcset="http://www.codebind.com/wp-content/uploads/2022/04/31-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/31-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/31-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/31-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/31.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>32. It will allow you to change the font and font size. After changing it, click on Apply.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/32.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/32-1024x576.png" alt="" class="wp-image-4878" srcset="http://www.codebind.com/wp-content/uploads/2022/04/32-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/32-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/32-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/32-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/32.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>33. Now the font size has been increased. I am going to write a very simple code. After writing the code, click on the Run Hello.java icon. It will run your code. The output will be displayed.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/33.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/33-1024x576.png" alt="" class="wp-image-4879" srcset="http://www.codebind.com/wp-content/uploads/2022/04/33-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/33-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/33-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/33-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/33.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Create First Java Program in Eclipse for Java Programming Windows 11 (2022)" width="678" height="381" src="https://www.youtube.com/embed/49dsAE8iv5M?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for creating the first java program in eclipse for java programming in Windows 11 Operating System.</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/">How to Create First Java Program in Eclipse for Java Programming Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-create-first-java-program-in-eclipse-for-java-programming-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Mirror Phone on Windows 11 PC</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mirror-phone-on-windows-11-pc</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:43:59 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4881</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of mirroring your phone on a Windows 11 PC. To <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/" title="How to Mirror Phone on Windows 11 PC">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/">How to Mirror Phone on Windows 11 PC</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of mirroring your phone on a Windows 11 PC. To mirror your phone, you should have installed connect app.&nbsp;</p>



<p>1. Open the settings app by searching for the settings app in the search bar. Click on apps and click on optional features.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-1024x576.png" alt="" class="wp-image-4883" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1958.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Click on view features. Search for wireless display feature. Once the result appears, check that checkbox which is around 2.49 MB. Then, click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-1024x576.png" alt="" class="wp-image-4884" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1959.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. Now, click on Install. It will install the wireless display app.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-1024x576.png" alt="" class="wp-image-4885" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1960.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. Once the app is installed, you will be able to see that app.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-1024x576.png" alt="" class="wp-image-4886" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1961.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. Now, search for connect app in the search bar. You will be able to see the connect app in the search result. Click on that app.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-1024x576.png" alt="" class="wp-image-4887" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1962.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. Once the app opens, click on the search icon and search for projection settings and click on that.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-1024x576.png" alt="" class="wp-image-4888" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1963.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. For the first option, select available anywhere. For the second option, set it to every time a connection is required. For the third option, set it to never. Once you have done these settings, close the window.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-1024x576.png" alt="" class="wp-image-4889" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1964.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. On your android device, you will be able to see an option for casting. In my case, the mirror share option is available. Click on that option.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-1024x576.png" alt="" class="wp-image-4890" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1965.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. It will show you the devices on which you can cast. You need to search for the device that supports your android phone.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-1024x576.png" alt="" class="wp-image-4891" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1966.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. As soon as you select the proper device, your Android screen will be displayed on your Windows 11 Operating System.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-1024x576.png" alt="" class="wp-image-4892" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1967.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. To disconnect this, you need to click on that device in your android phone and click on disconnect. Or you can click on that device and forget that device as well.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-1024x576.png" alt="" class="wp-image-4893" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1968.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Mirror Phone on Windows 11 PC (2022)" width="678" height="381" src="https://www.youtube.com/embed/iui_Y1aqbug?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for mirroring a phone on your Windows 11 PC.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/">How to Mirror Phone on Windows 11 PC</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-mirror-phone-on-windows-11-pc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install XAMPP on Windows 11</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-xampp-on-windows-11</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:43:55 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4895</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of installing XAMPP on your Windows 11 Operating System.&#160; 1. <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/" title="How to Install XAMPP on Windows 11">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/">How to Install XAMPP on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of installing XAMPP on your Windows 11 Operating System.&nbsp;</p>



<p>1. Open a web browser of your choice and search for xampp. Click on the first link.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-1024x576.png" alt="" class="wp-image-4897" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1969.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Once the link opens, you will be able to see the version for Windows. Click on that version. It will start to download.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-1024x576.png" alt="" class="wp-image-4898" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1970.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. Once the download is complete, click on the exe file and minimize the browser. It will show a warning. Click on yes.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-1024x576.png" alt="" class="wp-image-4899" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1971.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. In the setup window, it will show a warning. Click on Ok.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-1024x576.png" alt="" class="wp-image-4901" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1972.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. In this window, click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-1024x576.png" alt="" class="wp-image-4900" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1974.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. XAMPP server comes with many tools. So, I am going to leave everything as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-1024x576.png" alt="" class="wp-image-4902" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1975.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. This will be the location where it will be installed. If you want, you can change the location. I am going to leave it as default and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-1024x576.png" alt="" class="wp-image-4903" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1976.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. In the language window, I am going to choose English and click on Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-1024x576.png" alt="" class="wp-image-4904" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1977.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. In this window, click on Next.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-1024x576.png" alt="" class="wp-image-4905" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1978.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. I am going to select google Chrome for opening the file. Then, click on Ok.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-1024x576.png" alt="" class="wp-image-4906" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1979.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. It will take you to a web page. Minimize it and click on Next. It will start the installation process.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-1024x576.png" alt="" class="wp-image-4907" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1980.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>12. Once the process is complete, it will show some warning. Click on allow access option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-1024x576.png" alt="" class="wp-image-4908" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1981.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>13. In the next window. Click on Finish.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-1024x576.png" alt="" class="wp-image-4909" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1982.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. It will start the XAMPP server on your Windows 11 Operating System. Once it is opened, you will be able to see the icon in the taskbar by clicking on the arrow button. I am going to start the Apache server first. In front of apache, click on Start.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-1024x576.png" alt="" class="wp-image-4910" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1983.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>15. Once the apache server starts, it will turn to green color. You can also see the stop button.&nbsp;</p>



<p>16. Now, go to a web browser of your choice and search for localhost, and press enter. If you see this kind of window which is provided in the image below, then the apache server is running successfully on your Windows 11 Operating System. If these features are not free to your Windows 11 Operating System by any chance then your apache server will show some error.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-1024x576.png" alt="" class="wp-image-4911" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1984.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>17. To solve this error, go to your browser and search for localhost. If you see this kind of image which is provided below, then the apache server is running successfully. On this web page, you will be able to see PHPMyAdmin. Click on that.&nbsp;</p>



<figure class="wp-block-image size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-1024x576.png" alt="" class="wp-image-4913" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1986.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>18. But for now it will not open that admin window. It will show some errors. This is because we have not started the MySQL server. You have to start MySQL just like how you did for apache.&nbsp;</p>



<p>19. Once the MySQL server is running, you need to refresh the web page. It will show this kind of interface which is provided in the image below. From here, you can create databases, run SQL queries, and can do many things related to databases.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-1024x576.png" alt="" class="wp-image-4912" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1985.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>20. If port 80 of the apache server is already occupied by some other server, then the apache server will show some error. XAMPP comes with Netstat which will tell you the ports that are already occupied by 80. It will show the list of all the ports. In this window, port 80 is occupied by the apache server.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-1024x576.png" alt="" class="wp-image-4914" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1987.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>21. For changing the port, click on stop. Then, click on the config button. Here, you need to choose the first option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-1024x576.png" alt="" class="wp-image-4915" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1988.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>22. It will open a notepad file. You need to scroll down until you listen to 80. The default port is 80. You can change it to something else. I am going to change it to 8080. Then, save this file. You can close the file after saving it. Once you have done that, you can start your apache server.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-1024x576.png" alt="" class="wp-image-4917" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1989.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>23. This time you can see that the port has been changed.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-1024x576.png" alt="" class="wp-image-4916" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1990.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>24. Now, go to your browser and search for localhost. This time it will not open. This is because the server is running on a different port. So, if you change the port number you need to add a colon and type the port number, and press enter. This time it will open. Similarly, the earlier PHPMyAdmin will also not work. You need to use it from this localhost.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-1024x576.png" alt="" class="wp-image-4918" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1991.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Install XAMPP on Windows 11 (2022)" width="678" height="381" src="https://www.youtube.com/embed/VQpATELDSEI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for installing XAMPP on your Windows 11 Operating System.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/">How to Install XAMPP on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-install-xampp-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Download and Install Microsoft SQL Server 2019 on Windows 11</title>
		<link>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-download-and-install-microsoft-sql-server-2019-on-windows-11</link>
					<comments>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:43:50 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=4921</guid>

					<description><![CDATA[<p>In this blog post, I will give a detailed view of downloading and installing Microsoft SQL server 2019 on your <a class="mh-excerpt-more" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/" title="How to Download and Install Microsoft SQL Server 2019 on Windows 11">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/">How to Download and Install Microsoft SQL Server 2019 on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this blog post, I will give a detailed view of downloading and installing Microsoft SQL server 2019 on your Windows 11 Operating System.&nbsp;</p>



<p>1. Open a web browser of your choice and search for an SQL server. Click on the first link.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-1024x576.png" alt="" class="wp-image-4923" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1996.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. Once the link opens, scroll down and you can see two versions. I am going to download the express version. Click on the download now button. It will start to download.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-1024x576.png" alt="" class="wp-image-4924" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1997.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>3. Once the download is complete, click on the exe file and minimize the browser. The setup will start. In this window, click on the basic version.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-1024x576.png" alt="" class="wp-image-4925" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1999.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. In the license agreement window, accept the terms and conditions and click on Accept button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-1024x576.png" alt="" class="wp-image-4926" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-1998.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. This will be the default location where it will be installed. If you want, you can change the location by clicking on the Browse option. I am going to leave it as default and click on the Install option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-1024x576.png" alt="" class="wp-image-4927" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2000.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. Once the installation is successful, it will display a message. To check whether your SQL server connection is working or not, you need to click on connect now button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-1024x576.png" alt="" class="wp-image-4928" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2001.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. If you see this kind of window which is provided in the image below without any error, then your SQL server is working properly.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-1024x576.png" alt="" class="wp-image-4929" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2002.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. When you click on customize option, you can see all options related to Microsoft and its product update.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-1024x576.png" alt="" class="wp-image-4930" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2004.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. Install SSMS button stands for SQL server management studio. When you click on that button, it will open a web page where you can download it. When you scroll down, you can see a free download link. Click on that link. It will start to download the exe file.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-1024x576.png" alt="" class="wp-image-4931" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2005.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. Once the download is complete, click on the exe file and minimize the browser. It will show a warning. Click on Yes.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-1024x576.png" alt="" class="wp-image-4932" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2006.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. This will be the location where it will be installed. If you want you can change the location by clicking on the Change option. I am going to leave it as default and click on the Install option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-1024x576.png" alt="" class="wp-image-4933" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2007.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>12. Once it is installed, you will see a message called setup completed. Click on the Close button.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-1024x576.png" alt="" class="wp-image-4934" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2008.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>13. Click on the Windows start icon, and you will be able to see the SQL server profile.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-1024x576.png" alt="" class="wp-image-4935" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2009.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. If you want to see all the tools related to SQL, you need to click on All apps. It will display all the apps related to SQL.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-1024x576.png" alt="" class="wp-image-4936" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2010.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>15. It will start SQL server management studio. Now, the SQL server has been started. Click on Connect option.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-1024x576.png" alt="" class="wp-image-4937" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2011.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>16. It will connect you to the SQL server. You can see the list of databases.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-1024x576.png" alt="" class="wp-image-4938" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2012.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>17. When you click on the table, it will create a new table.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013.png"><img loading="lazy" width="1024" height="576" src="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-1024x576.png" alt="" class="wp-image-4939" srcset="http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-1024x576.png 1024w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-300x169.png 300w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-768x432.png 768w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-1536x864.png 1536w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013-678x381.png 678w, http://www.codebind.com/wp-content/uploads/2022/04/Screenshot-2013.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How to Download and Install Microsoft SQL Server 2019 On Windows 11 (2022)" width="678" height="381" src="https://www.youtube.com/embed/kzLDx7Jjcj8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>These are the steps for downloading and installing Microsoft SQL server 2019 on your Windows 11 Operating System.&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/">How to Download and Install Microsoft SQL Server 2019 on Windows 11</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/windows-11-tutorials/how-to-download-and-install-microsoft-sql-server-2019-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install Zoom on a Mac</title>
		<link>http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-zoom-on-a-mac</link>
					<comments>http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/#respond</comments>
		
		<dc:creator><![CDATA[Prathiyusha N]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 22:43:45 +0000</pubDate>
				<category><![CDATA[Mac OSX]]></category>
		<guid isPermaLink="false">http://www.codebind.com/?p=5310</guid>

					<description><![CDATA[<p>This blog post will give a detailed view of installing Zoom on macOS. Let’s get started! 1. Go to your <a class="mh-excerpt-more" href="http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/" title="How to Install Zoom on a Mac">[...]</a></p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/">How to Install Zoom on a Mac</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This blog post will give a detailed view of installing Zoom on macOS. Let’s get started!</p>



<p>1. Go to your favourite web browser, search for ‘zoom’ and press ENTER.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot-1024x640.png" alt="" class="wp-image-5313" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-9-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>2. I would always choose the official website of applications that I wish to download. So, let’s click on the first link.</p>



<p>3. On clicking on the above link, it will take you to the website of zoom.us and click on the ‘Sign up its free button in the top right corner.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot-1024x640.png" alt="" class="wp-image-5314" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-24-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>4. For signing up, it will ask you to enter the date of birth, and after that, click on ‘Continue.’</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot-1024x640.png" alt="" class="wp-image-5315" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-41-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>5. On the next page, give your email address and then click on Sign up</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot-1024x640.png" alt="" class="wp-image-5316" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-0-59-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>6. A confirmation mail will be sent to the email address that you’ve given. Go to your email and check for the confirmation link from zoom.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot-1024x640.png" alt="" class="wp-image-5317" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-1-22-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>7. This confirmation link will take you to another web page to get more details from you. It will ask you to enter your first name, last name and so on.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot-1024x640.png" alt="" class="wp-image-5318" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-13-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>8. Set a password for your zoom account.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot-1024x640.png" alt="" class="wp-image-5319" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-28-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>9. After setting up the account, you can also do a test meeting.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot-1024x640.png" alt="" class="wp-image-5321" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-2-58-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>10. For macOS, you need to download a package from zoom. The ‘zoom.pkg’ file will be automatically downloaded.&nbsp;</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot-1024x640.png" alt="" class="wp-image-5320" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-8-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>11. After the download completes, double click to open the zoom.pkg file.</p>



<p>12. We have to do a few more steps for a complete installation.</p>



<p>13. Press ‘Continue’ in the above pop-up. The next screen allows you to change the default location for installation. If you do not want to change it, click on ‘install.’</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot-1024x640.png" alt="" class="wp-image-5322" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-33-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot-1024x640.png" alt="" class="wp-image-5323" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-48-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p>14. Remember you gave a password for your zoom account? So, you have to enter this password to start the installation. In a minute or so, the installation will be complete.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot.png"><img loading="lazy" width="1024" height="640" src="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot-1024x640.png" alt="" class="wp-image-5324" srcset="http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot-1024x640.png 1024w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot-300x188.png 300w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot-768x480.png 768w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot-1536x960.png 1536w, http://www.codebind.com/wp-content/uploads/2022/06/How-To-Install-ZOOM-on-a-Mac-3-58-screenshot.png 1728w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="How To Install ZOOM on a Mac" width="678" height="509" src="https://www.youtube.com/embed/-Sp2ZuS0-9s?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>Woohoo! Zoom installation on your macOS is now completed. You can start scheduling meetings now through zoom. I hope you find my blog helpful!</p>
<p>The post <a rel="nofollow" href="http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/">How to Install Zoom on a Mac</a> appeared first on <a rel="nofollow" href="http://www.codebind.com">CodeBind.com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://www.codebind.com/mac-osx/how-to-install-zoom-on-a-mac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
