<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Java 2 Micro Edition</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=41</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="41-004884">
            <title>Help needed for the Final year project (A Mobile App)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004884</link>
            <description>Hi ,&lt;br /&gt; &lt;br /&gt;I am a final year student doing my degree in Computing Specialized in Software Engineering. My final year project is a Mobile application which provides location based information services. Basically this application will be allow the application user to locate himself first and locate important places around him such as hospitals, restaurants and etc. So I am planning to locate the user using GPS(Global Positioning System). In addition I am planning to use the location API in java. To show the important places to the user I thought of using maps. I will have to make use of maps of only one city. &lt;br /&gt; &lt;br /&gt; What i want to know is how to (the best way to) process,display and store maps. Hope you will give a good response....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004884</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004884Uditha De Silva</comments>
            <author/>
            <pubDate>Tue, 13 May 2008 09:11:11 MDT</pubDate>
        </item>
        <item uniqueID="41-004883">
            <title>obfuscate package in j2me</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004883</link>
            <description>hi all,&lt;br /&gt; &lt;br /&gt;i am having a problem in obfuscating package in j2me, i have installed proguard4.2 and in eclipse --&amp;gt;prefereences-&amp;gt;j2me-&amp;gt;obfuscate-&amp;gt; i pointed the root directory of proguard.&lt;br /&gt; &lt;br /&gt;but when i try to create package, its says configure proguard.&lt;br /&gt; &lt;br /&gt;i want to know what exactly should be steps to configure proguard.&lt;br /&gt; &lt;br /&gt;any suggestions would be helpful.&lt;br /&gt; &lt;br /&gt;thanks&lt;br /&gt;geetha</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004883</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004883geetha uma</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 04:46:55 MDT</pubDate>
        </item>
        <item uniqueID="41-004882">
            <title>j2me obfuscate package</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004882</link>
            <description>hi all,&lt;br /&gt; &lt;br /&gt;i am having a problem in obfuscating package in j2me, i have installed proguard4.2 and in eclipse --&amp;gt;prefereences-&amp;gt;j2me-&amp;gt;obfuscate-&amp;gt; i pointed the root directory of proguard.&lt;br /&gt; &lt;br /&gt;but when i try to create package, its says configure proguard.&lt;br /&gt; &lt;br /&gt;i want to know what exactly should be steps to configure proguard.&lt;br /&gt; &lt;br /&gt;any suggestions would be helpful.&lt;br /&gt; &lt;br /&gt;thanks&lt;br /&gt;geetha</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004882</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004882geetha uma</comments>
            <author/>
            <pubDate>Thu, 8 May 2008 02:12:55 MDT</pubDate>
        </item>
        <item uniqueID="41-004881">
            <title>Problem while translating Mesh(JSR 184)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004881</link>
            <description>Hi,&lt;br /&gt;I am developing a 3D game. I have a Mesh and I am trying to translate it using the following code:&lt;br /&gt;public void translate(float dx, float dy, float dz)&lt;br /&gt;{&lt;br /&gt;iTM.get(f);&lt;br /&gt;f[3] += dx; f[7] += dy; f[11] += dz;&lt;br /&gt;iTM.set(f);&lt;br /&gt;}&lt;br /&gt;I have also tried to translate using postTranslate() method of transform.&lt;br /&gt;But translation is not smooth, it is translating with some jurk. I have tried with different timer values, ie in Thread.sleep(delay). I have given different values to delay, I have also tried by involving "dt" ie system currenttime-PrevTime. But still it is having some jurk. &lt;br /&gt;If I give a very small amount of translation then it looks good but it translate very slow, I need a fast translation.&lt;br /&gt;It ma...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004881</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004881Aparna Bhure</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 22:32:51 MDT</pubDate>
        </item>
        <item uniqueID="41-004880">
            <title>Launching problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004880</link>
            <description>I have a following problem with running/deguging midlets.&lt;br /&gt; &lt;br /&gt;If I try to run or to debug midlet(HelloWorld.java), it will throw Error Launching window "Filename, directory name or label package is invalid."&lt;br /&gt; &lt;br /&gt;Could you help me, please.&lt;br /&gt; &lt;br /&gt;----------&lt;br /&gt;Win XP SP2&lt;br /&gt;JDK 6&lt;br /&gt;Sun Java Wireless Toolkit 2.5.2 for CLDC&lt;br /&gt;Eclipse 3.2&lt;br /&gt;EclipseME 1.7.9</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004880</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004880manu chao</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 12:54:50 MDT</pubDate>
        </item>
        <item uniqueID="41-004879">
            <title>Mobile answering Machine</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004879</link>
            <description>Hello all.. I am trying to create mobile answering machine in J2me..&lt;br /&gt;I was able to record and play normal voice using MMAPI.. Now, I want to know how to receive call by the application and record the other person's voice. &lt;br /&gt; &lt;br /&gt;Checking Java Telephony API but have read that no phones currently support it... so is it true? if yes, what are the alternatives?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004879</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004879srikanth nutigattu</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 07:08:49 MDT</pubDate>
        </item>
        <item uniqueID="41-004878">
            <title>Problem with nokia S40 series</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004878</link>
            <description>Hi everyone.&lt;br /&gt;I have developped an application for mobile banking ...&lt;br /&gt;The problem is it works fine on any SonyErricson and nokia phones except nokia S40 series .&lt;br /&gt; &lt;br /&gt;The error is : Out of memory error &lt;br /&gt; &lt;br /&gt;I cash images into ram at startup (in an array of Images exactly 150 images ) everything goes fine except S40 that stops loading images to memory with the mentioned Exception ! &lt;br /&gt;I use the memory profiler and it shows that the maximum JVM used ram is about 240kb and I know the spec for the phone I'm testing the app on it (Nokia 5310) has a limit of 2mb heap size.&lt;br /&gt; &lt;br /&gt;what do you suggest???</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004878</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004878Kamyar Onikzeh</comments>
            <author/>
            <pubDate>Tue, 6 May 2008 05:40:49 MDT</pubDate>
        </item>
        <item uniqueID="41-004877">
            <title>Possibility to run a midlet in back ground</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004877</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;Is there any possibility for running a midlet in the background.&lt;br /&gt;if so, how can i start that app while phone is turned on.&lt;br /&gt;again how to get the control back to my app.&lt;br /&gt; &lt;br /&gt;thanks in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004877</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004877RadhaRavi Kiran</comments>
            <author/>
            <pubDate>Sun, 4 May 2008 23:54:36 MDT</pubDate>
        </item>
        <item uniqueID="41-004876">
            <title>design parttens for j2me</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004876</link>
            <description>hi anyone let me know design parttens for j2me , &lt;br /&gt;the best pratices and other suffs . I searched on the google but i &lt;br /&gt;unable to find anything .&lt;br /&gt; &lt;br /&gt;I mean anything leagal . Oky .&lt;br /&gt;I mean ~leagal oky ! he he !</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004876</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004876sandun dhammika perera</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 13:58:16 MDT</pubDate>
        </item>
        <item uniqueID="41-004875">
            <title>display.setCurrent() --- switchDisplayable() Difference???</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004875</link>
            <description>i guess both methods are doing same thing if im not wrong.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;can anyone tell me the difference between these two?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004875</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004875Sandeep Sirsekar</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 10:20:15 MDT</pubDate>
        </item>
        <item uniqueID="41-004874">
            <title>Alert Problem - polish.css will work or AlertType will work??</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004874</link>
            <description>i want to show my Alert but when it appears it covers whole screen.&lt;br /&gt;but i want to show it in only 30% part of screen as we normally getting.&lt;br /&gt;But i am not able to do that.&lt;br /&gt; &lt;br /&gt;i used AlertType.[AllPosibleStaticVariables]&lt;br /&gt;but still getting full screen.&lt;br /&gt; &lt;br /&gt;can polish.css can help because application is in J2ME polish.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004874</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004874Sandeep Sirsekar</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 10:18:16 MDT</pubDate>
        </item>
        <item uniqueID="41-004873">
            <title>Sony(Works Fine) Nokia(Can't Even Connect To Server)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004873</link>
            <description>I have one application which works fine with sony and fetches result from server.and shows result correctly , everything is just fine.&lt;br /&gt; &lt;br /&gt;But when i install and run same application in Nokia It does'nt Work and comes immediately after login and i think its not even connecting to server.&lt;br /&gt; &lt;br /&gt;i can't understand why its happening.&lt;br /&gt;Anyone having any idea.&lt;br /&gt;Any???</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004873</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004873Sandeep Sirsekar</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 10:14:15 MDT</pubDate>
        </item>
        <item uniqueID="41-004872">
            <title>Java ME and SCMAD study guides</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004872</link>
            <description>Hi.&lt;br /&gt; &lt;br /&gt;Below is a link to a study guide I wrote some time ago when studying to SCMAD. There's an eclipse workspace with API-usage samples, and a study guide/presentation.&lt;br /&gt; &lt;br /&gt;http://taxista.googlepages.com/ (http://taxista.googlepages.com/)&lt;br /&gt; &lt;br /&gt;If you find any error, please report to taxista at gmail.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Eduardo.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004872</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004872eduardo ferreira</comments>
            <author/>
            <pubDate>Mon, 28 Apr 2008 05:50:15 MDT</pubDate>
        </item>
        <item uniqueID="41-004871">
            <title>calculate with dates</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004871</link>
            <description>I want to have 2 dates on a midlet but it seems that it das not work.&lt;br /&gt;the java code that I want to translate to a Midlet is this.&lt;br /&gt;GregorianCalendar day = new GregorianCalendar();&lt;br /&gt; GregorianCalendar back = new GregorianCalendar();&lt;br /&gt; back.add(Calendar.DATE, -35);&lt;br /&gt; Date d = day.getTime();&lt;br /&gt; Date e = back.getTime();&lt;br /&gt; DateFormat A = DateFormat.getDateInstance(DateFormat.LONG);&lt;br /&gt; DateFormat C = DateFormat.getDateInstance(DateFormat.LONG);&lt;br /&gt; String B = A.format(d);&lt;br /&gt; String T = C.format(e);&lt;br /&gt;whats wrong.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004871</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004871bs vest</comments>
            <author/>
            <pubDate>Sun, 27 Apr 2008 01:40:11 MDT</pubDate>
        </item>
        <item uniqueID="41-004870">
            <title>Mobile service provider simulator</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004870</link>
            <description>I am in need of a mobile service provider simulator for some testing purposes. If any of you are aware of a good simulator please let me know.&lt;br /&gt; &lt;br /&gt;Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004870</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004870Anuradha Karunamuni</comments>
            <author/>
            <pubDate>Sun, 27 Apr 2008 01:04:11 MDT</pubDate>
        </item>
        <item uniqueID="41-004869">
            <title>swt.custom.sashform</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004869</link>
            <description>Hi there,&lt;br /&gt; &lt;br /&gt;Has anybody used SWT sashform on pda&lt;br /&gt; &lt;br /&gt;I mean if there support for swt.custom.sashform for PDA&lt;br /&gt; &lt;br /&gt;Thanks in Advance&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Paraakaram</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004869</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004869paraakaram verma</comments>
            <author/>
            <pubDate>Wed, 23 Apr 2008 05:45:59 MDT</pubDate>
        </item>
        <item uniqueID="41-004867">
            <title>Need a to solution, anybody help</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004867</link>
            <description>1. Implement the square root function using binary search &lt;br /&gt;(DO NOT USE Math.sqrt() OR ANY OTHER Math function except abs()). &lt;br /&gt;NOTE: THIS CODE SHOULD USE BINARY SEARCH, NOT NEWTON's METHOD! &lt;br /&gt;(if you copy code from the web it is likely to be Newton's method, in that case you will not get credit for this problem)&lt;br /&gt;The answer should be accurate to at least 4 decimal places (&lt;br /&gt; public static double mySqrt(double inp){ . . . }&lt;br /&gt; &lt;br /&gt;2. Write a function to count the number of times each word appears in some English text. &lt;br /&gt;(The words are separated by white spaces.)&lt;br /&gt;Then print out each word in alphabetic order (you may assume that this is the same as the natural ordering of the String class), and how many ti...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004867</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004867Nathan HighLander</comments>
            <author/>
            <pubDate>Tue, 22 Apr 2008 17:23:47 MDT</pubDate>
        </item>
        <item uniqueID="41-004866">
            <title>price of J2ME game programming</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004866</link>
            <description>Hi, I am new here &lt;br /&gt;I&#xFFFD;m considering about making j2me game for cell phones. I am not sure if this will be freeware or if this will be worth to try to sell it. I never made any game before, so Im not experieced in this. But I am professional 3d and 2d artist and also game player &lt;br /&gt; &lt;br /&gt;I want to ask how much could it cost to make programming for simple adventure game (something like silent hill for cell phones, but with no monsters and with more riddles)? I mean I am not programmer and it is hard for me. So I am asking if I will pay someone for programming game like this, how much will it cost (approximately)...&lt;br /&gt; &lt;br /&gt;thanks!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004866</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004866total science</comments>
            <author/>
            <pubDate>Tue, 22 Apr 2008 16:31:46 MDT</pubDate>
        </item>
        <item uniqueID="41-004865">
            <title>Offline PDA syncing ??</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004865</link>
            <description>I have a web application which does some financial data operations. The web application runs on intranet and is built in J2EE(Struts framework).&lt;br /&gt;Now, there is a new requirement. The client wants that the application should run on a PDA while an agent is on road and should be able to update local database in PDA while on field. When he returns he should be able to connect the PDA to a system and sync his data with that on server. Basically, the updates he makes should be reflected on server.&lt;br /&gt; &lt;br /&gt;Now, Is this possible(basically that offline syncing)? Also, what changes would the application require to run on PDA. Will I require to redevelop it in J2ME(Don't know much about it)? &lt;br /&gt; &lt;br /&gt;If, it's feasible then what PDA is best...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004865</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004865Anubhav Anand</comments>
            <author/>
            <pubDate>Mon, 21 Apr 2008 03:26:18 MDT</pubDate>
        </item>
        <item uniqueID="41-004864">
            <title>Getting started guide</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004864</link>
            <description>Could somebody point a good getting started guide on JMED for personsw ith some Java background? Specifically I'm interested what version of JDK I should use to compile, is any byte code difference, where to get compatible RTE libraries, how to package, how load and run, how debug, ship and sell.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004864</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004864D Rog</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 11:52:18 MDT</pubDate>
        </item>
        <item uniqueID="41-004863">
            <title>What are Midlets</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004863</link>
            <description>Hi, &lt;br /&gt; &lt;br /&gt;I am new to J2ME&lt;br /&gt; &lt;br /&gt;Just a few questions to ask?&lt;br /&gt; &lt;br /&gt;1. Is any java application which is run on midp2.0/cldc1.1 called Midlet&lt;br /&gt; &lt;br /&gt;2. If the above is correct, what is the correct way to create a application jar or Midlet.&lt;br /&gt; &lt;br /&gt;3. what is the role of .jad and .crt files and are they necessary to deploy the application on pda/emulator&lt;br /&gt; &lt;br /&gt;4. how can we create .jad and .crt files for the application jar, are there any tools available. &lt;br /&gt; &lt;br /&gt;5. How do I deploy the application on emulator, I am using J9 as jvm here&lt;br /&gt;and have created the J9/MIDP20/ Folders under Program Files and copied bin, lib and examples folder from the J9 which got installed on my PC to Emulator&lt;br /&gt; &lt;br /&gt;6...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004863</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004863paraakaram verma</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 05:12:18 MDT</pubDate>
        </item>
        <item uniqueID="41-004862">
            <title>Deploying Appliation on Emulator with WM5, using J9 JVM</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004862</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I deveeloped a client sever application for PDA to share files with the server using wi-fi&lt;br /&gt; &lt;br /&gt;My client side is in SWT, &lt;br /&gt; &lt;br /&gt; A quick List of facts&lt;br /&gt; - The application has been developed against J9, on Eclipse.&lt;br /&gt; - I am trying to test the application on EMULATOR with J9 for WM5 Installed on it.&lt;br /&gt; &lt;br /&gt; What I have done till now&lt;br /&gt;1. The code works fine on development platform.&lt;br /&gt;2. On the emulator, I was able to find J9 for WM5, but I am not sure if it is correct.According to the installation file, which came with J9, I have run the sample example which came with the J9 using emultor.exe. The example runs fine, I have tried to follow the same path using emulator.exe to run my applicat...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004862</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004862paraakaram verma</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 04:50:17 MDT</pubDate>
        </item>
        <item uniqueID="41-004857">
            <title>Need Cool IDeas For my Final Yerar Project</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857</link>
            <description>Hi&lt;br /&gt;I'm doing Software engineering degree and starting my third year in this may.So i have to do a individual final year project.So i have some ideas but i thought they are too simple for FYP.I'm interesting in to develop a mobile application.So i need your guys ideas then i can choose one.Hope I'll get lot of ideas.&lt;br /&gt;Thank u</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857Kasun Chandrasiri</comments>
            <author/>
            <pubDate>Thu, 17 Apr 2008 02:49:30 MDT</pubDate>
        </item>
        <item uniqueID="41-004861">
            <title>Special character question...</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004861</link>
            <description>Does anyone know how I can get this character...&lt;br /&gt; &lt;br /&gt;&amp;#9492;&lt;br /&gt; &lt;br /&gt;...to appear on a mobile device. At the moment, it comes out as a question mark.&lt;br /&gt; &lt;br /&gt;Cheers,&lt;br /&gt;James</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004861</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004861James Hodgkiss</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 11:37:01 MDT</pubDate>
        </item>
        <item uniqueID="41-004860">
            <title>Multiple message connections problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860</link>
            <description>hi, &lt;br /&gt;I want to have two message connections (wmapi 2) in one midlet. In specification is written that i can have multiple MessageConnections open simultaneously.&lt;br /&gt;I CAN open two message connections (no exceptions) and connection, that I opened first works fine. But when I am trying to use send() method on a second connection IOException is thrown /Connection closed/. Both connections are opened and run in different threads.&lt;br /&gt;Any ideas?&lt;br /&gt;Thanks a lot.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860joobha joobha</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 08:59:01 MDT</pubDate>
        </item>
        <item uniqueID="41-004860">
            <title>Multiple message connections problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860</link>
            <description>hi, &lt;br /&gt;I want to have two message connections (wmapi 2) in one midlet. In specification is written that i can have multiple MessageConnections open simultaneously.&lt;br /&gt;I CAN open two message connections (no exceptions) and connection, that I opened first works fine. But when I am trying to use send() method on a second connection IOException is thrown /Connection closed/. Both connections are opened and run in different threads.&lt;br /&gt;Any ideas?&lt;br /&gt;Thanks a lot.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004860joobha joobha</comments>
            <author/>
            <pubDate>Wed, 16 Apr 2008 03:57:00 MDT</pubDate>
        </item>
        <item uniqueID="41-004850">
            <title>HTTP Post on UMTS stops</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004850</link>
            <description>Hi there I modified the code from this thread (http://) to suit the needs of J2ME:&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; &lt;br /&gt;package some.package.util.http;&lt;br /&gt;/*&lt;br /&gt; &lt;br /&gt; * Original source code: http://forum.java.sun.com/thread.jspa?forumID=256&amp;threadID=451245 (http://forum.java.sun.com/thread.jspa?forumID=256&amp;threadID=451245)&lt;br /&gt; &lt;br /&gt; * This source was adapted to meet the requirements of J2ME&lt;br /&gt; &lt;br /&gt; */&lt;br /&gt;/**&lt;br /&gt; * @author tb&lt;br /&gt; */&lt;br /&gt; &lt;br /&gt;import java.io.*;&lt;br /&gt;import java.util.Enumeration;&lt;br /&gt;import java.util.Vector;&lt;br /&gt;import javax.microedition.io.Connector;&lt;br /&gt;import javax.microedition.io.HttpConnection;&lt;br /&gt;import javax.microedition.io.file.FileConnection; &lt;br /&gt; &lt;br /&gt;/**&lt;br /&gt; * &amp;l...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004850</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004850Tilman Bender</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:52:58 MDT</pubDate>
        </item>
        <item uniqueID="41-004478">
            <title>Verification error on Blackberry 8100</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004478</link>
            <description>Hi,&lt;br /&gt;I'm new to blackberry development and please forgive me if this is a very dumb question.&lt;br /&gt;When I start the app on the device pearl 8100, I get "Error starting appname: Module 'appname' has verification error 2124 at offset 1841". I have looked at the known issues from Blackbery which links this error to setting the Midlet as private. But my midlet has public access. I have also searched in google and have not found any answer to this error. Can anyone please help me?&lt;br /&gt; &lt;br /&gt;If I run the app on the emulator, I get JVM error 104: uncaught exception and then when I say continue, it gives the same verification error as above.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;thanks,&lt;br /&gt;RS</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004478</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004478Rita Smith</comments>
            <author/>
            <pubDate>Tue, 15 Apr 2008 09:18:58 MDT</pubDate>
        </item>
        <item uniqueID="41-004858">
            <title>Why deleted project is showing up in sun java wireless toolkit?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004858</link>
            <description>Hi..i am using sun java wireless toolkit for cldc.I deleted the project folder from application folder but the project is still showing up in toolkit and when I created new project of same name and execute the project after building it.It was running acoording to the old deleted version?Can anybody tell me what is the problem?&lt;br /&gt; &lt;br /&gt;Thankyou</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004858</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004858</comments>
            <pubDate>Tue, 15 Apr 2008 04:37:20 MDT</pubDate>
        </item>
        <item uniqueID="41-004857">
            <title>Need Cool IDeas For my Final Yerar Project</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857</link>
            <description>Hi&lt;br /&gt;I'm doing Software engineering degree and starting my third year in this may.So i have to do a individual final year project.So i have some ideas but i thought they are two simple for FYP.I'm interesting in to develop a mobile application.So i need your guys ideas then i can choose one.Hope I'll get lot of ideas.&lt;br /&gt;Thank u</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=41&amp;t=004857</comments>
            <pubDate>Tue, 15 Apr 2008 03:43:19 MDT</pubDate>
        </item> 
    </channel>
</rss>
