ClassNotFoundException... [message #164752] |
Wed, 09 August 2006 06:07  |
Eclipse User |
|
|
|
Originally posted by: frederic.cuillandre.airweb.fr
hello,
i'm fed up!! i'm using eclipse and eclipseme under windows.
i have to import a zip in the build path to have access to the classes
contains in the zip.
when i code, the imports are OK: eclipse import the package contains in
the zip files but, when i run the app ( a MIDlet), i have a
ClassNotFoundException !!!
is anybody has a solution ??
regards
fred
|
|
|
Re: ClassNotFoundException... [message #165206 is a reply to message #164752] |
Fri, 11 August 2006 11:54  |
Eclipse User |
|
|
|
Originally posted by: eclipse4.rizzoweb.com
frederic wrote:
> hello,
> i'm fed up!! i'm using eclipse and eclipseme under windows.
> i have to import a zip in the build path to have access to the classes
> contains in the zip. when i code, the imports are OK: eclipse import the
> package contains in the zip files but, when i run the app ( a MIDlet), i
> have a ClassNotFoundException !!!
> is anybody has a solution ??
How are you running the application? Remember that the compile classpath
(called the "Build Path" in Eclipse) is separate from the runtime classpath.
If you are using a Launch Configuration to run your app, you need to
edit it to make sure the ZIP file is on its classpath.
The Eclipse Help can provide more details on these concepts and terms.
Hope this helps,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.03514 seconds