It seems my problem come from the fact that some of the libraries
needed by the plugin in turns needs libraries from the standard
platform. So it seems the loader is unable to "see" these classes. And
clearly it is not the case to add them in plugin directory.
Furthermome, since it runs through eclipse (without adding libraries in
the plugin directory!), it seems to be a "visibility" problem due to
some way of loading classes. Perhaps the jar loader has not a complete
view of the classpath or something like this...
Still checking...
Andrea
Il giorno 04/ott/05, alle 10:03,
WLigt...@gmail.com ha scritto:
>
> Hi,
> I've had the same problems in the past. But putting the jars in the
> plugin directory is the only thing you will have to do. But sometimes,
> the jar files are faulty. And I mean with that, that the classes that
> are not found (java.lang.NoClassDefFoundError) these classes were
> somehow missing from the jar files I used. Sometimes, these classes
> where OS specific and that was why they were omitted (I guess). But
> cytoscape needs ALL classes to be there.
> And I have arranged for some lib jars that contained everything I
> needed, and they work perfectly. So you might have to examine the jar
> files a little closer.
> Willem
>