wiki:Devel/Setup

Version 6 (modified by leo, 18 years ago) (diff)

--

Information for Developers

Source Code Repository

Genome Browser

UTGB Common

Development with Eclipse

Installing GWT

  • Download the latest version of Google Web Toolkit, matching your OS environment.
  • Expand the archive, for example, c:\home\leo\local\gwt-win-1.4.10
  • Set the class path variable in your Eclipse (Window -> Preferences -> Java -> Build Path -> Classpath) as follows:
    GWT_HOME=(your GWT installation folder, say c:\home\leo\local\gwt-win-1.4.10)
    

Launch GWT Develpment Shell

  1. Click the side-cursor on the Debug botton, then select "GenomeBrowser_gwt_shell"
  2. GWT Shell Window and Hosted-mode browser, which is exactly IE plug-in (in Windows), will open after 10~30 seconds.

Other Useful Plug-ins for Eclipse

  • FatJar
    • Packs all required Jar files into a single Jar file.

Attachments (3)

Download all attachments as: .zip