• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The selected wizard could not be started Reason:org eclipse jdt core / IJavaElement

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
i am a newbie to Eclipse plugin , i have used org.eclipse.jdt.core package classes(IJavaElement,ICompliationUnit)
for my developement . In Standalone ( as a Eclipse application ) My code is working its generating required java files
I export my plugin project and created a plugin folder. And copied the folder into eclipse/plugins folder
Now if i open the Wizard. wizard opens with a alert saying
" The selected wizard could not be started Reason rg/eclipse/jdt/core/IJavaElement "
what will be problem
i am using eclipse3.1 and JDK 5.0

plugin.xml i have used the follwing requires tag
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin = "org.eclipse.jdt.ui"/>
<import plugin = "org.eclipse.jdt.core"/>
<import plugin = "org.eclipse.jdt.launching"/>
<import plugin = "org.eclipse.jdt.debug"/>
</requires>

Regards
Ganesan S
 
reply
    Bookmark Topic Watch Topic
  • New Topic