Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] NoClassDefinationFound Error installing 'Exported Plugin'

Hi,
  I wanna let Vinicius and Ranga know that I was also facing the same
problem that you face.
My plugin was working fine in runtime workbench but giving
NoClassDefinationFound Error while using exported plugin. I have got the
solution. This may be helpful to you in your case.
     I had added my external jar file in the Java Build Path of the project
properties. And also added 'extra' propertie in build.properties file. But
it was not working.
     You try copying your external jar into you plugin project where scr and
bin dir are there. Then in Runtime tab add all dirs and jars as a classpath.
Include jars in the binary build('Build' tab). Then try exporting your
plugin. Hope it will work.
     Just let me know if it works.

Regards,
Hasan



Back to the top