• 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

Building MIDlet suite ..

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I use Sun ONE Mobile Edition + Nokia Developer's Suit + 6310i emulator.
That setup is fine and working properly for "example" codes preinstalled by Sun ONE Mobile Edition.
Then I created a MIDlet, it's working fine with DefaultColorPhone emulator. But I cant run it in Nokia 6310i. The error:
java/lang classnotfound
I mount "classes.zip" (from 6310i folder) as file system, then I made a MIDlet suit, I included classes.zip in the JAR file. Still did not work.
Then I included the JAR content from one of the example (which is working well), still did not work, with same error.
So what is the correct way to do this? to be able to use Nokia emulator after I created a class using Sun ONE Studio ME.
When creating MIDlet suit, I choose my MIDlet and classes.zip included. But I did not include icon (is it matter?), because I dont want to use any icon.
Please help, two days I am trying just to fix this
Thanks
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name.
Thanks
 
Popot Aartsen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
?? I use popot that's my username.

Originally posted by chanakya khatri:
hello
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name.
Thanks

 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
popot,
The Javaranch naming policy states that your display name must be a first name followed by a space and a last name. Please read the full policy and change your display name.
You can change your name: here
 
Popot Aartsen
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Done

Originally posted by Matthew Phillips:
popot,
The Javaranch naming policy states that your display name must be a first name followed by a space and a last name. Please read the full policy and change your display name.
You can change your name: here

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the Same problem with Nokia 6310iMIDP; difference is the tool i use J2MEWTK rather Sun oNE.
Others here should solve this problem rather beating about the Nicks. :roll:
 
reply
    Bookmark Topic Watch Topic
  • New Topic