Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Help: Cannot Access Directory, Using the Nokia Development Suite for J2ME

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having problems compiling my midlet using the Nokia Development Suite. It spits out this error
error #:704 cannot access directory javax\microedition\midlet
error #:704 cannot access directory javax\microedition\lcdui
What can I do please?
 
Pearl Esiet
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Anyone out there? :roll:
Pearl.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sorry to resurrect this old post, but i had the same problem, and there was nothing on the net about it.
I'm using JBuilder 8 (Personal edition), and i solved the problem by:
I went Project->Project Properties->Required Libraries
The library I added was classes.zip, found in c:\nokia\devices\nokia7210\lib this fixed the problem, (you could use another emulator classes.zip if you wanted.)
dunno if it's how you should do it, but it worked for me.
 
reply
    Bookmark Topic Watch Topic
  • New Topic