Hello,
my vaadin eclipse plugin is not working. If i trigger the “Design” tab the CustomComponent is not loading in the View. Theres just this spinning-red-wheel(progress indicator) and a blank page.I tried to install different kind of eclipse versions. Also different xulrunner versions. Just created a fresh Vaadin 7 Project using the wizard. Everything works fine instead of the Visual Designer.
There are no further informations in Eclipse Error Log! Just the “normal” XULRunner Debug Message. Can you help me?
System:
Windows 7 64 bit
jdk1.7 64 bit
Eclipse Kepler 4.3.1
Vaadin 7.1.8
Details in installation.png
i have installed Mozilla XULrunner 1.9.0.4 directly in my eclipse folder and put “-Dorg.eclipse.swt.browser.XULRunnerPath=xulrunner” at the end of my eclipse.ini. The problem exists in every class i create with the wizard - even totally fresh created VAADIN 7 projects.
At this moment i create my uis on my own… its not the “org.eclipse.core.runtime.CoreException: Failed to find or parse visually editable class” exception you get when yo manipulate code that is annotated with “@AutoGenerated”.
annoying…