<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>netbeans-mobility-users archive</title>
<atom:link href="http://www.listware.net/feed-netbeans-mobility-users.xml" rel="self" type="application/rss+xml" />
<link>http://www.listware.net/list-netbeans-mobility-users.html</link>
<description>netbeans-mobility-users archive</description>
<pubDate>2010-09-05T07:23:06+00:00</pubDate>
<generator>ListWare</generator>
<language>en</language>
<item>
<title>mobility -  RemoteException error</title>
<link>http://www.listware.net/201009/netbeans-mobility-users/13766-mobility-remoteexception-error.html</link>
<pubDate>2010-09-05T07:23:06+00:00</pubDate>
<dc:creator>goh6613</dc:creator>
<category><![CDATA[netbeans-mobility-users,201009]]></category>
<guid isPermaLink="true">http://www.listware.net/201009/netbeans-mobility-users/13766-mobility-remoteexception-error.html</guid>
<description><![CDATA[hi all<br>
i am trying to call .net web service from a j2me program, it works fine in the simulator, but it return me this error when i try to run it in my handphone (nokia 3110c)<br>
No Class Def Found Error Java/lang/NoClassDefFoundError java/rmi/RemoteException<br>
but i try to run it in Nokia n82, it works fine....<br>
so can someone tell me what is the problem and how to solve it<br>
thanks<br>
<br>

<ul>
<li><a href="http://www.listware.net/201009/netbeans-mobility-users/13766-mobility-remoteexception-error.html" title="mobility -  RemoteException error">mobility -  RemoteException error</a> by goh6613 on <i>2010-09-05T07:23:06+00:00</i></li>
</ul>]]></description>
<content:encoded><![CDATA[hi all<br>
i am trying to call .net web service from a j2me program, it works fine in the simulator, but it return me this error when i try to run it in my handphone (nokia 3110c)<br>
No Class Def Found Error Java/lang/NoClassDefFoundError java/rmi/RemoteException<br>
but i try to run it in Nokia n82, it works fine....<br>
so can someone tell me what is the problem and how to solve it<br>
thanks<br>
<br>

<ul>
<li><a href="http://www.listware.net/201009/netbeans-mobility-users/13766-mobility-remoteexception-error.html" title="mobility -  RemoteException error">mobility -  RemoteException error</a> by goh6613 on <i>2010-09-05T07:23:06+00:00</i></li>
</ul>]]></content:encoded>
</item>
<item>
<title>mobility -  Base64 encode issue</title>
<link>http://www.listware.net/201009/netbeans-mobility-users/5169-mobility-base64-encode-issue.html</link>
<pubDate>2010-09-02T14:20:51+00:00</pubDate>
<dc:creator>JULIAN ENRIQUE OSORIO AMAYA</dc:creator>
<category><![CDATA[netbeans-mobility-users,201009]]></category>
<guid isPermaLink="true">http://www.listware.net/201009/netbeans-mobility-users/5169-mobility-base64-encode-issue.html</guid>
<description><![CDATA[Greetings.<br>
Looking for an algorithm to encode/decode an image to Base64<br>
http://forums.sun.com/thread.jspa?forumID=76&threadID=665487<br>
or<br>
http://jcs.mobile-utopia.com/jcs/5377-Base64.java<br>
Always throws this<br>
exception<br>
Uncaught exception: java.lang.Error: ClassFormatError: Invalid version in<br>
.class file<br>
        at org.app.dev.midlet.MainMidlet.obtenerImagen(MainMidlet.java:245)<br>
        at<br>
org.app.dev.midlet.MainMidlet.mostrarFormularioEnvio(MainMidlet.java:263)<br>
        at org.app.dev.midlet.MainMidlet.commandAction(MainMidlet.java:437)<br>
        at org.netbeans.microedition.lcdui.pda.FileBrowser.doDismiss(),<br>
bci=47<br>
        at<br>
org.netbeans.microedition.lcdui.pda.FileBrowser.access$400(FileBrowser.java:59)<br>
        at<br>
org.netbeans.microedition.lcdui.pda.FileBrowser$2.run(FileBrowser.java:155)<br>
        at java.lang.Thread.run(), bci=11<br>
#<br>
# CLDC HotSpot VM Error, assertion failure<br>
#<br>
# Error ID: (asm macro expansion), 1<br>
#<br>
# assert(!Thread::current-has-pending-exception(), "JVM-ZCHECK sanity check<br>
2")<br>
#<br>
What could be wrong?<br>
Thanks for your time.<br>
Greetings.Looking for an algorithm to encode/decode an image to Base64http://forums.sun.com/thread.jspa?forumID=76&amp;threadID=665487<br>
orhttp://jcs.mobile-utopia.com/jcs/5377-Base64.java<br>
Always throws this exception<br>
Uncaught exception: java.lang.Error: ClassFormatError: Invalid version in .class file
<ul>
<li><a href="http://www.listware.net/201009/netbeans-mobility-users/5169-mobility-base64-encode-issue.html" title="mobility -  Base64 encode issue">mobility -  Base64 encode issue</a> by JULIAN ENRIQUE OSORIO AMAYA on <i>2010-09-02T14:20:51+00:00</i></li>
</ul>]]></description>
<content:encoded><![CDATA[Greetings.<br>
Looking for an algorithm to encode/decode an image to Base64<br>
http://forums.sun.com/thread.jspa?forumID=76&threadID=665487<br>
or<br>
http://jcs.mobile-utopia.com/jcs/5377-Base64.java<br>
Always throws this<br>
exception<br>
Uncaught exception: java.lang.Error: ClassFormatError: Invalid version in<br>
.class file<br>
        at org.app.dev.midlet.MainMidlet.obtenerImagen(MainMidlet.java:245)<br>
        at<br>
org.app.dev.midlet.MainMidlet.mostrarFormularioEnvio(MainMidlet.java:263)<br>
        at org.app.dev.midlet.MainMidlet.commandAction(MainMidlet.java:437)<br>
        at org.netbeans.microedition.lcdui.pda.FileBrowser.doDismiss(),<br>
bci=47<br>
        at<br>
org.netbeans.microedition.lcdui.pda.FileBrowser.access$400(FileBrowser.java:59)<br>
        at<br>
org.netbeans.microedition.lcdui.pda.FileBrowser$2.run(FileBrowser.java:155)<br>
        at java.lang.Thread.run(), bci=11<br>
#<br>
# CLDC HotSpot VM Error, assertion failure<br>
#<br>
# Error ID: (asm macro expansion), 1<br>
#<br>
# assert(!Thread::current-has-pending-exception(), "JVM-ZCHECK sanity check<br>
2")<br>
#<br>
What could be wrong?<br>
Thanks for your time.<br>
Greetings.Looking for an algorithm to encode/decode an image to Base64http://forums.sun.com/thread.jspa?forumID=76&amp;threadID=665487<br>
orhttp://jcs.mobile-utopia.com/jcs/5377-Base64.java<br>
Always throws this exception<br>
Uncaught exception: java.lang.Error: ClassFormatError: Invalid version in .class file
<ul>
<li><a href="http://www.listware.net/201009/netbeans-mobility-users/5169-mobility-base64-encode-issue.html" title="mobility -  Base64 encode issue">mobility -  Base64 encode issue</a> by JULIAN ENRIQUE OSORIO AMAYA on <i>2010-09-02T14:20:51+00:00</i></li>
</ul>]]></content:encoded>
</item>
</channel>
</rss>