• 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

HOW DOWNLOADED JAD & JAR FILES ARE OPEN

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello world i have downloaded jad & jar file of a game as well as another
project but when i try to open they dont open and generate an error & error screen contains alots of lines what is the solution. thanks
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not know for sure how you are sending the files to the device ...
If u are using bluetooth, IR or a data cable then just send the jar file to the phone. When you open the jar file the Application Manager on the phone should prompt you to install the midlet suite.
I have never done this but i believe if you are pointing the browser of the device to a URL to download the midlet then point it to the jad file. The MIDlet-Jar-URL attribute in the JAD file must point to the location of the jar file.
hope this helps
[ April 12, 2004: Message edited by: Punit Raizada ]
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(1) what is your device? is it midp-enabled?
(2) just use your browser to point to the JAD file URL...the JAD file should allow the app manager to do all the download and installation process for you automatically.
 
It's just like a fortune cookie, but instead of a cookie, it's pie. And we'll call it ... tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic