Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7774493
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:23:38+00:00 2026-06-01T17:23:38+00:00

This is my plugin.xml <plugin> <extension point=org.eclipse.ui.newWizards> <category id=root name=Root Category> </category> <category id=first_subcategory

  • 0

This is my plugin.xml

<plugin>
   <extension point="org.eclipse.ui.newWizards"> 
      <category 
        id="root" 
        name="Root Category"> 
      </category> 
      <category 
        id="first_subcategory" 
        name="Sub Category"
        parentCategory="root"> 
      </category>       
      <wizard 
          id="first_leaf_of_subcategory" 
          name="Wizard of First Subcategory" 
          category="root/first_subcategory" 
          icon="./icons/sample.gif" 
          class="com.myplugin.WizFirstSubCategory"
          project="true"
          > 
          <description> 
              Create a simple wizard of First Subcategory
          </description>         
      </wizard> 
   </extension> 
</plugin>

Whe I run My plugin as Eclipse Application I don’t find the three that I wrote.
I want “New–>Project” open wizard that have inside “Root Category–>Sub Category–>Wizard of First Subcategory” but doesn’t work

If I delete Subcategory and reference first_leaf_of_subcategory directly at root plugin works if i insert a subcategory doesn’t works.

I read documentation Here

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:23:39+00:00Added an answer on June 1, 2026 at 5:23 pm

    finally this tree works for me.

    <plugin>
       <extension point="org.eclipse.ui.newWizards"> 
          <!-- ROOT CATEGORY -->
          <category 
            id="root_category" 
            name="Root Category"> 
          </category>
          <!-- FIRST SUB CATEGORY -->   
          <category 
            id="first_sub_category"
            name="First Sub Category"
            parentCategory="root_category"> 
          </category>       
          <wizard 
              id="firstWizS1" 
              name="First Wiz S1" 
              category="root_category/first_sub_category" 
              icon="./icons/firstWizS1.png" 
              class="com.mycategory.FirstWizS1"
              project="true">      
          </wizard> 
          <wizard 
              id="secondWizS1" 
              name="Second Wiz S1" 
              category="root_category/first_sub_category" 
              icon="./icons/secondWizS1.png" 
              class="com.mycategory.SecondWizS1"
              project="true">      
          </wizard>
          <!-- SECOND SUB CATEGORY --> 
          <category 
            id="second_sub_category"
            name="Second Sub Category"
            parentCategory="root_category"> 
          </category>
          <wizard 
              id="firstWizS2" 
              name="First Wiz S2" 
              category="root_category/second_sub_category" 
              icon="./icons/firstWizS2.png" 
              class="com.mycategory.FirstWizS2"
              project="true">      
          </wizard> 
          <wizard 
              id="secondWizS1" 
              name="Second Wiz S1" 
              category="root_category/second_sub_category" 
              icon="./icons/secondWizS2.png" 
              class="com.mycategory.SecondWizS2"
              project="true">      
          </wizard>
       </extension>    
    </plugin>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I extended from org.eclipse.ui.editors and defined the editor-id in plugin.xml as MyEditorId. I wrote
I'm using this plugin: http://www.jeremymartin.name/projects.php?project=kwicks And my code follows this example: http://www.jeremymartin.name/examples/kwicks.php?example=7 I'm using
In Eclipse (3.3) if you start the New Plugin Project Wizard, the first page
I'm developing an Eclipse plugin... I need to make it dependant on org.eclipse.ui.workbench (i
In Contributing to Eclipse book it is written that to introduce an extension point
How use this functionality that org.eclipse.ui.decorators provides? Lets say I have some object in
I want to write a schema which accept XML documents like this: <plugin> <label
I have one bundle using the following configuration in pom.xml: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.1.0</version>
How do I externalize strings in my Eclipse plugin's plugin.xml? Right-clicking on the plugin
Has anyone used this plugin? I don't know if my setup is right, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.