<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PlaceOweb Dotclear - Mot-clé - j2me</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/j2me/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>J2ME : Appeler un téléphone</title>
        <link>https://dotclear.placeoweb.com/post/j2me-appeler-un-telephone</link>
        <guid isPermaLink="false">urn:md5:74342d2de9454ebb69e9d3c05144618b</guid>
        <pubDate>Tue, 29 Jul 2008 00:54:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Utiliser la fonction téléphoner (phone call) depuis un MIDlet J2ME&lt;/p&gt; &lt;p&gt;Appeler le 0601020304 :
try {
	MIDlet.platformRequest(&quot;tel:+33601020304&quot;);
} catch (ConnectionNotFoundException e) {
	e.printStackTrace();
}


Ressources :

URLs for Telephone Calls
javadoc : platformRequest
Invoking Platform Services in MIDP 2.0... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-appeler-un-telephone&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : Appeler un téléphone&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-appeler-un-telephone#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-appeler-un-telephone#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/137</wfw:commentRss>
              </item>
          <item>
        <title>J2ME : JSR disponibles sur le mobile</title>
        <link>https://dotclear.placeoweb.com/post/j2me-jsr-disponibles-sur-le-mobile</link>
        <guid isPermaLink="false">urn:md5:49b2fc40de104851a156f790bd2dbf03</guid>
        <pubDate>Mon, 28 Jul 2008 00:04:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Comment connaître les JSR disponibles sur votre appareil&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Dans un précédent post, nous avions vu comment obtenir des informations sur le système et l'application (MIDlet) lancée. Nous allons voir comment connaître les capacités de l'appareil selon les JSR qu'il peut utiliser :


Bibliothèques des devices

Détail de leur microedition.platform, microedition.configuration (ex:CLDC-1.1), microedition.profiles... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-jsr-disponibles-sur-le-mobile&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : JSR disponibles sur le mobile&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-jsr-disponibles-sur-le-mobile#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-jsr-disponibles-sur-le-mobile#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/136</wfw:commentRss>
              </item>
          <item>
        <title>J2ME : Version et mise à jour automatique du MIDlet</title>
        <link>https://dotclear.placeoweb.com/post/j2me-version-et-mise-a-jour-automatique-du-midlet</link>
        <guid isPermaLink="false">urn:md5:dcaefb9011c308fbe0cd5e663ba0893a</guid>
        <pubDate>Thu, 24 Jul 2008 00:49:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Comment connaître la version du MIDlet&amp;nbsp;? et qu'il se mette à jour automatiquement&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Obtenir les propriétés de l'application

MIDlet.getAppProperty(&quot;property&quot;);


où &quot;property&quot; peut être :


MIDlet-1
MIDlet-Jar-Size
MIDlet-Jar-URL
MIDlet-Name
MIDlet-Permissions
MIDlet-Vendor
MIDlet-Version : 1.0.10


Pour une numérotation correcte de la version du MIDlet suivez MIDlet Suite Versioning


La documentation JSR-000118 Mobile... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-version-et-mise-a-jour-automatique-du-midlet&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : Version et mise à jour automatique du MIDlet&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-version-et-mise-a-jour-automatique-du-midlet#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-version-et-mise-a-jour-automatique-du-midlet#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/135</wfw:commentRss>
              </item>
          <item>
        <title>J2ME : RMS</title>
        <link>https://dotclear.placeoweb.com/post/j2me-rms</link>
        <guid isPermaLink="false">urn:md5:e4ce04e7eb60a069206d4763501ff3a2</guid>
        <pubDate>Tue, 22 Jul 2008 00:10:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Utilisation du Record Management System (RMS), l'API pour le stockage persistant sur les appareils Java ME.&lt;/p&gt; &lt;p&gt;Entrée en matière avec Wikipédia sur Connected Limited Device Configuration contenant le minimum des classes bibliothèques Java nécessaires pour le fonctionnement d'une machine virtuelle Java (JVM).


Frameworks


Floggy

Floggy is a free object persistence framework  for J2ME/MIDP applications.


SerME

Database for mobile applications... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-rms&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : RMS&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-rms#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-rms#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/134</wfw:commentRss>
              </item>
          <item>
        <title>J2ME : JSON</title>
        <link>https://dotclear.placeoweb.com/post/j2me-json</link>
        <guid isPermaLink="false">urn:md5:da6564c56afac1beacb1d9abfc361557</guid>
        <pubDate>Thu, 17 Jul 2008 00:35:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Transfert d'objet en JSON sous J2ME&lt;/p&gt; &lt;p&gt;CLDC and MIDP - JSON on J2ME


Librairie


Librairie JSON pour J2ME zippée de JSON in Java.


Tutos


JSON in J2ME : What is JSON? read JSON from J2ME using the JSON j2me library


