• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Beginnings of mobile java development, eclipse on Ubuntu 10.04.. Where to start?

 
Greenhorn
Posts: 16
Ruby Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

I have now got a java-enabled smartphone. Go me!

I would like to get coding for it, as all nerds do.

However, I have no idea where to start. I guess I will need some form of mobile jdk on my pc (link to this please?)
A mobile phone simulator..? My phone is touchscreen, so that probably makes a difference.
If you would like to be especially nice, could you also post the code required for a "hello world!" application.

I hope this will give me some direction. I am aiming on creating some form of MP3 player, as the native one on my phone a bit like this: and I would like my own.

Churs,

Will.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unless the vendor has its own SDK (like RIM has for BlackBerry), start with Sun's/Oracle's JME SDK: http://faq.javaranch.com/java/JavaMicroEditionFaq
 
Saloon Keeper
Posts: 27496
195
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Lester said, there's a master JME JDK available at java.sun.com (or wherever Oracle has moved everything to ). Most vendors (from my experience) wrap extra stuff around that kit and provide one on their own available through their developer program. Generally it only operates under MS Windows ( ). One thing to watch for is that there are 3 player here: "Oracle America" (f/k/a Sun), the phone manufacturer, and the phone carrier. Select your SDK based on the most specific one available for your target platform. An emulator comes with the original JME SDK, and most third-party providers will provide either it or some augmented version of it.

Oh. Almost forgot. The java.sun.com website does include JME tutorials. You can find your "Hello, World" code there. And welcome to the JavaRanch!
 
Will Richardson
Greenhorn
Posts: 16
Ruby Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well.. The problem is it only works with Window$. And I'm using Ubuntu 10.04

Is there a third party JDK/SDK that would do this?
 
Will Richardson
Greenhorn
Posts: 16
Ruby Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.greenhughes.com/content/developing-mobiles-java-ubuntu
 
That's a very big dog. I think I want to go home now and hug this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic