- This topic has 6 replies, 4 voices, and was last updated 20 years, 8 months ago by
mrinal_kanti.
-
AuthorPosts
-
nick4eceMemberHi,
After installing MyEclipse 3.8.1 + QF20040825
on a new intall of Eclipse 3.01 and Visual Editor SDK 1.01 (Eclipse Project VE2) the Java Visual Editor fails when opening an existing Visual Java class:An internal error occurred during: “Setup Java Visual Editor”.
java.lang.NoClassDefFoundError: com/ibm/wtp/common/util/TimerTests
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup.run(JavaVisualEditorPart.java:1391)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)After disabling the Myeclipse product extension the Java Visual Editor works again. Enabling the extension (yet again) produces the error again.
System:
Windows XP sp2
Eclipse SDK 3.0.1
GEF SDK 3.0.1
EMF SDK 2.0.1
UML 1.0.1
CDT 2.0.1
and
Visual Editor SDK 1.01September 19, 2004 at 4:28 pm #215533
nick4eceMemberFound the error (and solution) in the support section.
September 19, 2004 at 6:21 pm #215535
Scott AndersonParticipantNick,
We’ve addressed this version naming problem and will correct it in 3.8.2. Glad you found what you needed in the original thread so you can keep going in the meantime.
September 24, 2004 at 12:23 am #215879
mrinal_kantiMember@nick4ece wrote:
Found the error (and solution) in the support section.
Well, I have recently joined and am comparatively new to this website. I am also facing exactly the same problem after I downloaded the Eclipse VE 1.01
[An internal error occurred during: “Setup Java Visual Editor”.
java.lang.NoClassDefFoundError: com/ibm/wtp/common/util/TimerTests
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup.run(JavaVisualEditorPart.java:1391)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)]I could not locate the support section from where I could download a fix for this issue. Any help!
September 25, 2004 at 9:15 am #215956
cuixiao1979@yahoo.com.cnMember1) find the util.jar in “com.ibm.wtp.common.util_1.0.1” of VE
2) replace the util.jar in “com.ibm.wtp.common.util_13.8.1” of myeclipse with the new util.jar
enjoy 🙂
September 25, 2004 at 10:09 am #215965
Scott AndersonParticipantFor completeness, we’ve reset the version of this binary plugin back to 1.0.0 for compatibility in the future. The reset of the version was a build process error in 3.8.1.
September 27, 2004 at 1:19 am #215998
mrinal_kantiMemberThanks, its now working with the 3.8.2 release.
-
AuthorPosts