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

J2ME App on Brew Simulator

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

1. Can anyone tell me how to test my j2me app on brew mp simulator?
2. Which simulator I need to use for this ?
3. What are the steps in deploying j2me app on simulator ?

Thanks in advance
Kalyan


 
Ranch Hand
Posts: 174
Java ME Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Easy way is to install Sun's wireless toolkit, it includes all - samples, emulator, etc etc: http://java.sun.com/products/sjwtoolkit/download.html
 
kalyen kumar
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.

Sorry for confusing you......i didn't mean that.
Let me clarify...

I want to know about a brew simulator where I can deploy my j2me app and test.
All my questions in the above post in the brew context

Please guide me....

Thanks in advance
Kalyen
 
Saloon Keeper
Posts: 28100
198
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
BREW is an operating system. When you program in Java, you normally are programming to be independent of the operating system, so whether you're running in BREW, Windows (Desktop or Mobile), or Linux should make absolutely no difference whatsoever. Well, except for file names and paths, but that's something you should avoid hard-coding in any Java app regardless of platform.

The only exception to that is when you're using JNI to directly access underlying BREW services and thus violating the "Write Once/Run Anywhere" precept. For that you'd need not only a BREW emulator, but a copy of the JVM that you expect to run under BREW. Which might not be very easy to get hold of, since those things are normally welded into the handsets at the factory. Your best bet is to investigate the developer resources available from the phone service provider you're interested in.
 
kalyen kumar
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your guidance.
kalyen
 
These are the worst of times and these are the best of times. And this is the best tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic