Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » PDE, JDE, build path & runtime classpath
PDE, JDE, build path & runtime classpath [message #222987] Tue, 24 January 2006 07:36 Go to next message
Eclipse UserFriend
Originally posted by: chs.tipas.at

I somehow have troubles to fully understand the pde versus jde classpath
settings.

.. we are using some jar files as binaries within our projects. adding a jar
file to the runtime-classpath (Bundle-ClassPath) does not add it to the
build.properties ?

.. the update to pde-classpath should be done automatically. could the
manifest.mf entry not simply contribute to the classpath of the eclipse
project by using a "container classpath" ?
Re: PDE, JDE, build path & runtime classpath [message #222999 is a reply to message #222987] Tue, 24 January 2006 08:35 Go to previous message
Eclipse UserFriend
A list that works for me is
http://dev.eclipse.org/newslists/news.eclipse.platform/msg48 366.html
(note: eclipse DOES support jars in a jar).

The suggested order is do what you need to get the PDE stuff correct
(add them to Bundle-Classpath on the Runtime tab, update the
build.properties through the Build tab) and then use the project context
menu>PDE tools>Update classpaths to update the JDT classpaths.

Later,
PW
Previous Topic:Getting an IProject object from an existing project???
Next Topic:Default run classpath "User Entries"
Goto Forum:
  


Current Time: Thu May 08 01:01:13 EDT 2025

Powered by FUDForum. Page generated in 0.06138 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top