Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Create Custom Library Type
Create Custom Library Type [message #1018265] Wed, 13 March 2013 14:24
Aleksandar Toshovski is currently offline Aleksandar ToshovskiFriend
Messages: 78
Registered: December 2011
Member
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 14:26]

Report message to a 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 Apr 16 11:25:33 GMT 2024

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

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

Back to the top