Download and Installation
Prerequisites:
Eclipse 3.2+
Java 5+
First Time Installation:
Using online update site (recommended)
From a downloaded zip file
Upgrade:
Using online update site (recommended)
From a downloaded zip file
Initial Setup Using the JavaSketch Update Manager Website
- Open the Eclipse Update Manager
- Launch Eclipse if it's not already running.
- Choose Software Updates->Find and Install from the Help menu.
- Select Search for new features to install and press Next.
- Define a site bookmark
- Press New Remote Site...
- Enter "JavaSketch" (or something similar) as the name, and http://javasketch.sourceforge.net/update/ for the URL.
- Download and install the plugin
- Press Finish.
- Check the box and press Next.
- Accept the license agreement and press Next.
- Press Finish.
- Press Install after the download finishes.
- Restart Eclipse
- Eclipse may ask if you want to restart. You can click Apply Changes to
use JavaSketch right away, but content assist integration will not work until
you restart Eclipse.
- If prompted to reset the current perspective, click Yes to add the JavaSketch
view to the main view stack or No if you want to add it manually (see below)
- Verify the installation
- To verify JDT content assist integration, open a Java file, position the
cursor inside a method and press Ctrl-Space twice. You should see an entry
for JavaSketch; pressing Enter will open the JavaSketch view (and may execute
a query depending on where you positioned the cursor).
- You can also open the JavaSketch view via Window->Show View->Other,
then Java->JavaSketch.
Initial Setup Using a Downloaded Snapshot
- Obtain a snapshot
- Get the latest JavaSketch archive from the SourceForge download area.
- Open the Eclipse Update Manager
- Launch Eclipse if it's not already running.
- Choose Software Updates->Find and Install from the Help menu.
- Select Search for new features to install and press Next.
- Import the archive
- Click New Archived Site....
- Select the file you downloaded.
- Click OK.
- Install the plugin
- Press Finish.
- Select the checkbox and press Next.
- Accept the license agreement and press Next.
- Press Finish.
- Press Install after the download finishes.
- Restart Eclipse
- Eclipse may ask if you want to restart. You can click Apply Changes to
use JavaSketch right away, but content assist integration will not work until
you restart Eclipse.
- If prompted to reset the current perspective, click Yes to add the JavaSketch
view to the main view stack or No if you want to add it manually (see below)
- Verify the installation
- To verify JDT content assist integration, open a Java file, position the
cursor inside a method and press Ctrl-Space twice. You should see an entry
for JavaSketch; pressing Enter will open the JavaSketch view (and may execute
a query depending on where you positioned the cursor).
- You can also open the JavaSketch view via Window->Show View->Other,
then Java->JavaSketch.
Upgrading Using the JavaSketch Update Manager Website
- Launch Eclipse if it's not already running.
- Choose Software Updates->Find and Install from the Help menu.
- You have two choices:
Run a full update
- Select Search for updates of the currently installed features and press Next.
This may take a while since it checks all your plugins
Update only JavaSketch
- Select Search for new features to install and press Next.
- Make sure the JavaSketch update site is present (if not, see above for how to add it).
- Check only JavaSketch and press Finish
- Proceed with the installation as mentioned in initial setup.
Upgrading Using a Downloaded Snapshot
Manual Installation
This is not recommended, but if you need to do it for some reason,
read this.