This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.
  • 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:

problem running jar in mobile device ?

 
Ranch Hand
Posts: 692
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have make an application , and i have made the .jar also from netbeans , but when i m running that app in my mobile it says minifiest is invalid or content file corrupted , but this app runs fine in my desktop ,
  • do i need to use just J2ME to make apps for java enabled devices ?
  • or by using J2se can we make and run apps in both pc and mobile devices ?
  •  
    Bartender
    Posts: 5167
    11
    Netbeans IDE Opera Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    naved momin wrote:

  • do i need to use just J2ME to make apps for java enabled devices ?

  • Yes. More specifically, you have to limit yourself to the platform and optional APIs supported by the target device, e.g. CLDC 1.1 / MIDP 2.0, JSR 177 etc

    naved momin wrote:

  • or by using J2se can we make and run apps in both pc and mobile devices ?

  • No. Not unless you include laptops as 'mobile devices'
     
    Sunglasses. AKA Coolness prosthetic. This tiny ad doesn't need shades:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic