• 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

Prequsite for launching an applet

 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the Prerequsite for Launching a swing applet from Windows PDA mobile.???

Thanks in advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll need to install a JVM of some kind; some options are mentioned here.
 
Neeba Rebbaca
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So , for launching applet in MS enables PDA installing CrEme™ - The Java™ Enabler for Windows® CE
is a must?
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As that article explains, there are several options; CrE-ME is just one of them.
 
Neeba Rebbaca
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have some doubt, pleas clear me...

1. Why we cannot launch Applet in PDAs like we do in our windows desktop, why it requires some thrid party tools??
2. Do we need to signed the Jar files for accessing the system reource like we do for the desktops???
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

1. Why we cannot launch Applet in PDAs like we do in our windows desktop, why it requires some thrid party tools??


I'd guess that Microsoft has more control over the distribution of Windows Mobile than it does over the distribution of desktop Windows. But it's not clear that there is much demand for a JVM on Windows Mobile, so the handset manufacturers or mobile network operators probably don't have much to gain by adding a JVM even if they were allowed to do so.

2. Do we need to signed the Jar files for accessing the system reource like we do for the desktops???


See https://coderanch.com/t/230845/Java-Micro-Edition/Mobile/Signing-Midlet
 
Neeba Rebbaca
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.

Is there any free open source available? which is the best and easy way?
 
reply
    Bookmark Topic Watch Topic
  • New Topic