Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: Re[2]: [pde-dev] Correct setup of PDE for multiple jars plugin

Hi Max,

Probably some  classpath entry for  the jar files missing in the .classpath
file.

If you are going for "runtime workbench", it will refer the .classpath file.

org.eclipse.jdt.core_2.1.0/jdtcore.jar
org.eclipse.jdt.launching_2.1.0/launching.jar
org.eclipse.jdt.ui_2.1.0/jdt.jar
org.eclipse.debug.core_2.1.0/dtcore.jar
org.eclipse.debug.ui_2.1.0/dtui.jar
org.eclipse.jdt.debug.ui_2.1.0/jdiui.jar
org.eclipse.jdt.debug_2.1.0/jdi.jar

Meanwhile you can check the .log file in the runtime workspace to see the
Error for "NoClassDefFoundError" for runtime classes.


all the best.

thanks,
Bheemesh.C

-----Original Message-----
From: pde-dev-admin@xxxxxxxxxxx [mailto:pde-dev-admin@xxxxxxxxxxx]On
Behalf Of Max Belugin
Sent: Thursday, July 03, 2003 6:53 PM
To: Bheemesh C
Subject: Re[2]: [pde-dev] Correct setup of PDE for multiple jars plugin


Hello Bheemesh,

Thursday, July 3, 2003, 4:59:18 PM, you wrote:

BC> update your plugin.xml to identify the library

did you mean this?
   <runtime>
      <library name="BnDT.jar"/>
      <library name="jacob.jar"/>
      <library name="jfine"/>
   </runtime>
when i place this in plugin.xml and press "save" external jars are
disappearing from the "libraries" tab. and project compiles with erors

If i add libraries to via "add external library", it compiles well,
but in runtime workbench these libraries can not be found.

--
Best regards,
 Max                          mailto:belugin@xxxxxxx
http://belugin.newmail.ru    ICQ:9406811

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top