Since yesterday Im trying to get MyEclipse 3.8.0 running in combination with Tomcat 5.0.27 on Windows XP.
Problem 1:
When I try to create a new servlet in perspective MyEclipse I get the following error: Creation of element failed See error log for more details.
The error log says:
Internal error
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:314) ………………etc. etc.
Caused by: java.lang.StringIndexOutOfBoundsException
at java.lang.StringBuffer.insert(Unknown Source)
at com.aston.wizards.servlet.NewWebXmlLinkCreationWizardPage.ā(Unknown Source)…………………….etc. etc.
Problem 2:
While just following the online MyEclipse tutorial (with HelloWorld etc.) seems that at my computer a created package is not recognized while trying to run a jsp file. Also the page directive gives a problem while trying to import the (new) package.
I hope there is someone who can help me!
Thanks,
Jos