Cell Phones Mobile Phone SDK

On various mobile phone developer sites such as Nokia, Sony Ericsson, Motorola, etc.

I found a Java ME development SDK for mobile phones, but only to install on Windows OS ... I have an Ubuntu OS (Jaunty Jackelope) at home and I was wondering if there are any available versions for the Linux mobile SDKs available? .. I have installed NetBeans IDE on Ubuntu ...

+2


source to share


3 answers


You can always give Windows a try on a VM if you're interested, and the sdk is restrictive.



+1


source


The WTK can be installed on Linux. It is a generic SDK and lacks vendor specific libraries. However, for most of your applications, this will be fine.



+1


source


If you have access to a Windows virtual machine or virtualization, you should be able to install the device dev kit for the phone, retrieve your API jars (and possibly documentation?), And then drop the rest of the kit.

It is compiled with many APIs.

+1


source







All Articles