• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Developing J2ME on Mac OS

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd like to begin experimenting with the J2ME APIs but I was wondering if there is any support for the wilreless toolkit (I think that's what it's called) for Mac OS? Is the Mac a J2ME friendly platform for development and testing?

Thanks.

Rich
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unfortunately not.

Mac OS 8 and Mac OS 9 are out because a byte code preverifier is missing. At least I have not found a Java JDK 1.1.8 compatible one yet.

For Mac OS X it is a bit better:
MIDP 1.0
MIDP 2.0

Another way are Java compatible emulators. See the articles above for further references. Even UNIX x86 is problematic for J2ME development. Nokia does a lot here or you install Windows API emulators.
 
Richard Everhart
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply! I haven't pusued the links you supplied but I'm considering buying MS's Virtual PC v7. It's cheaper than buying a whole new machine (and I've already spent enough on this G5 )

Rich
 
We must storm this mad man's lab and destroy his villanous bomb! Are you with me tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic