<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Convenience script</title><link>https://sourceforge.net/p/excon/wiki/Convenience%2520script/</link><description>Recent changes to Convenience script</description><atom:link href="https://sourceforge.net/p/excon/wiki/Convenience%20script/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Dec 2013 16:21:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/excon/wiki/Convenience%20script/feed" rel="self" type="application/rss+xml"/><item><title>Convenience script modified by Chris DeGreef</title><link>https://sourceforge.net/p/excon/wiki/Convenience%2520script/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is not strictly necessary to have a script to run ExCon.  But it makes it more convenient to run.  Save this as a file in your path, and call it "&lt;code&gt;xc&lt;/code&gt;".  Change the &lt;code&gt;/pathToJarFile&lt;/code&gt; to be the actual path to where you installed the JAR file.  &lt;code&gt;2526&lt;/code&gt; is the port number that the ExCon receiver is listening on.  Make sure that you use the correct one here, the one you are using on your application setup.&lt;/p&gt;
&lt;table class="codehilitetable"&gt;&lt;tr&gt;&lt;td class="linenos"&gt;&lt;div class="linenodiv"&gt;&lt;pre&gt;1
2&lt;/pre&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="c"&gt;#!/bin/sh&lt;/span&gt;
java -Xmx512M -Xss48M -jar /pathToJarFile/ExCon-1.1.3.jar 2526 &lt;span class="nv"&gt;$@&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;p&gt;It is then an easy matter to run ExCon.  This is an example of requesting a garbage collection on your application.&lt;/p&gt;
&lt;pre class="html:nocontrols:nogutters" name="code"&gt;
&gt; xc GC
free memory before(768,830,792) after(837,579,784) reclaimed(68,748,992)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Thu, 05 Dec 2013 16:21:53 -0000</pubDate><guid>https://sourceforge.net616a25f3004d7a2c3d24fd145477fbd8a5958820</guid></item></channel></rss>