Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Create Custom Library Type
Create Custom Library Type [message #1018265] Wed, 13 March 2013 10:24
Eclipse UserFriend
I'm trying to define custom library type. Is there a documentation somewhere how to achieve that? I've tried to extend the following extension points, but without success. The new Library Type doesn't appear in the Wizard.

<extension
         point="org.eclipse.jdt.core.classpathContainerInitializer">
      <classpathContainerInitializer
            class="test.classpath.container.ERPClasspathContainerInitializer"
            id="test.classpath.container.ERPclasspathContainerInitializer">
      </classpathContainerInitializer>
   </extension>
   <extension
         point="org.eclipse.jdt.ui.classpathContainerPage">
      <classpathContainerPage
            class="test.classpath.container.ERPWorkbenchContainerPage"
            id="test.classpath.container.ERPclasspathContainerInitializer"
            name="ClasspathInit">
      </classpathContainerPage>
   </extension>


It would be really nice if somebody give me a guide how to achieve that! Smile

[Updated on: Wed, 13 March 2013 10:26] by Moderator

Previous Topic:Unable to configure Apache Tomcat 7.0.35 in eclipse JEE ide
Next Topic:jar file execution error
Goto Forum:
  


Current Time: Tue Jul 22 18:00:28 EDT 2025

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

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

Back to the top