atom feed33 messages in net.java.dev.phoneme.advancedRe: phoneme advanced based on gtk
FromSent OnAttachments
phon...@mobileandembedded.orgMay 14, 2007 4:20 am 
Hinkmond WongMay 14, 2007 5:57 pm 
phon...@mobileandembedded.orgMay 14, 2007 11:17 pm 
phon...@mobileandembedded.orgMay 15, 2007 7:00 pm 
Johannes EickholdMay 16, 2007 6:30 am 
Hinkmond WongMay 16, 2007 7:45 am 
Hinkmond WongMay 16, 2007 8:02 am 
Johannes EickholdMay 19, 2007 8:28 am 
Hinkmond WongMay 21, 2007 6:09 pm 
phon...@mobileandembedded.orgMay 28, 2007 12:38 am 
phon...@mobileandembedded.orgJun 10, 2007 8:00 pm 
phon...@mobileandembedded.orgJul 1, 2007 11:53 am 
Hinkmond WongJul 3, 2007 4:11 pm 
phon...@mobileandembedded.orgSep 5, 2007 4:08 pm 
Johannes EickholdSep 13, 2007 5:24 am 
Johannes EickholdSep 13, 2007 7:00 am 
Johannes EickholdSep 13, 2007 7:13 am 
Hinkmond WongSep 13, 2007 6:09 pm 
phon...@mobileandembedded.orgOct 4, 2007 1:32 am 
Hinkmond WongOct 4, 2007 10:56 am 
phon...@mobileandembedded.orgOct 4, 2007 10:39 pm 
phon...@mobileandembedded.orgOct 30, 2007 10:30 pm 
phon...@mobileandembedded.orgOct 31, 2007 7:20 am 
Hinkmond WongOct 31, 2007 12:28 pm 
phon...@mobileandembedded.orgNov 5, 2007 6:54 am 
phon...@mobileandembedded.orgNov 5, 2007 8:48 am 
phon...@mobileandembedded.orgNov 6, 2007 1:27 am 
phon...@mobileandembedded.orgNov 6, 2007 7:49 am 
phon...@mobileandembedded.orgNov 12, 2007 9:09 pm 
phon...@mobileandembedded.orgNov 13, 2007 5:16 am 
phon...@mobileandembedded.orgNov 13, 2007 7:49 am 
phon...@mobileandembedded.orgNov 16, 2007 6:41 am 
phon...@mobileandembedded.orgNov 27, 2007 10:12 pm 
Subject:Re: phoneme advanced based on gtk
From:Johannes Eickhold (jei@ibds.uka.de)
Date:Sep 13, 2007 5:24:35 am
List:net.java.dev.phoneme.advanced

On Tue, 2007-07-03 at 16:12 -0700, Hinkmond Wong wrote:

phon@mobileandembedded.org wrote: > I read on a forum that you (or someone using the sig "jonek" so I'm assuming you), got the Phone ME to build for 770. However the question posted to the forums, and that I have, how to setup java to run in the scratchbox under a SDK_ARMEL target? > > Did this ever get figured out? >

[...]

If you're asking me, I have no idea. I'm not familiar with scratchbox enough to understand how to run it under a SDK_ARMEL target. Maybe, Johannes Eickhold (jonek) knows???

Hi,

scratchbox is just an environment that helps you when developing native (e.g. C, C++, Assembler) applications. In the case of Nokia internet tablets you can easily switch between ARMEL and PC targets. Under this targets you can build AND run applications for the respective platform.

With Java you don't need this anymore (which is a very nice fact!). Just compile the CVM for Linux and your internet tablet and run the same class files on both. That's it.

Jonek