Hi!

When attempting to run a midlet, I have a problem with the classpath. I get:
"
java.lang.NoClassDefFoundError: java/io/BufferedReader
    at config.ConfigUtil.readLineFromFile(+43)
    at config.ConfigUtil.isMockup(+7)
    at midlet.DatabaseInspectorMidlet.initializeServiceType(+3)
    at midlet.DatabaseInspectorMidlet.initialize(+4)
    at midlet.DatabaseInspectorMidlet.startApp(+12)
    at javax.microedition.midlet.MIDletProxy.startApp(+7)
    at com.sun.midp.midlet.Scheduler.schedule(+270)
    at com.sun.midp.main.Main.runLocalClass(+28)
    at com.sun.midp.main.Main.main(+116)
"

I understand that it is a classpath error (that the compiler doesn't see the 
java.io package), but it should be included in the JDK1.5.0_12 that I included 
as a library to the java build path in the project (Project->Properties->Java 
Build Path). I've read numerous forums including this list but I really don't 
know what exactly I could do...
In Project->Properties->Java Build Path (Source tab) I have:
- (Folder) NameOfProject
   Included: (All)
   Excluded: .processed/;deployed/;verified/
   Native Library Location: (None)\
(Projects tab):
/
(Libraries tab):
    -...

    -...
    -...

    - J2ME librabry (J2ME Wireless Toolkit 2.2/DefaultGrayPhone)

    - JRE System Library [jdk1.5.0_12]
(Order and Export tab) I have checked values for the following:
     -NameOfDatabase
     - J2ME librabry (J2ME Wireless Toolkit 2.2/DefaultGrayPhone)
     -...
     -...
     -...
     - JRE System Library [jdk1.5.0_12]

Can you please clarify to me what the problem is and how can I fix it? Or at 
least redirect me to a place I can read about this stuff.

Thanks in advance,
Despot




      
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to