- This topic has 6 replies, 4 voices, and was last updated 12 years, 11 months ago by support-swapna.
-
AuthorPosts
-
venkatMemberHi,
I am getting error while creating the Dynamic Web Project using myeclipse saying the selected wizard could not be started.
Plug-in “org.eclipse.jst.servlet.ui” was unable to instantiate class “org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard”We are developing Jboss Portal based appliciation
Appreciate your help
Thanks,
Venkat
Loyal WaterMemberVenkat,
Have you setup WTP with MyEclipse? Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
venkatMemberNipun,
*** Date:
Tuesday, September 30, 2008 11:29:02 AM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5 – Pulse Edition\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5 – Pulse Edition\../Pulse\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5 – Pulse Edition\../Pulse\Common\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-clean
-configuration
C:\Program Files\MyEclipse 6.5 – Pulse Edition\configuration
-vm
C:\Program Files\Pulse\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll
Loyal WaterMembervenkuk,
MyEclipse does not have any project such as a Dynamic Web Project. It has plain Web Projects. Did you setup any plugins with MyEclipse ?
lilyjuMemberI have an existing Dynamic Web Project, here is how I check it out from regular Eclipse, like Indigo:
1. In SVN Repository View, right click a trunk, then click checkout
2. Select Check out as a project configured using the New Project Wizard
3. Click Finish
4. Choose Dynamic Web Project
5. My project was checked as a Dynamic Web Project without any problemHowever, using MyEclipse, since there is no Dynamic Web Project, I had to choose Web Project, but my project was not checked out.
Any help will be appreciated.
Thx
Lily
lilyjuMemberI have an existing Dynamic Web Project, here is how I check it out from regular Eclipse, like Indigo:
1. In SVN Repository View, right click a trunk, then click checkout
2. Select Check out as a project configured using the New Project Wizard
3. Click Finish
4. Choose Dynamic Web Project
5. My project was checked as a Dynamic Web Project without any problemHowever, using MyEclipse, since there is no Dynamic Web Project, I had to choose Web Project, but my project was not checked out.
Any help will be appreciated.
Thx
Lily
support-swapnaModeratorlilyju ,
1) In MyEclipse there is no distinction between a Static or Dynamic Web Project, there is merely a Web Project that once created has a very standard “exploded WAR” layout to it by default. You can create a web project and work on the same lines.
2) Can you try this suggestion and check if it works ?
a) Enable WTP capabilities from Window > Prefs > General > Capabilities, click Advanced, drill down to MyEclipse Standard Tools, then at the very bottom enable “WTP EXtras”.
b) Check the project out and turn off the WTP capabilities by unchecking the WTP Extras.
c) Enhance the WTP project to work with MyEclipse from the menu MyEclipse > Enhance WTP Project.
-
AuthorPosts