Download Plugins for Eclipse

Installing the Eclipse Feature

STAN is available via our Eclipse Update Site. Please follow the instructions below.

Eclipse 3.3 (Europa)

  1. From Eclipse, go to Help - Software Updates - Find and Install...
  2. Select option "Search for new features to install" and press "Next"
  3. Create a New Remote Site for STAN with URL http://update.stan4j.com/ide
  4. Select the STAN IDE feature and press "Finish"
  5. Follow the wizard, read and accept the license terms
  6. Restart Eclipse

Eclipse 3.4 (Ganymede)

  1. From Eclipse, go to Help - Software Updates
  2. Select the "Available Software" tab
  3. Add a new site for STAN with URL http://update.stan4j.com/ide
  4. Select the STAN IDE feature and press "Install"
  5. Follow the wizard, read and accept the license terms
  6. Restart Eclipse

Eclipse 3.5/3.6 (GaLILEO/Helios)

  1. From Eclipse, go to Help - Install New Software...
  2. Add a new site for STAN with URL http://update.stan4j.com/ide
  3. Select the STAN IDE feature and press "Next"
  4. Follow the wizard, read and accept the license terms
  5. Restart Eclipse 

Manual Download

If you cannot use the update site for some reason, you may download the latest STAN features as zipped archives and extract them to your <eclipse-home>/dropins folder.

Installing the License Key (optional)

As a customer, you should have received a key per email. As a new stan4j.com user, you can get your evaluation key from your profile. Copy the key and save it as file <eclipse_home>/stan.lic. Restart Eclipse.

Running your first Structure Analysis

In the Java Package Explorer, simply select packages, source folders and/or JAR files and choose "Run as... Structure Analysis" from the context menu.

After STAN has analyzed the selected code base, Eclipse will switch to the STAN Perspective, letting you explore your code structure.

Getting Help

STAN provides context sensitive help throughout the user interface: just press the F1/Help key. Select "Help > Help Contents" to browse the available help topics. For your convenience, you may also download the STAN IDE help in PDF format here.

For a brief overview of STAN's concepts and features, please refer to our White Paper.

Avoiding Memory Problems 

When analyzing large amounts of code, you may need to increase Eclipse' available heap size to avoid OutOfMemoryExceptions. For example, the following command would run Eclipse with a heap size of 512MB:

eclipse [normal arguments] -vmargs -Xmx512M [more VM args]

You can also put the extra options in <eclipse_home>/eclipse.ini.

Known Issues

  • We didn't test STAN on many Linux platforms. However, STAN is known to work with
    • Ubuntu 7.10, Kubuntu (Gutsy)
    • Debian 4.0
  • Mac OS X 10.5 (Leopard) users will need Eclipse 3.3.2 or run Eclipse 3.3.1.1 with vm argument "-Djava.awt.headless=true"
Please don't hesitate to report any problems/bugs/success stories!
 
< Prev   Next >
STAN 2.0.1

We are pleased to announce the 2.0.1 release of STAN. STAN 2 comes with exciting new features and includes a community license option for free, non-commercial use.

Read more...
 

Login