<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: gvSIG Mobile on Openmoko</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello Yorick. I understand then that your phone is not Java-enabled right now?<BR>
<BR>
Can you copy the attached 'go.jar' to your phone and type from the same folder:<BR>
<BR>
jamvm -cp ./go.jar org.test.go<BR>
<BR>
This what I get:<BR>
<BR>
root@om-gta02:~# jamvm -cp ./go.jar org.test.go<BR>
Hello class: java.lang.Class<BR>
root@om-gta02:~#<BR>
<BR>
<BR>
<BR>
What do you get?<BR>
<BR>
<BR>
<BR>
Regards,<BR>
<BR>
<BR>
<BR>
Juan Lucas Domínguez Rubio<BR>
---<BR>
Prodevelop SL, Valencia (España)<BR>
0° 22' 49.62&quot; W, 39° 28' 25.45&quot; N<BR>
Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR>
<A HREF="http://www.prodevelop.es">http://www.prodevelop.es</A><BR>
---<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: community-bounces@lists.openmoko.org on behalf of Yorick Moko<BR>
Sent: Mon 16/03/2009 18:26<BR>
To: List for Openmoko community discussion<BR>
Subject: Re: gvSIG Mobile on Openmoko<BR>
<BR>
thanks for your help, but i get:<BR>
<BR>
root@om-gta02 ~ $ opkg install cacao -force-depends<BR>
Installing cacao (0.99.3-r5.1) to root...<BR>
Downloading <A HREF="http://jalimo.evolvis.org/repository/openmoko/armv4t/cacao_0.99.3-r5.1_armv4t.ipk">http://jalimo.evolvis.org/repository/openmoko/armv4t/cacao_0.99.3-r5.1_armv4t.ipk</A><BR>
Installing classpath (0.97.2-r8.1) to root...<BR>
Downloading <A HREF="http://jalimo.evolvis.org/repository/openmoko/armv4t/classpath_0.97.2-r8.1_armv4t.ipk">http://jalimo.evolvis.org/repository/openmoko/armv4t/classpath_0.97.2-r8.1_armv4t.ipk</A><BR>
Installing classpath-common (0.97.2-r8.1) to root...<BR>
Downloading <A HREF="http://jalimo.evolvis.org/repository/openmoko/armv4t/classpath-common_0.97.2-r8.1_armv4t.ipk">http://jalimo.evolvis.org/repository/openmoko/armv4t/classpath-common_0.97.2-r8.1_armv4t.ipk</A><BR>
Configuring cacao<BR>
update-alternatives: Linking //usr/bin/java to /usr/bin/cacao<BR>
Configuring classpath<BR>
Configuring classpath-common<BR>
Collected errors:<BR>
&nbsp;* Warning: Cannot satisfy the following dependencies for cacao:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp; libgcc-s1 (&gt;= 4.1.2) *&nbsp; libgcc-s1 (&gt;= 4.1.2) *<BR>
root@om-gta02 ~ $ cacao -Xmx40M -cp<BR>
/usr/share/java/swt.jar:/usr/share/gv-om/class/all.jar<BR>
es/prodevelop/gvsig/mobile/app/Launcher fr /usr/share/gv-om /media/car<BR>
Absurd stack bottom value<BR>
Aborted<BR>
<BR>
btw:<BR>
root@om-gta02 ~ $ opkg list_installed |grep libgcc<BR>
libgcc1 - 4.1.2-r19 -<BR>
<BR>
<BR>
On Mon, Mar 16, 2009 at 5:54 PM, Juan Lucas Dominguez Rubio<BR>
&lt;jldominguez@prodevelop.es&gt; wrote:<BR>
&gt; Hello, Yorick,<BR>
&gt;<BR>
&gt; You can also try cacao:<BR>
&gt;<BR>
&gt; opkg install cacao<BR>
&gt;<BR>
&gt; then:<BR>
&gt;<BR>
&gt; cacao -Xmx40M -cp /usr/share/java/swt.jar:/usr/share/gv-om/class/all.jar<BR>
&gt; es/prodevelop/gvsig/mobile/app/Launcher fr /usr/share/gv-om /media/card<BR>
&gt;<BR>
&gt; Regsrd,<BR>
&gt; Juan Lucas<BR>
&gt;<BR>
&gt;<BR>
&gt; ________________________________<BR>
&gt; De: community-bounces@lists.openmoko.org en nombre de Yorick Moko<BR>
&gt; Enviado el: lun 16/03/2009 17:45<BR>
&gt; Para: List for Openmoko community discussion<BR>
&gt; Asunto: Re: gvSIG Mobile on Openmoko<BR>
&gt;<BR>
&gt; still nobody getting (on shr-testing) the following error?<BR>
&gt; root@om-gta02 /etc/init.d $ DISPLAY=:0 gvsig<BR>
&gt; Stopping freesmartphone.org gpsd compatibility daemon: stopped process<BR>
&gt; in pidfile '/var/run/fso-gpsd.pid' (pid 1442)<BR>
&gt; (done)<BR>
&gt; Starting freesmartphone.org gpsd compatibility daemon: (ok)<BR>
&gt; Exception occurred while VM initialising.<BR>
&gt; java/lang/NoClassDefFoundError: java/lang/Class<BR>
&gt;<BR>
&gt; using the terminal command I found in these e-mails i also get the same<BR>
&gt; error:<BR>
&gt; root@om-gta02 ~ $ jamvm -Xmx40M -cp<BR>
&gt; /usr/share/java/swt.jar:/usr/share/gv-om/class/all.jar<BR>
&gt; es/prodevelop/gvsig/mobile/app/Launcher fr /usr/share/gv-om<BR>
&gt; /media/card<BR>
&gt; Exception occurred while VM initialising.<BR>
&gt; java/lang/NoClassDefFoundError: java/lang/Class<BR>
&gt;<BR>
&gt; y<BR>
&gt;<BR>
&gt;<BR>
&gt; On Mon, Mar 16, 2009 at 5:42 PM, Juan Lucas Dominguez Rubio<BR>
&gt; &lt;jldominguez@prodevelop.es&gt; wrote:<BR>
&gt;&gt; Yes, sorry, I read about that only yesterday. I think the first line in<BR>
&gt;&gt; the<BR>
&gt;&gt; gvsig.sh (restarting the Gpsd) is probably unnecessary in all cases.<BR>
&gt;&gt;<BR>
&gt;&gt; Regards,<BR>
&gt;&gt; Juan Lucas<BR>
&gt;&gt; ________________________________<BR>
&gt;&gt; De: community-bounces@lists.openmoko.org en nombre de kimaidou<BR>
&gt;&gt; Enviado el: lun 16/03/2009 17:32<BR>
&gt;&gt; Para: List for Openmoko community discussion<BR>
&gt;&gt; Asunto: Re: gvSIG Mobile on Openmoko<BR>
&gt;&gt;<BR>
&gt;&gt; Normallu on last SHR testing, the gpsd is automatically started for every<BR>
&gt;&gt; application using it. It is so with tangogps for example.<BR>
&gt;&gt;<BR>
&gt;&gt; 2009/3/16 Joseph Reeves &lt;iknowjoseph@gmail.com&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Great news :)<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; SHR users just have to remember to start gpsd if you want to see where<BR>
&gt;&gt;&gt; you are - that's what /usr/bin/gvsig does on OM2008.x distributions,<BR>
&gt;&gt;&gt; but that doesn't seem to be working for you SHR people :(<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Cheers, Joseph<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; 2009/3/16 kimaidou &lt;kimaidou@gmail.com&gt;:<BR>
&gt;&gt;&gt; &gt; Hi all<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt; Thanks to the command line (one line) Francesco da Virgilo gaves in his<BR>
&gt;&gt;&gt; &gt; email :<BR>
&gt;&gt;&gt; &gt; root@om-gta02 ~ $ jamvm -Xmx40M -cp<BR>
&gt;&gt;&gt; &gt; /usr/share/java/swt.jar:/usr/share/gv-om/class/all.jar<BR>
&gt;&gt;&gt; &gt; es/prodevelop/gvsig/mobile/app/Launcher fr /usr/share/gv-om /media/card<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt; I am able to run it on SHR too. This is a great step for mobile GIS<BR>
&gt;&gt;&gt; &gt; solutions ! Thanks to the developpers !<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt; Kimaidou<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt; _______________________________________________<BR>
&gt;&gt;&gt; &gt; Openmoko community mailing list<BR>
&gt;&gt;&gt; &gt; community@lists.openmoko.org<BR>
&gt;&gt;&gt; &gt; <A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt; &gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; _______________________________________________<BR>
&gt;&gt;&gt; Openmoko community mailing list<BR>
&gt;&gt;&gt; community@lists.openmoko.org<BR>
&gt;&gt;&gt; <A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; Openmoko community mailing list<BR>
&gt;&gt; community@lists.openmoko.org<BR>
&gt;&gt; <A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Openmoko community mailing list<BR>
&gt; community@lists.openmoko.org<BR>
&gt; <A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; Openmoko community mailing list<BR>
&gt; community@lists.openmoko.org<BR>
&gt; <A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
_______________________________________________<BR>
Openmoko community mailing list<BR>
community@lists.openmoko.org<BR>
<A HREF="http://lists.openmoko.org/mailman/listinfo/community">http://lists.openmoko.org/mailman/listinfo/community</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>