• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

implementation of j2me

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What different PDA's does j2me work at present.
How can I start coding and testing in j2me.
------------------
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
1.First you download J2me wireless toolkit lastet version
2.Also download latest version of CLDC/MIDP ..profiles..
Now install the wireless tookit ...
To learn and test ur applicartion either tutorials in sun java webiste or check docs folder in ur j2me installation directory..
try to run the sample program...many helloworld programs are ther in tutorials also..
With j2me wireless toolkit u can test various mobile phone,pager based applications..
With CLDC/MIDP and all u can test ur code in PalmIII or V etc...and various handheld devices....
I think java micro editon products supprots most of the PDA's
If you need further help reply back.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You can also get Nokias Developer suite. This integrates with JBuilder from Borland and allows you to develop J2ME apps for Nokia phones. You can then test the app on Nokia devices and Sun emulators to see how it performs on different devices.
Hope this helps..
 
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the jbuilder j2me attachment is very nice. I saw it being trialed and I found it easier to work with than forte
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sridhar Raman:
What different PDA's does j2me work at present.
How can I start coding and testing in j2me.


Some motorola phones support MIDP. The Palm supports MIDP and soon PDAP. WinCE devices support PersonalJava. Because the source code for MIDP is donloadable, you can port it to other platforms. JTAPI, Java TV APIs, etc exist in various appropriate prototype devices.

--Mark
 
chanoch wiggers
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how soon is soon, Mark? I thought it wasnt coming out for 18 months.
 
Author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2ME MIDP devices actually available, possibly not to Joe Public though:
Motorola Accompli 008 (Europe & Asia only)
Motorola i85 (US only?)
Palm or compatible, with OS 3.5 or better
possibly Linux PDAs like at www.agendacomputing.com
Soon, supposedly:
Siemens SL45i
For a more comprehensive list, visit www.javamobiles.com
 
chanoch wiggers
Author
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
also the nokia 9210 though maybe alittle expensive
------------------
Chanoch Wiggers
Architect for Professional Java Mobile Programming
 
Mark Herschberg
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by chanoch wiggers:
how soon is soon, Mark? I thought it wasnt coming out for 18 months.


I can't say in much greater detail, since I'm under the NDA for the JSR EG, but hopefully less than 18 months. (No promises.)
--Mark
 
I think she's lovely. It's this tiny ad that called her crazy:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic