[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.dsdp] Kertasarie VM

Hello together,

i'm doing currently my first steps in developing SW for embedded devices.
The current target device is a compaq with a WM 2002,
my aim is to evauluate an application with sockets and JNI. I wrote already the java code for the usuall Java VM.
So - i read some paper and detected the Kertasarie VM.


I'm used to developing with eclipse but the Kertasarie doesn't offer any libraries or similar stuff which i could use. Has someone experience with this stuff?
Is there an API i could import into eclipse? Maybe even the text file API which is availbe in the Kertasarie package, part of the avaiable text file:


..
de.uniro.ui.Bitmap

public class Bitmap extends Control{}


de.uniro.ui.Button

public class Button extends Control{}
 public Button(String label, int x, int y, int width, int height){}
..

Maybe you can propose an other JVM (J2ME) for this scenario?