<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/j2mevnc/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/j2mevnc/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 11 May 2008 10:06:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/j2mevnc/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Death</title><link>https://sourceforge.net/p/j2mevnc/news/2008/05/death/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As you might have guessed after about three years of inactivity this project is dead. Sorry. &lt;br /&gt;
Maybe one day I'll pick it up again. Until then (should that day ever happen) check the forums (this one [ &lt;a href="http://web.ist.utl.pt/nfcf/" rel="nofollow"&gt;http://web.ist.utl.pt/nfcf/&lt;/a&gt; ] seams to be the most recent ) for some interesting modifications (if any of the people working on the new releases would like to become members of this project get in touch).&lt;/p&gt;
&lt;p&gt;Every now and again I get an email asking for the source. The source lives in the CVS repository; I do not see the point in having source zip downloads. To access it you will need a CVS client. I've always used the one shipped with Cygwin [http://www.cygwin.com/ ], but if you want GUI TortoiseSVN is great so I'm going to guess so is TortoiseCVS [http://www.tortoisecvs.org/ ].&lt;br /&gt;
The instructions are here:  [ &lt;a href="http://sourceforge.net/cvs/?group_id=76839"&gt;http://sourceforge.net/cvs/?group_id=76839&lt;/a&gt; ]&lt;/p&gt;
&lt;p&gt;A few questions have flown about regarding NCM (Nokia Compatibility Mode). This came about as early versions of the Nokia JVM sucked. It did not support reading and writing from the same socket in different thread, and the available() method in InputStream either does not do what I thought it did, or simply does not work. So in an attempt to get round these problems I hacked together NCM. This attempts to guess when it would be receiving content. So after sending a &amp;quot;repaint&amp;quot; command it would wait for the result. As anyone who has used this mode knows it does not work very well.&lt;/p&gt;
&lt;p&gt;If I was to restart this I would rip out NCM. I might also remove any HTTP tunnelling (a significantly better solution to the problem, look in the forums for a release with support for this) and would be tempted to move the bar even higher and target JME Personal Profile.&lt;/p&gt;
&lt;p&gt;Anyhoo hopefully this will answer most of the questions I get sent. If it does not leave a note on the forum and next time I pop by I'll have a go at answering it.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Mike&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Sun, 11 May 2008 10:06:11 -0000</pubDate><guid>https://sourceforge.net405683f4d38190051c1d71c619a57c0e35b06f55</guid></item><item><title>J2ME VNC New Beta, HTTP Tunnel Support and SSH Support</title><link>https://sourceforge.net/p/j2mevnc/news/2005/02/j2me-vnc-new-beta-http-tunnel-support-and-ssh-support/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First, a BIG thanks to Atsuhiko Yamanaka for both HTTP Tunneling support ( &lt;a href="http://sourceforge.net/forum/forum.php?thread_id=1230661&amp;amp;forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?thread_id=1230661&amp;amp;forum_id=262224&lt;/a&gt; ) and SSH2 support ( &lt;a href="http://sourceforge.net/forum/forum.php?thread_id=1218089&amp;amp;forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?thread_id=1218089&amp;amp;forum_id=262224&lt;/a&gt; ). I intend on rolling them both into the CVS soon, and creating three versions. Vanilla, HTTP and SSH2, as the application is already much larger than I would of liked, and SSH2 requires MIDP 2. &lt;br /&gt;
I'm going to have to brush up on my ant scripting :)&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Second, I've sent the last few hours getting the basics for my new, simplified input system ready. This is due in part due to the problems people are having on BBs, and part due to the problems I'm having on my Sendo M570 (two sides of the same coin, phone). I've also been playing with a few things so it might be fixed for the &amp;quot;Attribute Mismatch&amp;quot; bug, and the SonyEricsson k700i bug (I think it is the same bug).&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I still have a lot left to do, my current plan is to add a new conf system in the about screen.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;You can grab the beta (does not include either of Atsuhiko Yamanaka fantastic updates):&lt;br /&gt;
&lt;a href="http://j2mevnc.sf.net/downloads/VNCdebug.jad"&gt;http://j2mevnc.sf.net/downloads/VNCdebug.jad&lt;/a&gt; &lt;br /&gt;
&lt;a href="http://j2mevnc.sf.net/downloads/VNCdebug.jar"&gt;http://j2mevnc.sf.net/downloads/VNCdebug.jar&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The input system has been greatly simplified, you now only have one input mode (rather than a &amp;quot;game keys&amp;quot; mode and a &amp;quot;number keys&amp;quot; mode.) This can be changed either in the options menu, or via the star (*) key. The four modes are: &lt;br /&gt;
Nav - Direction buttons (and 2,4,6,8) move the screen &lt;br /&gt;
Mouse - Direction buttons (and 2,4,6,8) move the mouse, fire (and 5 ) fires, GAME_A ( or #) double clicks. &lt;br /&gt;
SMS - Uses my bad SMS implementation &lt;br /&gt;
Type - Will send the chars as - is. Like Numlock mode of 3.0.4.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I've quite a bit left to do before it is finished, but I'd like to know what you all think. Is splitting the modes a Good Thing(tm)? &lt;br /&gt;
I would like to make it user-expandable, but doing this in a clean, and lite way is not looking hopeful. &lt;/p&gt;
&lt;p&gt;Please send me feed back: &lt;a href="http://sourceforge.net/forum/forum.php?thread_id=1232049&amp;amp;forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?thread_id=1232049&amp;amp;forum_id=262224&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks, Mike&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Thu, 17 Feb 2005 04:48:11 -0000</pubDate><guid>https://sourceforge.neta491b5d2c8fec4e516404ef15dbf530b530456c7</guid></item><item><title>SSH2 Support</title><link>https://sourceforge.net/p/j2mevnc/news/2005/01/ssh2-support/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks to the wonderfull people over at JSch [ &lt;a href="http://j2me.jsch.org/" rel="nofollow"&gt;http://j2me.jsch.org/&lt;/a&gt; ], we have a J2ME VNC with SSH2 support! A big big thanks to Atsuhiko Yamanaka, and all the JSch team.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sourceforge.net/forum/forum.php?thread_id=1218089&amp;amp;forum_id=262224"&gt;https://sourceforge.net/forum/forum.php?thread_id=1218089&amp;amp;forum_id=262224&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Wed, 26 Jan 2005 23:35:16 -0000</pubDate><guid>https://sourceforge.netc143c241633d41138f4b5a88f6fa0e32a50ab1ce</guid></item><item><title>J2ME VNC - Beta 3.0.4</title><link>https://sourceforge.net/p/j2mevnc/news/2004/05/j2me-vnc---beta-304/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is a VNC client for mobile devices.&lt;br /&gt;
Work Everywhere!&lt;/p&gt;
&lt;p&gt;This release includes partial support for two new features, basic macros support and the HTTP Socket client code, but the server is still incomplete. Bugs effecting Black Berry and JBlend VMs, a number of small bugs affecting all platforms; as well as a major bug also affecting all platforms have been fixed. A number of small UI improvements have been incorporated, and the popular &amp;quot;Downloading&amp;quot; icon has been updated to a &amp;quot;Working&amp;quot; icon.&lt;/p&gt;
&lt;p&gt;As with all previous versions, it also includes a Nokia Compatibility Mode, AKA NCM (defaults to On, you can change this in the connection screen). Users should notice quite an improvement (if not using a Nokia phone, or a phone which has the same problems as Nokia phones) when this option is disabled, and J2ME VNC will not get confused (stop working).&lt;br /&gt;
You can read about this in the NCM Wiki page [ &lt;a href="http://j2mevnc.sourceforge.net/wiki/index.php/Nokia%20Compatability%20Mode"&gt;http://j2mevnc.sourceforge.net/wiki/index.php/Nokia%20Compatability%20Mode&lt;/a&gt; ].&lt;/p&gt;
&lt;p&gt;Please do submit a bug report [ &lt;a href="http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437"&gt;http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437&lt;/a&gt; ] or post on the forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ] if you have a problem. I do not currently own a mobile phone, and I am completely depended on you for input!&lt;/p&gt;
&lt;p&gt;Also, if you have a screen shot of it in action, I'd love to have it! Again, post on my forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ].&lt;/p&gt;
&lt;p&gt;Please consider donating [ &lt;a href="http://sourceforge.net/project/project_donations.php?group_id=76839"&gt;http://sourceforge.net/project/project_donations.php?group_id=76839&lt;/a&gt; ].&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Tue, 11 May 2004 02:34:12 -0000</pubDate><guid>https://sourceforge.netd7318acc0738b0e5f6aa7db0a056ec0f48df9971</guid></item><item><title>J2ME VNC 1 Year Old Today</title><link>https://sourceforge.net/p/j2mevnc/news/2004/03/j2me-vnc-1-year-old-today/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is celebrating its first birthday. I am very please with the success of J2ME VNC, with over 60,000 page views, and about 4,000 downloads (averaging about 10 a day), this has been my most successful open source project.&lt;br /&gt;
But it is not finished yet, not even near. But rest assured, I am still working hard on it (in between work, and real-life commitments). You can monitor the progress on the Ouzo Wiki page, and the task tracker. You too can help, by expanding the Wiki, writing code, translating it to a new language (or updating an old one), redoing the graphics, submitting bug reports or even donating some cash. &lt;/p&gt;
&lt;p&gt;Ouzo Wiki [ &lt;a href="http://j2mevnc.sourceforge.net/wiki/index.php?Ouzo"&gt;http://j2mevnc.sourceforge.net/wiki/index.php?Ouzo&lt;/a&gt; ]&lt;br /&gt;
Task Tracker [ &lt;a href="http://sourceforge.net/pm/?group_id=76839"&gt;http://sourceforge.net/pm/?group_id=76839&lt;/a&gt; ]&lt;br /&gt;
Wiki [ &lt;a href="http://j2mevnc.sourceforge.net/wiki/"&gt;http://j2mevnc.sourceforge.net/wiki/&lt;/a&gt; ]&lt;br /&gt;
Language Translating [ &lt;a href="http://j2mevnc.sourceforge.net/wiki/index.php?Translate"&gt;http://j2mevnc.sourceforge.net/wiki/index.php?Translate&lt;/a&gt; ]&lt;br /&gt;
Donate [ &lt;a href="http://sourceforge.net/project/project_donations.php?group_id=76839"&gt;http://sourceforge.net/project/project_donations.php?group_id=76839&lt;/a&gt; ]&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Sat, 20 Mar 2004 11:32:29 -0000</pubDate><guid>https://sourceforge.net5553a5b1bc0d11307d54ff811b20f0bcad4bce66</guid></item><item><title>J2ME VNC - Beta 3.0.1</title><link>https://sourceforge.net/p/j2mevnc/news/2004/02/j2me-vnc---beta-301/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is a VNC client for mobile devices.&lt;br /&gt;
Work Everywhere!&lt;/p&gt;
&lt;p&gt;I have released a new debug-only version, this is to address a small problem with the protocal implementation.&lt;/p&gt;
&lt;p&gt;It also includes a two improvements from Ouzo:&lt;br /&gt;
&lt;a href="http://j2mevnc.sourceforge.net/wiki/index.php/Ouzo"&gt;http://j2mevnc.sourceforge.net/wiki/index.php/Ouzo&lt;/a&gt; ) the client code for HTTPSocket&lt;br /&gt;
(does not work with out a server, which has not yet been completed ;) and Macro support, but for key presses only (no mouse, or screen movement yet).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-debug.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-debug.jad&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-debug.jar"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-debug.jar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you own a Nokia phone, or it &amp;quot;hangs&amp;quot; when connecting, please read: &lt;br /&gt;
&lt;a href="http://j2mevnc.sourceforge.net/wiki/index.php/Nokia%20Compatability%20Mode"&gt;http://j2mevnc.sourceforge.net/wiki/index.php/Nokia%20Compatability%20Mode&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Sun, 22 Feb 2004 13:54:47 -0000</pubDate><guid>https://sourceforge.net14e5bdf32af5e9cec201dbbb9f426ba8f3cb2966</guid></item><item><title>New Website Feature: Wiki</title><link>https://sourceforge.net/p/j2mevnc/news/2004/02/new-website-feature-wiki/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have added a Wiki to the J2ME VNC website, primarily as a cheap way of getting round the complete lack of documentation :)  Enjoy&lt;/p&gt;
&lt;p&gt;&lt;a href="http://j2mevnc.sourceforge.net/wiki/"&gt;http://j2mevnc.sourceforge.net/wiki/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Sun, 08 Feb 2004 12:58:12 -0000</pubDate><guid>https://sourceforge.net343eed9f21c882b40fc854b6e3ee14b8543c6f80</guid></item><item><title>J2ME VNC - Beta 3.0.0</title><link>https://sourceforge.net/p/j2mevnc/news/2003/11/j2me-vnc---beta-300/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is a VNC client for mobile devices.&lt;br /&gt;
Work Everywhere!&lt;/p&gt;
&lt;p&gt;Welcome to the first Beta. This version should be fully functional on all mobile devices supporting Sockets. If you have any problems, please try the Debug version on in the downloads at the bottom J2ME VNCs homepage.&lt;/p&gt;
&lt;p&gt;Nokia Compatibility Mode, AKA NCM: Users should notice quite an improvement (if not using a Nokia phone, or a phone which has the same problems as Nokia phones) when this option is disabled (enabled by default).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Thu, 06 Nov 2003 02:48:59 -0000</pubDate><guid>https://sourceforge.net13d7482633f83b9bcda163221198cb9e160c9362</guid></item><item><title>J2ME VNC - Alpha 2.9.5</title><link>https://sourceforge.net/p/j2mevnc/news/2003/10/j2me-vnc---alpha-295/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is a VNC client for mobile devices.&lt;br /&gt;
Work Everywhere!&lt;/p&gt;
&lt;p&gt;Nokia phones should work well with this release, and (as long as you do not do too much in close succession) will not lead to an Out Of Memory Error. It can still get confused if the server sends it data it is not expecting, or if the server combines updates, which is allowed in the specs. Unless Nokia release an update for its mobile phones, I do not see this improving much. Ill continue to tweak it in hope of getting a smother ride for Nokia users.&lt;/p&gt;
&lt;p&gt;It also includes a Nokia Compatibility Mode, AKA NCM (defaults to On, you can change this in the connection screen). Users should notice quite an improvement (if not using a Nokia phone, or a phone which has the same problems as Nokia phones) when this option is disabled, and J2ME VNC will not get confused (stop working).&lt;/p&gt;
&lt;p&gt;This is the last Alpha release, if I no one reports any problems with this version I will remove all the debug code and release it as Beta 1.&lt;/p&gt;
&lt;p&gt;Please do submit a bug report [ &lt;a href="http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437"&gt;http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437&lt;/a&gt; ] or post on the forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ] if you have a problem. I do not currently own a mobile phone, and I am completly depended on you for input!&lt;/p&gt;
&lt;p&gt;Also, if you have a screen shot of it in action, I'd love to have it! Again, post on my forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ].&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br /&gt;
English [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-en_gb-20031015.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-en_gb-20031015.jad&lt;/a&gt; ]&lt;br /&gt;
Greek [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-el-20031015.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-el-20031015.jad&lt;/a&gt; ]&lt;br /&gt;
German [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-de-20031015.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-de-20031015.jad&lt;/a&gt; ]&lt;br /&gt;
French [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-fr-20031015.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-fr-20031015.jad&lt;/a&gt; ]&lt;br /&gt;
Polish [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-pl-20031015.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-pl-20031015.jad&lt;/a&gt; ]&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Wed, 15 Oct 2003 05:35:27 -0000</pubDate><guid>https://sourceforge.net018ff86fa8fdf2172f4975bdf1229a3ec085814e</guid></item><item><title>J2ME VNC - Alpha 2.9.5</title><link>https://sourceforge.net/p/j2mevnc/news/2003/10/j2me-vnc---alpha-295-507/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;J2ME VNC is a VNC client for mobile devices.&lt;br /&gt;
Work Everywhere!&lt;/p&gt;
&lt;p&gt;Nokia phones should work well with this release, and (as long as you do not do too much in close succession) will not lead to an Out Of Memory Error. It can still get confused if the server sends it data it is not expecting, or if the server combines updates, which is allowed in the specs. Unless Nokia release an update for its mobile phones, I do not see this improving much. Ill continue to tweak it in hope of getting a smother ride for Nokia users.&lt;/p&gt;
&lt;p&gt;It also includes a Nokia Compatibility Mode, AKA NCM (defaults to On, you can change this in the connection screen). Users should notice quite an improvement (if not using a Nokia phone, or a phone which has the same problems as Nokia phones) when this option is disabled, and J2ME VNC will not get confused (stop working).&lt;/p&gt;
&lt;p&gt;This is the last Alpha release, if I no one reports any problems with this version I will remove all the debug code and release it as Beta 1.&lt;/p&gt;
&lt;p&gt;Please do submit a bug report [ &lt;a href="http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437"&gt;http://sourceforge.net/tracker/?group_id=76839&amp;amp;atid=548437&lt;/a&gt; ] or post on the forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ] if you have a problem. I do not currently own a mobile phone, and I am completly depended on you for input!&lt;/p&gt;
&lt;p&gt;Also, if you have a screen shot of it in action, I'd love to have it! Again, post on my forum [ &lt;a href="http://sourceforge.net/forum/forum.php?forum_id=262224"&gt;http://sourceforge.net/forum/forum.php?forum_id=262224&lt;/a&gt; ].&lt;/p&gt;
&lt;p&gt;Downloads:&lt;br /&gt;
English [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-en_gb-20030922.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-en_gb-20030922.jad&lt;/a&gt; ]&lt;br /&gt;
Greek [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-el-20030922.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-el-20030922.jad&lt;/a&gt; ]&lt;br /&gt;
German [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-de-20030922.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-de-20030922.jad&lt;/a&gt; ]&lt;br /&gt;
French [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-fr-20030922.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-fr-20030922.jad&lt;/a&gt; ]&lt;br /&gt;
Polish [ &lt;a href="http://j2mevnc.sourceforge.net/downloads/VNC-pl-20030922.jad"&gt;http://j2mevnc.sourceforge.net/downloads/VNC-pl-20030922.jad&lt;/a&gt; ]&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Micheal Lloyd Lee</dc:creator><pubDate>Wed, 15 Oct 2003 05:31:35 -0000</pubDate><guid>https://sourceforge.net97435c8b48d481d1da788869edd78158f6901028</guid></item></channel></rss>