Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Eclipse cannot find required libraries in plugin

Hi,

If they are included in both the binary build and classpath the
problem normally is that you are using a plugin dependancy that is not
mentioned in the manifest. When I change a dependency this is mostly
he cause of the problem.

Which ClassDefNotFound do you get? Is it your main plugin class or another one?

Regards,
Leen

On 9/16/05, Vinícius Pitta Lima de Araújo <vinipitta@xxxxxxxxx> wrote:
> Are you talking about the bin.includes property? Yes. See:
> bin.includes = plugin.xml,\
>                META-INF/,\
>                resources/,\
>                .,\
>                icons/,\
>                commons-beanutils.jar,\
>                commons-collections-3.1.jar,\
>                commons-configuration-1.1.jar,\
>                commons-lang-2.0.jar,\
>                commons-logging.jar,\
>                core-umt0.81.jar,\
>                gerador-codigo-netra.jar,\
>                velocity-1.4.jar,\
>                log4j-1.2.9.jar
> 
> On 9/16/05, Leen Toelen <toelen@xxxxxxxxx> wrote:
> > Do you have these jar fles added to your binary build? I believe you
> > should do this in build.properties.
> >
> > Regards,
> > Leen Toelen
> >
> > On 9/16/05, Vinícius Pitta Lima de Araújo <vinipitta@xxxxxxxxx> wrote:
> > > Hi all,
> > > I am use the ecplise Version: 3.1.0 Build id: I20050627-1435 with PDE
> > > and have problem to install my plugin in the eclipse.
> > >
> > > My plugin depends of some libraries jar that I puted on plugin root
> > > directory. I listed all these jars in the properties Bundle-Classpath
> > > of the Manifest.MF file and into runtime tag of plugin.xml. Nothing
> > > works, when I try to load my editor get a NoClassDefFoundError.
> > >
> > > I have 2 copies of eclipse instaled on my machine, so I developed the
> > > plugin in one eclipse and tested in other. I searche all the eclipse
> > > site, faqs e wiki. I tryed everything that I find and nothing works.
> > > Can somebody help me? Maybe a setp by setp configurations using the
> > > eclipse 3.1.
> > >
> > > Thank you for pay attention.
> > > []'s
> > > Vinícius Pitta Lima de Araújo
> > > _______________________________________________
> > > pde-dev mailing list
> > > pde-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/pde-dev
> > >
> >
> > http://www.peakadilly.com
> >
> 
http://www.peakadilly.com


Back to the top