Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JavaCore.newLibraryEntry... what is correct form for Path of installed plug-in?
JavaCore.newLibraryEntry... what is correct form for Path of installed plug-in? [message #235410] Thu, 31 August 2006 08:22
Eclipse UserFriend
Hi,

I am developing a tool that generates a plugin which the user will
modify. The generated plugin must include on its build path:

- itself,
using JavaCore.newSourceEntry(new Path(..))

- JRE Library,
using JavaCore.newContainerEntry(new path("..JRE_CONTAINER")

- an installed plugin, using...


(after which I call javaProject.setRawClasspath(...)

Anyone know a reliable form to add the installed plugin to the classpath?

(thanks)

-- Michael
Previous Topic:Eclipse JUnit memory leak
Next Topic:general project organization questions
Goto Forum:
  


Current Time: Thu Jul 17 21:33:09 EDT 2025

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

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

Back to the top