Changes between Version 6 and Version 7 of Devel/Setup


Ignore:
Timestamp:
07/03/07 10:54:35 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v6 v7  
    2424   * http://dev.utgenome.org/svn/archive/gwt
    2525 * 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):
    2727{{{
    28 GWT_HOME=(your GWT installation folder, say c:\home\leo\local\gwt-win-1.4.10)
     28GWT_HOME=(your GWT installation folder)
    2929}}}
    30 == Launch GWT Develpment Shell ==
     30
     31== Launch the GWT Develpment Shell ==
    3132 1. Click the side-cursor on the Debug botton, then select "GenomeBrowser_gwt_shell"
    3233 1. GWT Shell Window and Hosted-mode browser, which is exactly IE plug-in (in Windows), will open after 10~30 seconds.
     
    4041 * [http://kurucz-grafika.de/fatjar FatJar]
    4142   * Packs all required Jar files into a single Jar file.
     43