<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: A Simple Java UDP Server and UDP Client	</title>
	<atom:link href="https://systembash.com/a-simple-java-udp-server-and-udp-client/feed/" rel="self" type="application/rss+xml" />
	<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Thu, 25 Jun 2020 17:19:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.1</generator>
	<item>
		<title>
		By: Brusasu		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41879</link>

		<dc:creator><![CDATA[Brusasu]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 08:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41879</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41878&quot;&gt;Muhammad Adeel Malik&lt;/a&gt;.

when you want to run a java before compile, remove .java in the end.
So after &quot;javac UDPServer.java&quot; run &quot;java UDPServer&quot; and it will run properly.

bye]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41878">Muhammad Adeel Malik</a>.</p>
<p>when you want to run a java before compile, remove .java in the end.<br />
So after &#8220;javac UDPServer.java&#8221; run &#8220;java UDPServer&#8221; and it will run properly.</p>
<p>bye</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muhammad Adeel Malik		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41878</link>

		<dc:creator><![CDATA[Muhammad Adeel Malik]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41878</guid>

					<description><![CDATA[Desktopupd&#062;javac UDPServer.java
Desktopupd&#062;java UDPServer.java (java UDPServer or java UDPServer.class or  java UDPClass – )
Error 
Can anyone tell me?
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: UDPServer/javaCaused by: java.lang.ClassNotFoundException: UDPServer.java        at java.net.URLClassLoader$1.run(Unknown Source)        at java.security.AccessController.doPrivileged(Native Method)        at java.net.URLClassLoader.findClass(Unknown Source)        at java.lang.ClassLoader.loadClass(Unknown Source)        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)        at java.lang.ClassLoader.loadClass(Unknown Source)Could not find the main class: UDPServer.java.  Program will exit.]]></description>
			<content:encoded><![CDATA[<p>Desktopupd&gt;javac UDPServer.java<br />
Desktopupd&gt;java UDPServer.java (java UDPServer or java UDPServer.class or  java UDPClass – )<br />
Error<br />
Can anyone tell me?<br />
Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: UDPServer/javaCaused by: java.lang.ClassNotFoundException: UDPServer.java        at java.net.URLClassLoader$1.run(Unknown Source)        at java.security.AccessController.doPrivileged(Native Method)        at java.net.URLClassLoader.findClass(Unknown Source)        at java.lang.ClassLoader.loadClass(Unknown Source)        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)        at java.lang.ClassLoader.loadClass(Unknown Source)Could not find the main class: UDPServer.java.  Program will exit.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yash Save		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41871</link>

		<dc:creator><![CDATA[Yash Save]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 01:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41871</guid>

					<description><![CDATA[Hi This code does not work when the 2 computers are on different network. Do we have to use the Trustmanager, or are there any changes needs to be done on the fire wall?
]]></description>
			<content:encoded><![CDATA[<p>Hi This code does not work when the 2 computers are on different network. Do we have to use the Trustmanager, or are there any changes needs to be done on the fire wall?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sankar		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41869</link>

		<dc:creator><![CDATA[Sankar]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 11:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41869</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41868&quot;&gt;Ssankarraj_sethu&lt;/a&gt;.

Hello, I am having a problem with the codes, I have try to run them, but when i enter a sentence, there is no output it just holds on. Can you tell me why?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41868">Ssankarraj_sethu</a>.</p>
<p>Hello, I am having a problem with the codes, I have try to run them, but when i enter a sentence, there is no output it just holds on. Can you tell me why?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ssankarraj_sethu		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41868</link>

		<dc:creator><![CDATA[Ssankarraj_sethu]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 10:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41868</guid>

					<description><![CDATA[how to execute]]></description>
			<content:encoded><![CDATA[<p>how to execute</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rviera		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41859</link>

		<dc:creator><![CDATA[rviera]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 02:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41859</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41852&quot;&gt;shubham patni&lt;/a&gt;.

Yes, just create a UI with an EditText, TextView, and a Button. Then modified the UDPClient code to receive the user input from the EditText. Also change the IP address of the Server. Next, change the output of the message that you received from the Server to print it in the TextView.
Thanks for the code... ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41852">shubham patni</a>.</p>
<p>Yes, just create a UI with an EditText, TextView, and a Button. Then modified the UDPClient code to receive the user input from the EditText. Also change the IP address of the Server. Next, change the output of the message that you received from the Server to print it in the TextView.<br />
Thanks for the code&#8230; </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shubham patni		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41852</link>

		<dc:creator><![CDATA[shubham patni]]></dc:creator>
		<pubDate>Fri, 17 Jun 2011 08:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41852</guid>

					<description><![CDATA[Is it work for Android Mobile ]]></description>
			<content:encoded><![CDATA[<p>Is it work for Android Mobile </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mayank		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41836</link>

		<dc:creator><![CDATA[Mayank]]></dc:creator>
		<pubDate>Mon, 09 May 2011 10:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41836</guid>

					<description><![CDATA[Thanks alot, It gives us the very simper view to learn other than typical.Ty 
]]></description>
			<content:encoded><![CDATA[<p>Thanks alot, It gives us the very simper view to learn other than typical.Ty </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brusasu		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41832</link>

		<dc:creator><![CDATA[Brusasu]]></dc:creator>
		<pubDate>Sat, 30 Apr 2011 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41832</guid>

					<description><![CDATA[go into the directory where u save the file,
launch &quot;javac UDPServer.java&quot; and &quot;javac UDPCliend.java&quot; to compile the source file, when u see .class file then in cmd run &quot;java UDPServer&quot; and into another shell &quot;Java UDPClient&quot;. that&#039;s all.]]></description>
			<content:encoded><![CDATA[<p>go into the directory where u save the file,<br />
launch &#8220;javac UDPServer.java&#8221; and &#8220;javac UDPCliend.java&#8221; to compile the source file, when u see .class file then in cmd run &#8220;java UDPServer&#8221; and into another shell &#8220;Java UDPClient&#8221;. that&#8217;s all.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: user1		</title>
		<link>https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41823</link>

		<dc:creator><![CDATA[user1]]></dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/?p=236#comment-41823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41816&quot;&gt;RichR&lt;/a&gt;.

can u tell please exactly what to do in cmd?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://systembash.com/a-simple-java-udp-server-and-udp-client/#comment-41816">RichR</a>.</p>
<p>can u tell please exactly what to do in cmd?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
