<?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: JMap Java Port Scanner</title>
	<atom:link href="http://tomsalmon.eu/jmap-java-port-scanner/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomsalmon.eu</link>
	<description>Software Development and Linux Systems</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:14:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tom</title>
		<link>http://tomsalmon.eu/jmap-java-port-scanner/comment-page-1/#comment-181</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 29 Mar 2012 20:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://tomsalmon.eu/?page_id=56#comment-181</guid>
		<description>Hi Deepak,

To run Jmap using just the .jar file:
&lt;strong&gt;java -jar jmap.jar&lt;/strong&gt;
(or double-click on the jmap.jar) You will need the Java Runtime Environment installed.

To compile you will need the Java Standard Development Kit:
&lt;strong&gt;javac *.java&lt;/strong&gt;
Then:
&lt;strong&gt;jar -cvmf manifest.txt jmap.jar *.class ports.defs&lt;/strong&gt;
or 
&lt;strong&gt;java JMapFE&lt;/strong&gt;

It&#039;s been a while since I did any work on the project. It was written for Java 1.3 when I was a student, hope it may still be useful and apologies if the code quality isn&#039;t what it should be - it was just a quick project for fun.

If I remember correctly, the GUI is contained within the JavaFE class. Scanning is multi-threaded, with many hosts and many ports being scanned simultaneously. The results of each individual scan is passed to the main thread using the Observable mechanism.</description>
		<content:encoded><![CDATA[<p>Hi Deepak,</p>
<p>To run Jmap using just the .jar file:<br />
<strong>java -jar jmap.jar</strong><br />
(or double-click on the jmap.jar) You will need the Java Runtime Environment installed.</p>
<p>To compile you will need the Java Standard Development Kit:<br />
<strong>javac *.java</strong><br />
Then:<br />
<strong>jar -cvmf manifest.txt jmap.jar *.class ports.defs</strong><br />
or<br />
<strong>java JMapFE</strong></p>
<p>It&#8217;s been a while since I did any work on the project. It was written for Java 1.3 when I was a student, hope it may still be useful and apologies if the code quality isn&#8217;t what it should be &#8211; it was just a quick project for fun.</p>
<p>If I remember correctly, the GUI is contained within the JavaFE class. Scanning is multi-threaded, with many hosts and many ports being scanned simultaneously. The results of each individual scan is passed to the main thread using the Observable mechanism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Awasthi</title>
		<link>http://tomsalmon.eu/jmap-java-port-scanner/comment-page-1/#comment-179</link>
		<dc:creator>Deepak Awasthi</dc:creator>
		<pubDate>Thu, 29 Mar 2012 14:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://tomsalmon.eu/?page_id=56#comment-179</guid>
		<description>Hi,I am B.Tech pre-final yr student,found your project interesting ,could u plz tell me,
how to start this one,how to break this into modules ???</description>
		<content:encoded><![CDATA[<p>Hi,I am B.Tech pre-final yr student,found your project interesting ,could u plz tell me,<br />
how to start this one,how to break this into modules ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

