业精于勤,荒于嬉
全部博文(763)
分类: Java
2008-09-20 23:43:37
First of all, you will need to have a running Eclipse IDE v3.2+.
Nb: Unfortunately, because of a bug, Alveole Studio Eclipse plugin v0.1.0 does not work properly on Eclipse v3.2. You will need at least Eclipse 3.3. For Eclipse 3.4 Ganymede, you will need plugin version 0.2.3+.
Depending upon which distro you use, you will need to add the following plugins:
This is the simplest way to install this plugin.
Update site URL is
There are two methods to use update-site. The simplest one, is to use the online update site. The alternative to using this update-site is to download the complete update-site archive.
Then open your eclipse (with a user having sufficient privileges to update eclipse). Open Help/Software updates/Find and Install...
Then choose "install new features":
Then add a "New remote site":
For site name, enter somthing like "Alveole Studio MVC Web Project Plugin ", and for site URL enter "".
After this step, continue to
Note: if latest version ov MVC Web Project does not appear in site update, you will need to run "eclipse -clean" and to restart installation.
Note: this method is deprecated. We currently do not build static update sites anymore. Please use the online update site. If you need an update site to deploy plugin on a wide range of workstations, please - we may help you to install your own local update-site.
Select the newly added site and start installation (click finish):
Select Alveole Studio plugin:
Click next and accept license terms:
Select target directory (leave default):
Click "install all":
And restart eclipse:
Congratulations ! You are ready to play with Alveole Studio plugin !
If for any reason you want to install plugin manually, go to and download archive file "mvcwebproject-0.2.2.jar".
Note that there are two files available for download:
Drop mvcwebproject-0.2.2.jar inside your plugins directory, and start:
eclipse -clean
This should install the plugin - but not its dependencies - so it may not work. Note that this method does not resolve plugin dependencies. Prefer using the automatic installation mode.