- This topic has 3 replies, 3 voices, and was last updated 20 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
michaMemberHello,
I’m intended to buy MyEclipse for Struts development. That’s why I have download the MyEclipse Trialversion to test it and hava tried to retrace the Struts Develpemnet Demo from http://www.myeclipseide.com/images/tutorials/StrutsTutorial.htm.
But the step action-mappings causes always a total crash of eclipse which I have never seen before with eclipse. After clicking the Finish Button he worked a little bit and hanged then up. The last message is:
“Searching… Creating type LoginAction (Xslt generator for Eclipse JDT)” and I can only kill whole Eclipse.All plugins seems to be properly configured like ManageConfiguration.
I have the following other plugins: Clay Database Core, GEF and XMLBuddy, Eclipse examples, Eclipse WebDAV and FTP Support.Every help is very appreciated, micha.
– System Setup ——————————-
Operating System and version:
Eclipse version: 3.0.0
Eclipse build id: 200406251208
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: Clay Database Core 1.0.4, GEF 3.0.0 and XMLBuddy 2.0.10 (newest version), Eclipse examples, Eclipse WebDAV and FTP Support 3.0.0
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.7.200, Build id: 200407091200-3.8-Beta2
Eclipse JDK version: 1.4.2_04
Application Server JDK version:
Are there any exceptions in the Eclipse log file? no– Message Body ——————————-
support-michaelKeymasterME 3.8 beta1 had a problem similar to what you describe but we have had not beta-2 reports. Can you review this thread and see if it provides insight into the behaviors you observe?
michaMemberThe mentioned thread helps nothing.
I have GEF in Version 3.0.0 in the eclipse directory and also in the myeclipsedirectory and no older versions.
But I saw now, that in Eclipse is: org.eclipse.jdt.debug_3.0.0 and in myeclipse is org.eclipse.jdt.debug_3.7.200.
Can this be the problem?
Which plugin is then responsible (eclipse or myeclipse directory)?Micha
Scott AndersonParticipantI have GEF in Version 3.0.0 in the eclipse directory
Please note that every build of GEF for about the last six months has been labeled 3.0.0. ME 3.8 Beta-2 ships with GEF 3.0 final which
was rather new at the time we shipped. It is likely that your other GEF versions, although labeled the same, are actually old.Another way to isolate the problem is to do a parallel install of Eclipse with only MyEclipse installed on it. That way we can see if it
is some sort of interference problem with the other products you’re running, and if so determine what it might be.But I saw now, that in Eclipse is: org.eclipse.jdt.debug_3.0.0 and in myeclipse is org.eclipse.jdt.debug_3.7.200.
Can this be the problem?
Which plugin is then responsible (eclipse or myeclipse directory)?That’s actually normal. We made minor mods to the debug plugin to enable source-level JSP debugging, but it
won’t cause any problems. These mods shouldn’t be needed in 3.8 Final, now that Eclipse 3.0 final added the
API’s we needed. -
AuthorPosts