| 19 | * Open the SVN Repository Explorer perspective, then add new remote site, http://dev.utgenome.org/svn/utgb. |
| 20 | * Checkout browser folder as an Eclipse project. |
| 21 | |
| 22 | === Installing GWT == |
| 23 | * Download the latest version of [http://code.google.com/webtoolkit/ Google Web Toolkit], matching your OS environment. |
| 24 | * http://dev.utgenome.org/svn/archive/gwt |
| 25 | * Expand the archive, for example, c:\home\leo\local\gwt-win-1.4.10 |
| 26 | * Set the class path variable in your Eclipse (Window -> Preferences -> Java -> Build Path -> Classpath) as follows: |
| 27 | {{ |
| 28 | GWT_HOME=(your GWT installation folder, say c:\home\leo\local\gwt-win-1.4.10) |
| 29 | }} |
| 30 | |
| 31 | == Launch GWT Develpment Shell == |
| 32 | 1. Click the side-cursor on the Debug botton, then select "GenomeBrowser_gwt_shell" |
| 33 | 1. GWT Shell Window and Hosted-mode browser, which is exactly IE plug-in (in Windows), will open after 10~30 seconds. |
| 34 | |