Re: j2me

2010-04-21 Thread Christopher Intemann
This is the console output when trying to un phoneme on the N900: java.lang.ClassNotFoundException: dasHandyT at sun.misc.Launcher$AppClassLoader.findContainer(Native Method) at sun.misc.Launcher$AppClassLoader.access$400(Unknown Source) at sun.misc.Launcher$AppClassLoader$2.run(Unknow

Re: j2me

2010-04-21 Thread Christopher Intemann
Already tried that but I don't have the 'file'-command installed... Which package do I need? Thx, Chris On Tue, Apr 20, 2010 at 6:11 PM, Henning Heinold wrote: > Quoting "Christopher Intemann" : > > > However, /bin/cvm is set to rw and can not be executed. >> For some confusing reason, chmod a+

Re: j2me

2010-04-20 Thread Henning Heinold
Quoting "Christopher Intemann" : However, /bin/cvm is set to rw and can not be executed. For some confusing reason, chmod a+x cvm appears to have no effects on the access rights and cvm would still not be executed (even not when trying as root). ls -la unveals no change of the permissions. Is t

Re: j2me

2010-04-19 Thread Kimmo Hämäläinen
On Mon, 2010-04-19 at 11:12 +0200, ext Christopher Intemann wrote: > On Sun, Apr 18, 2010 at 7:12 PM, Christopher Intemann > wrote: > Is there any stupid security mechanism in maemo preventing me > to change permissions for files or what am I doing wrong? > > > It

Re: j2me

2010-04-19 Thread Christopher Intemann
On Sun, Apr 18, 2010 at 7:12 PM, Christopher Intemann wrote: > Is there any stupid security mechanism in maemo preventing me to change > permissions for files or what am I doing wrong? > > Its working now. The cvm files were in the MyDocs directory, which is mounted non-executeable. I've moved the

Re: j2me

2010-04-18 Thread Christopher Intemann
On Thu, Apr 15, 2010 at 5:25 PM, Henning Heinold wrote: > >> The jdbc-libs are not included. I quick read the license and I am unsure >> if > > we can distribute them. But it should be easy to extend the phoneme-recipe > to include for libs for local builds. > > The build might work for n900 but I

Re: j2me

2010-04-15 Thread Henning Heinold
Quoting "Christopher Intemann" : On Thu, Apr 15, 2010 at 3:17 PM, D G wrote: Hey Henning that's awesome thanks. I was going to try and compile newer versions in order to include the optional jdbc libs but never got a chance. Does build 160 include these libs? And, probably even more impor

Re: j2me

2010-04-15 Thread Christopher Intemann
On Thu, Apr 15, 2010 at 3:17 PM, D G wrote: > Hey Henning that's awesome thanks. > > I was going to try and compile newer versions in order to include the > optional jdbc libs but never got a chance. Does build 160 include these > libs? > > And, probably even more important - do the builds run on

Re: j2me

2010-04-15 Thread D G
Hey Henning that's awesome thanks. I was going to try and compile newer versions in order to include the optional jdbc libs but never got a chance. Does build 160 include these libs? Thanks On Apr 15, 2010, at 7:03 AM, "Henning Heinold" wrote: Quoting Demetris : Hey Chris, unfort

Re: j2me

2010-04-15 Thread Henning Heinold
Quoting Demetris : Hey Chris, unfortunately I have been using the already compiled version that the links I sent you below were advertizing. I have not tried to compile newer versions of it so your best source would be the web. I will also dig around and let you know if I find anything t

Re: j2me

2010-04-14 Thread Demetris
Hey Chris, unfortunately I have been using the already compiled version that the links I sent you below were advertizing. I have not tried to compile newer versions of it so your best source would be the web. I will also dig around and let you know if I find anything that can help you out.

Re: j2me

2010-04-14 Thread Christopher Intemann
I was just trying to compile phoneME by myself. Since I'm using fedora on my desktop, I installed the maemo SDK virtual image (based on Ubuntu) from http://maemovmware.garage.maemo.org/2nd_edition/installation_vbox.html in VirtualBox. I subsequently updated the java sdk to version 1.6, as recommend

Re: j2me

2010-04-09 Thread Demetris
True it does not but it has been fairly reliable at least for my application testing - I run p2p, web services, containers software under it and it has been pretty stable. But like you said no one has done extensive studies on its stability for maemo so I won't make any such claims (yet). Look h

Re: j2me

2010-04-09 Thread Gunter Ohrner
Demetris G. Galatopoullos wrote: > Not sure how much this will help you but I have been running > PhoneME (J2ME CDC) on the N800 and N810 devices for a while > now without any issues. The PhoneME project does not list Maemo as a reliably supported platform, is there any information on how to buil

Re: j2me

2010-04-09 Thread Gunter Ohrner
Christopher Intemann wrote: > Oh just came across "http://www.microemu.org/"; which could possible > run on the N900 (on java). > Did anyone ever try that? Looks promising... I did, I used it to run "DB Railnavigator", a version of Hafas2Go branded by Deutsche Bahn, on the N900. It basically see

Re: j2me

2010-04-09 Thread Demetris G. Galatopoullos
Not sure how much this will help you but I have been running PhoneME (J2ME CDC) on the N800 and N810 devices for a while now without any issues. Quoting Christopher Intemann : > Oh just came across "http://www.microemu.org/"; which could possible run on > the N900 (on java). > Did anyone ever tr

Re: j2me

2010-04-09 Thread Christopher Intemann
Oh just came across "http://www.microemu.org/"; which could possible run on the N900 (on java). Did anyone ever try that? Looks promising... Regards, Chris On Fri, Apr 9, 2010 at 9:54 AM, Christopher Intemann wrote: > Hello Aldon, > > On Fri, Apr 9, 2010 at 1:34 AM, Aldon Hynes > wrote: > >> >>

Re: j2me

2010-04-09 Thread Christopher Intemann
Hello Aldon, On Fri, Apr 9, 2010 at 1:34 AM, Aldon Hynes wrote: > > I've also installed Easy Deb with LXDE which has Java nicely working in > it. I've run Java Applets under Easy Deb. > > Thank you very much for your comments. However, I don't quit get if it is possible to run common j2me mobile

RE: j2me

2010-04-08 Thread Aldon Hynes
I have run Java applications using both the Sun JRE and OpenJDK. The Sun JRE needs to be reloaded very 90 days. I have written a bit about my experiences with these at Running Java on an #N900 http://www.orient-lodge.com/node/4013 Since I wrote that, I have also loaded LXDE on my N900. I hav

Re: j2me

2010-04-08 Thread anky
On Fri, Apr 9, 2010 at 3:57 AM, Christopher Intemann wrote: > Can I run genuine j2me applications, such as those provided for mobile > ticketing from some public transportation services, on Maemo 5? > I cannot find a clear statement on that. > Thanks, > Chris > > Maemo 5 does not have inbuilt sup