Dustin Lang wrote:
> 
> Hi,
> 
> My app has recently started throwing NoClassDefFoundErrors.  It started
> after I made some fairly large code changes, but the errors are coming
> from code that was unchanged...
> 
[..]
> 
> By the way, the class file in question does exist and is in my classpath.
> javap finds it just fine.  The class contains no static block and no
> static variables.


Try to unpack all jars and put them in one tree. If you are using JRE
1.1.x do the same to rt.jar. Then try to run the app. Jar access code
was not multithreaded at time and sometimes could cause similar effects
(I've experienced it while getting images and classes at same time from
one jar)


Artur


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to