Googlipse quickstart Part 2

June 29th, 2006 - Written by in Using GWT

I wrote a previous post on the first version of the Googlipse plugin. However the 0.02 version has changed quite a bit so I thought I’d write a new walkthrough for it.

Requirements: Java 5, Eclipse 3.2, Eclipse WTP, Googlipse 0.02.

  • The first thing I needed to do was to install the Eclipse Web Tools Platform (WTP). I decided to download the latest Eclipse (3.2RC7). Installing the WTP is pretty easy now. Just use the Eclipse update mechanism, choose a Callisto Discovery site, select the ‘Web and J2EE Development’ box, then click the ‘Select Required’ button to select the dependencies and away it goes. Wait a little bit and after its done, you’ll have everything installed.
  • Unzip the googlipse jar into your Eclipse/plugins folder and restart Eclipse.
  • Under Window -> Preference -> Googlipse, set your GWT home. GWT home should be set to where you installed your GWT libraries (ex. c:\gwt-windows-1.0.21)
  • Creating a GWT Project. Select File -> New -> Project -> Web -> Dynamic Web
    • Type your project name and hit Next
    • Select the Google Web Toolkit project facet (along with the Dynamic Web Module and Java facets) and click Finish.
  • Creating a GWT Module. Select File -> New -> Other -> Goolipse -> Gwt Module
    • Hit the Create… button to define the package structure of your project.
    • Enter your module name in the Names textfield.
  • Running your module. Select Run -> Run…
    • Select Gwt Application, right click and select New.
    • In the main tab, select your project and select your module.
    • Click Run.

Stumble it!

4 Comments »

Comment by J Menendez
2006-07-13 06:36:57

I have the latest Eclipse 3.2, with calist update, WTP 1.5
I installed the plugin. I can see the option in Window Preferences, but I cannot select the Google Web Toolkit project facet when I create a new Web project

 
Comment by S. Bozhkov
2006-07-14 08:04:33

Yes, I have the same problems. Any ideas how to solve that

 
Comment by chris
2006-07-16 06:08:26

What version of the Googlipse plugin are you guys running? If you’re using the new 0.03, perhaps this thread will help?
http://tinyurl.com/mzhpj

 
Comment by Exceelltync
2008-12-18 20:52:41

Hello

As newly registered user i only wanted to say hi to everyone else who uses this bbs <:-)