<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Some thoughts about things</title>
	<atom:link href="http://fraaargh.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fraaargh.wordpress.com</link>
	<description>No forward thinking leads to afterward sinking</description>
	<lastBuildDate>Wed, 30 Dec 2009 19:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Giulio</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-138</link>
		<dc:creator>Giulio</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-138</guid>
		<description>Hi Again, 

the matter looked like splittable into many articles, so I generated the first of the serie: 

http://www.wikijava.org/wiki/Packing_library_packages_into_a_jar_file

Please don&#039;t hesitate correcting it (it&#039;s a wiki) if I wasn&#039;t correct in anything. 

Pa pa, 
Giulio</description>
		<content:encoded><![CDATA[<p>Hi Again, </p>
<p>the matter looked like splittable into many articles, so I generated the first of the serie: </p>
<p><a href="http://www.wikijava.org/wiki/Packing_library_packages_into_a_jar_file" rel="nofollow">http://www.wikijava.org/wiki/Packing_library_packages_into_a_jar_file</a></p>
<p>Please don&#8217;t hesitate correcting it (it&#8217;s a wiki) if I wasn&#8217;t correct in anything. </p>
<p>Pa pa,<br />
Giulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Giulio</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-137</link>
		<dc:creator>Giulio</dc:creator>
		<pubDate>Wed, 30 Dec 2009 18:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-137</guid>
		<description>Indeed, your guess is right, only the uncompressed jars are used... it&#039;s basically the same thing as having a bigger sourcecode, which reimplements the classes that come from the library jar files.

The difference is that generally the jars come already compiled in .class files, while our class files come from source code rather than precompiled software. 

I think that we would need to decorate the classloader in order to make it work with the jars in the same ways J2EE works with the WAR and EAR files. 

To load classes from a compressed package it&#039;s actually a prerogative of j2ee. 

Tschuss, 
Giulio</description>
		<content:encoded><![CDATA[<p>Indeed, your guess is right, only the uncompressed jars are used&#8230; it&#8217;s basically the same thing as having a bigger sourcecode, which reimplements the classes that come from the library jar files.</p>
<p>The difference is that generally the jars come already compiled in .class files, while our class files come from source code rather than precompiled software. </p>
<p>I think that we would need to decorate the classloader in order to make it work with the jars in the same ways J2EE works with the WAR and EAR files. </p>
<p>To load classes from a compressed package it&#8217;s actually a prerogative of j2ee. </p>
<p>Tschuss,<br />
Giulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Francois MAROT</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-136</link>
		<dc:creator>Francois MAROT</dc:creator>
		<pubDate>Wed, 30 Dec 2009 10:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-136</guid>
		<description>@Giulio could you post a link to your article here once you have wrote it ? It could help all the people who look for information about jars, classpatch and manifest ;)
By the way, as the jar files are nothing more than zip files, maybe the original jars were included but not used in the jar you&#039;re talking about. Did you try to delete the included jars from the containing jar and see if the programm still works ? I would tend to think so as I think the .class are used and not the included jars themselves.</description>
		<content:encoded><![CDATA[<p>@Giulio could you post a link to your article here once you have wrote it ? It could help all the people who look for information about jars, classpatch and manifest <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
By the way, as the jar files are nothing more than zip files, maybe the original jars were included but not used in the jar you&#8217;re talking about. Did you try to delete the included jars from the containing jar and see if the programm still works ? I would tend to think so as I think the .class are used and not the included jars themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Giulio</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-135</link>
		<dc:creator>Giulio</dc:creator>
		<pubDate>Wed, 30 Dec 2009 10:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-135</guid>
		<description>Hi Francois, 

Thanks for your answer. That&#039;s exactly what I thought, until I found a jar package containing the packed jars and working fine. This left me kinda disconcerned. That&#039;s why I asked. 

Checking better I found that the JAR contains ALSO the unpacked .class files from the library jars. 

Tricks.... this is not too elegant... but it works. 

I&#039;ll write an article about this on my site. 

ciao ciao, 

G</description>
		<content:encoded><![CDATA[<p>Hi Francois, </p>
<p>Thanks for your answer. That&#8217;s exactly what I thought, until I found a jar package containing the packed jars and working fine. This left me kinda disconcerned. That&#8217;s why I asked. </p>
<p>Checking better I found that the JAR contains ALSO the unpacked .class files from the library jars. </p>
<p>Tricks&#8230;. this is not too elegant&#8230; but it works. </p>
<p>I&#8217;ll write an article about this on my site. </p>
<p>ciao ciao, </p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Francois MAROT</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-134</link>
		<dc:creator>Francois MAROT</dc:creator>
		<pubDate>Wed, 30 Dec 2009 00:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-134</guid>
		<description>Glulio thanks for your comment.
To my knowlege, you can&#039;t pack jars inside another jar... Too bad !
But I think there exist programms that can unpack jars and repack them inside your own jar. Or at least help you make this process. But the drawback is you can&#039;t update easily the libraries you use: it becomes harder than simply copying the new version in you &quot;lib&quot; folder... So my advice would be to stick to the usual way: having a lib folder referenced from the classpath and accept it ;)</description>
		<content:encoded><![CDATA[<p>Glulio thanks for your comment.<br />
To my knowlege, you can&#8217;t pack jars inside another jar&#8230; Too bad !<br />
But I think there exist programms that can unpack jars and repack them inside your own jar. Or at least help you make this process. But the drawback is you can&#8217;t update easily the libraries you use: it becomes harder than simply copying the new version in you &#8220;lib&#8221; folder&#8230; So my advice would be to stick to the usual way: having a lib folder referenced from the classpath and accept it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to java jars and MANIFEST.MF by Giulio</title>
		<link>http://fraaargh.wordpress.com/2008/07/13/how-to-java-jars-and-manifestmf/#comment-133</link>
		<dc:creator>Giulio</dc:creator>
		<pubDate>Wed, 30 Dec 2009 00:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=32#comment-133</guid>
		<description>Hi, 

Thanks for your great article, it was very useful. How about packing the classpath jars into the jar, in order to have a unique executable file containing my program and the libraries?

I&#039;m trying to do so, but the manifest seems to refer only to outside the jar. 

any clue? 

Thanks,
Giulio</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for your great article, it was very useful. How about packing the classpath jars into the jar, in order to have a unique executable file containing my program and the libraries?</p>
<p>I&#8217;m trying to do so, but the manifest seems to refer only to outside the jar. </p>
<p>any clue? </p>
<p>Thanks,<br />
Giulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remotly launch a batch file on a Windows computer by Francois MAROT</title>
		<link>http://fraaargh.wordpress.com/2008/02/20/remotly-launch-a-batch-file-on-a-windows-computer/#comment-132</link>
		<dc:creator>Francois MAROT</dc:creator>
		<pubDate>Sat, 26 Dec 2009 22:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=30#comment-132</guid>
		<description>Hi Neiv, thanks for your comment. I realize my exemple was not very well explained !
So to answer all your questions:
1- yes, the code given must be in a separate batch file, on any computer with network access to computer &quot;targetMachine&quot;.
2- &quot;set file=\\eici01\user\FMA\test.bat&quot; was a path to the file to be run remotly. This file can be either remote (as in my exemple) or local (it would read like set file=c:\xxxxx\test.bat). So you are right, it can be independant of the initiating or remote machine.
3- \user\FMA\ was only the path to the file. But the use of &quot;user&quot; for the directory name was misleading... So I changed it to &quot;A\Path\To\A\Shared\File&quot; now ;)
4- In fact, my code only instruct the &quot;targetMachine&quot; computer to run a batch file. As long as targetMachine can access this batch file (locally or remotly on a shared folder), you can instruct it to run this file with my code.

So I would advise you to begin by testing your batch file on the targetMachine computer. Log onto targetMachine, then try to run your batch file (test.bat). If it is successful, then try to make it run on targetMachine by initiating it from another computer on the network with my code. In your exemple, if you place both my code batch and the target test.bat in your maintenance_files, you have to make sure that &quot;maintenance_files&quot; is a shared directory that the &quot;targetMachine&quot; can access on the network. The best is to first try with &quot;targetMachine&quot; local filesystem I think.

Hope this helps !</description>
		<content:encoded><![CDATA[<p>Hi Neiv, thanks for your comment. I realize my exemple was not very well explained !<br />
So to answer all your questions:<br />
1- yes, the code given must be in a separate batch file, on any computer with network access to computer &#8220;targetMachine&#8221;.<br />
2- &#8220;set file=\\eici01\user\FMA\test.bat&#8221; was a path to the file to be run remotly. This file can be either remote (as in my exemple) or local (it would read like set file=c:\xxxxx\test.bat). So you are right, it can be independant of the initiating or remote machine.<br />
3- \user\FMA\ was only the path to the file. But the use of &#8220;user&#8221; for the directory name was misleading&#8230; So I changed it to &#8220;A\Path\To\A\Shared\File&#8221; now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
4- In fact, my code only instruct the &#8220;targetMachine&#8221; computer to run a batch file. As long as targetMachine can access this batch file (locally or remotly on a shared folder), you can instruct it to run this file with my code.</p>
<p>So I would advise you to begin by testing your batch file on the targetMachine computer. Log onto targetMachine, then try to run your batch file (test.bat). If it is successful, then try to make it run on targetMachine by initiating it from another computer on the network with my code. In your exemple, if you place both my code batch and the target test.bat in your maintenance_files, you have to make sure that &#8220;maintenance_files&#8221; is a shared directory that the &#8220;targetMachine&#8221; can access on the network. The best is to first try with &#8220;targetMachine&#8221; local filesystem I think.</p>
<p>Hope this helps !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remotly launch a batch file on a Windows computer by Neiv</title>
		<link>http://fraaargh.wordpress.com/2008/02/20/remotly-launch-a-batch-file-on-a-windows-computer/#comment-131</link>
		<dc:creator>Neiv</dc:creator>
		<pubDate>Sat, 26 Dec 2009 01:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=30#comment-131</guid>
		<description>I&#039;ve been looking for something like this for quite some time, but it doesn&#039;t seem to be working for some reason. Although it&#039;s not explicitly stated, I assume the code itself is to be placed into a separate batch file, even though it is referencing another batch file called test.bat?

Also, I&#039;m not quite certain I understand the second line of the file, namely:

set file=\\eici01\user\FMA\test.bat

From what I gather, this is a file/path located on a shared drive independent of the initiating machine or the remote machine? What does eici01 refer to? is &quot;user&quot; to be switched out with the actual user name of the drive that hosts the file? What does FMA refer to? Is that supposed to be changed?

Can I just place the file on the same initiating machine that launches the file? In other words, say I place this code into a file called launch.bat which resides on in a &quot;maintenance_files&quot; folder on the root of c:\ of my server machine (c:\maintenance_files). Further, say I want this batch file to launch the test.bat file referenced in the &quot;set file&quot; line above. Does the test.bat file reside on the &quot;receiver&quot; machine (the client) or the &quot;sender&quot; machine (the server)? Could you perhaps provide a concrete example that would make this clearer? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for something like this for quite some time, but it doesn&#8217;t seem to be working for some reason. Although it&#8217;s not explicitly stated, I assume the code itself is to be placed into a separate batch file, even though it is referencing another batch file called test.bat?</p>
<p>Also, I&#8217;m not quite certain I understand the second line of the file, namely:</p>
<p>set file=\\eici01\user\FMA\test.bat</p>
<p>From what I gather, this is a file/path located on a shared drive independent of the initiating machine or the remote machine? What does eici01 refer to? is &#8220;user&#8221; to be switched out with the actual user name of the drive that hosts the file? What does FMA refer to? Is that supposed to be changed?</p>
<p>Can I just place the file on the same initiating machine that launches the file? In other words, say I place this code into a file called launch.bat which resides on in a &#8220;maintenance_files&#8221; folder on the root of c:\ of my server machine (c:\maintenance_files). Further, say I want this batch file to launch the test.bat file referenced in the &#8220;set file&#8221; line above. Does the test.bat file reside on the &#8220;receiver&#8221; machine (the client) or the &#8220;sender&#8221; machine (the server)? Could you perhaps provide a concrete example that would make this clearer? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pratique de syndic (Foncia) : limite, limite… by Francois MAROT</title>
		<link>http://fraaargh.wordpress.com/2008/08/12/pratique-de-syndic-foncia-limite-limite%e2%80%a6/#comment-127</link>
		<dc:creator>Francois MAROT</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=40#comment-127</guid>
		<description>Ah oui quand meme, 125€ !!! Je ne me souviens plus comment ils nous avaient passé ce classeur, mais il ne me semble pas que c&#039;etait par la Poste. Tout ce que je peut vous dire, c&#039;est qu&#039;ils n&#039;ont posé aucun probleme  lorsque j&#039;ai parlé de rendre ce classeur. Ils sont tellement conscient d&#039;etre de mauvaise foi qu&#039;il preferent ne pas prendre de risque avec les gens qui sont pret à râler. Adressez vous donc à votre agence avant de faire quoi que ce soit, ils devraient vite abdiquer ;)</description>
		<content:encoded><![CDATA[<p>Ah oui quand meme, 125€ !!! Je ne me souviens plus comment ils nous avaient passé ce classeur, mais il ne me semble pas que c&#8217;etait par la Poste. Tout ce que je peut vous dire, c&#8217;est qu&#8217;ils n&#8217;ont posé aucun probleme  lorsque j&#8217;ai parlé de rendre ce classeur. Ils sont tellement conscient d&#8217;etre de mauvaise foi qu&#8217;il preferent ne pas prendre de risque avec les gens qui sont pret à râler. Adressez vous donc à votre agence avant de faire quoi que ce soit, ils devraient vite abdiquer <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pratique de syndic (Foncia) : limite, limite… by angele</title>
		<link>http://fraaargh.wordpress.com/2008/08/12/pratique-de-syndic-foncia-limite-limite%e2%80%a6/#comment-126</link>
		<dc:creator>angele</dc:creator>
		<pubDate>Fri, 23 Oct 2009 18:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://fraaargh.wordpress.com/?p=40#comment-126</guid>
		<description>Bonjour,

J&#039;ai le même souçi mais moi c&#039;est 125 euros qu&#039;ils me demandent toujours Foncia!!!!! 
Pourriez vous me dire comme vous avez reçu ce classeur par le Poste en Colissimo ???? car moi il me demande 125 sur le compte de charges trimestriels et je n&#039;avais jusqu&#039;alors rien reçu, mais aujourd&#039;hui colis à retirer à La poste il provient de Foncia, je crois que cela doit être le fameux classeur, j&#039;ai envie de renvoyer à l&#039;expéditeur.
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>J&#8217;ai le même souçi mais moi c&#8217;est 125 euros qu&#8217;ils me demandent toujours Foncia!!!!!<br />
Pourriez vous me dire comme vous avez reçu ce classeur par le Poste en Colissimo ???? car moi il me demande 125 sur le compte de charges trimestriels et je n&#8217;avais jusqu&#8217;alors rien reçu, mais aujourd&#8217;hui colis à retirer à La poste il provient de Foncia, je crois que cela doit être le fameux classeur, j&#8217;ai envie de renvoyer à l&#8217;expéditeur.<br />
Merci</p>
]]></content:encoded>
	</item>
</channel>
</rss>