Mobile Ajax for Java ME

A JSON parser for Java ME
An Expression Language for Java ME
Asynchronous I/O for Java ME
Sample GPS app for Java ME
Sample Java ME client for... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-json&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : JSON&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-json#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-json#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/133</wfw:commentRss>
              </item>
          <item>
        <title>J2ME : Web Services avec KSOAP2</title>
        <link>https://dotclear.placeoweb.com/post/j2me-web-services-avec-ksoap2</link>
        <guid isPermaLink="false">urn:md5:ba7149bc3ae221b8e0adc173139108e9</guid>
        <pubDate>Fri, 11 Jul 2008 00:04:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Si vous souhaitez communiquer par WS depuis votre mobile, la lib KSOAP2 est faite pour vous si votre device ne supporte la JSR172.&lt;/p&gt; &lt;p&gt;Partant du tuto J2ME KSOAP2 de Jean-Pierre Clair, j'ai rencontré les problèmes résolus ci dessous :


Premier problème intervenu sous Eclipse lors la compilation J2ME avec l'erreur suivante :

java.lang.NoClassDefFoundError: org/xmlpull/v1/XmlPullParserException


J'avais bien inclus le ksoap2-j2me-core-2.1.2.jar, mais pour permettre la compilation... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-web-services-avec-ksoap2&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME : Web Services avec KSOAP2&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-web-services-avec-ksoap2#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-web-services-avec-ksoap2#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/130</wfw:commentRss>
              </item>
          <item>
        <title>Eclipse : J2ME</title>
        <link>https://dotclear.placeoweb.com/post/Eclipse-j2me</link>
        <guid isPermaLink="false">urn:md5:ce7f97f261de4138e378c1c686aa74f5</guid>
        <pubDate>Wed, 09 Jul 2008 00:58:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>eclipse</category>
                  <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Quelques pas en J2ME avec Eclipse&lt;/p&gt; &lt;p&gt;Configuration :

java.version=1.5.0_06
java.version=1.6.0_06
Eclipse Ganymede (Version: 3.4.0)
WTK2.5.2


Compiler votre projet et exporter .jad et .jar

J2ME

Create Package


Vous retrouverez ces fichiers dans votre projet/deployed


Essai du framework Floggy

J2ME

Create Package


Errors during build.

 Errors running builder 'Preverification'... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Eclipse-j2me&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Eclipse : J2ME&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Eclipse-j2me#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Eclipse-j2me#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/129</wfw:commentRss>
              </item>
          <item>
        <title>J2ME library (failed to get library information)</title>
        <link>https://dotclear.placeoweb.com/post/j2me-library-failed-to-get-library-information</link>
        <guid isPermaLink="false">urn:md5:53ae0d0b02ddfdc40bddd01102aa0d64</guid>
        <pubDate>Tue, 08 Jul 2008 00:36:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;Si dans le &lt;q&gt;Java Build Path&lt;/q&gt; de votre Eclipse + EclipseME vous avez le message &lt;strong&gt;J2ME library (failed to get library information)&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Résolution

Régénérer automatiquement la J2MELIB en modifiant les paramètres J2ME de votre projet :

Properties

J2ME

Device

Group : Sun Java (TM) Wireless Toolkit 2.5.2 for CLDC
Device : DefaultColorPhone





Par exemple en passant de DefaultColorPhone à DefaultGreyPhone, puis appliquer (Apply), puis on remet celui par défaut, on applique et... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me-library-failed-to-get-library-information&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME library (failed to get library information)&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me-library-failed-to-get-library-information#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me-library-failed-to-get-library-information#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/126</wfw:commentRss>
              </item>
          <item>
        <title>J2ME ou JAVAME</title>
        <link>https://dotclear.placeoweb.com/post/j2me</link>
        <guid isPermaLink="false">urn:md5:18f414f693a15008828ad8aa4f0247cf</guid>
        <pubDate>Wed, 11 Oct 2006 00:48:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>j2me</category>
                  <category>java</category>
                <description>&lt;p&gt;J2ME ou JAVAME - Micro Edition ou Mobile Edition permet d'embarquer ses programmes Java sur les micro appareils, tels que les téléphones portables, PDA, etc...&lt;/p&gt; &lt;p&gt;Qu'est ce que J2ME ?


La Plate-forme Java 2, Micro Edition (plate-forme J2ME), est la plate-forme Java des périphériques grand public et intégrés, tels que les téléphones portables, les assistants numériques personnels (PDA), les décodeurs TV et tout un éventail d'autres appareils mobiles et sans fil. J2ME est semblable à l'environnement... &lt;a href=&quot;https://dotclear.placeoweb.com/post/j2me&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; J2ME ou JAVAME&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/j2me#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/j2me#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/26</wfw:commentRss>
              </item>
      </channel>
</rss>
