Changes between Version 6 and Version 7 of Devel/Setup
- Timestamp:
- 07/03/07 10:54:35 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Setup
v6 v7 24 24 * http://dev.utgenome.org/svn/archive/gwt 25 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:26 * Set the class path variable named GWT_HOME in your Eclipse (Window -> Preferences -> Java -> Build Path -> Classpath): 27 27 {{{ 28 GWT_HOME=(your GWT installation folder , say c:\home\leo\local\gwt-win-1.4.10)28 GWT_HOME=(your GWT installation folder) 29 29 }}} 30 == Launch GWT Develpment Shell == 30 31 == Launch the GWT Develpment Shell == 31 32 1. Click the side-cursor on the Debug botton, then select "GenomeBrowser_gwt_shell" 32 33 1. GWT Shell Window and Hosted-mode browser, which is exactly IE plug-in (in Windows), will open after 10~30 seconds. … … 40 41 * [http://kurucz-grafika.de/fatjar FatJar] 41 42 * Packs all required Jar files into a single Jar file. 43