Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intelliJ idea 10 community edition and GWT plugin

Having hard time installing GWT plugin. Tried to search for GWT plugins and all I was able to find was GWT Imagebundle which is pretty outdated. Tried File Menu -> configure plugins but didn't help as the plugin is not installed yet.

Is there a support for GWT plugin in intelliJ 10 community edition? If there is can some one please point me to the right document to install it? Just to make sure, I installed scala plugin and I am able to see it in "Add modules" section.

This is my first time using intellij and I love it so far.

like image 823
BinnyG Avatar asked Jan 23 '11 13:01

BinnyG


People also ask

What is the difference between IntelliJ community and Ultimate?

The free IntelliJ IDEA Community Edition, built on open source code, is for pure JVM development. The paid IntelliJ IDEA Ultimate is designed for full-stack and enterprise development, supporting a wide range of backend and frontend frameworks and technologies.

Is IntelliJ Community Edition enough?

The community edition is fine for basic Java development. It is suitable for desktop projects, and includes the visual GUI Builder, and also supports Maven and Ant build tools, JUnit and TestNG testing, Java and Android development, and rich editor support for Java and XML.

What is IntelliJ IDEA Community Edition?

Community Edition is free and open-source, licensed under Apache 2.0. It provides all the basic features for JVM and Android development. IntelliJ IDEA Ultimate is commercial, distributed with a 30-day trial period. It provides additional tools and features for web and enterprise development.


1 Answers

There is no GWT support in the Community Edition.

like image 170
CrazyCoder Avatar answered Sep 22 '22 20:09

CrazyCoder