Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Problem with Eclipse Plugin?
Hi everyone!
I have a problem with Ecplise + vaadin plugin + tomcat
When I try to create a new vaadin proyect, the target runtime section is empty.
I have installed apache tomcat server 6.0 and the service is running, but the target runtime continuous empty.
What is wrong?
Thanks a lot!
Diego
Have you made Eclipse aware of the Tomcat installation?
Window -> Show View -> Servers
In the new window:
right click -> New -> Server -> Apache -> Tomcat v6.0 Server -> ...
Hi Jens.
I Find the problem, I had installed the wrong version of the eclipse (classic)
When installed correctly (J2EE + Web App), I could connect to tomcat and run my first application made with vaadin
Thank you very much
Diego