Installation Instructions
Stand-alone
- Windows: Execute the installer and follow the instructions. Administrator rights are only required on Vista. The installer adds a menu item to the Windows Start menu.
- Mac OS X: Extract the downloaded archive and double-click the JFormDesigner application to start it.
- Other platforms: Extract the downloaded archive and execute JFormDesigner.sh to start JFormDesigner.
Eclipse plug-in
The Eclipse plug-in is available in two different ZIPs. Make sure to use the right one for the chosen installation method.
- JFormDesigner-x.x-eclipse-site.zip is an Eclipse "Site Archive", which is used to install JFormDesigner using Eclipse Software Manager. Do not extract this ZIP into the Eclipse installation folder.
- JFormDesigner-x.x-eclipse.zip is a simple ZIP archive, which can be extracted into the Eclipse installation folder (or the Eclipse 3.4+ dropins folder).
There are three ways to install the Eclipse plug-in:
a) Installation using Eclipse Software Manager from Update Site (no ZIP)
Eclipse 4.2 - 3.5
- Start Eclipse.
- Open the install wizard (Menu: Help > Install New Software)
- Click Add button, enter "JFormDesigner Update Site" into the name field, enter http://download.formdev.com/jformdesigner/eclipse/ into the location field and click OK to close the dialog.
- Check "JFormDesigner" in the list of available software and click Next.
- Review the items to be installed and click Next.
- If requested, accept the license agreement and click Finish to start the download and installation.
- Restart Eclipse.
Eclipse 3.4
- Start Eclipse.
- Open the update manager (Menu: Help > Software Updates)
- Select the Available Software tab.
- Click Add Site button, enter http://download.formdev.com/jformdesigner/eclipse/ into the location field and click OK to close the dialog.
- Select the added site in the list of available software and click the Install button to start the installation.
- Check "JFormDesigner" in the Install dialog and continue with Next or Finish.
- If requested, accept the license agreement and continue.
- Restart Eclipse
Eclipse 3.3 - 3.1
- Start Eclipse.
- Open the update manager (Menu: Help > Software Updates > Find and Install)
- Select the Search for new features to install radio button and click Next.
- Click New Remote Site and enter "JFormDesigner Update Site" into the name field and http://download.formdev.com/jformdesigner/eclipse/ into the url field.
- Click Finish to start the search.
- Check "JFormDesigner" in the search result list and continue with Next.
- Accept the license agreement and continue as usual.
- Restart Eclipse
b) Installation using Eclipse Software Update Manager (JFormDesigner-x.x-eclipse-site.zip)
Eclipse 4.2 - 3.5
- Download JFormDesigner-x.x-eclipse-site.zip
- Start Eclipse.
- Open the install wizard (Menu: Help > Install New Software)
- Click Add button to open the Add Repository dialog.
- Click Archive button, select the site archive ZIP file (JFormDesigner-x.x-eclipse-site.zip) and click OK to close the Add Repository dialog.
- Check "JFormDesigner" in the list of available software and click Next.
- Review the items to be installed and click Next.
- If requested, accept the license agreement and click Finish to start the installation.
- Restart Eclipse.
Eclipse 3.4
- Download JFormDesigner-x.x-eclipse-site.zip
- Start Eclipse.
- Open the update manager (Menu: Help > Software Updates)
- Select the Available Software tab.
- Click Add Site button.
- Click Archive button, select the site archive ZIP file (JFormDesigner-x.x-eclipse-site.zip) and click OK to close the Add Site dialog.
- Select the added ZIP in the list of available software and click the Install button to start the installation.
- Check "JFormDesigner" in the Install dialog and continue with Next or Finish.
- If requested, accept the license agreement and continue.
- Restart Eclipse.
Eclipse 3.3 - 3.1
- Download JFormDesigner-x.x-eclipse-site.zip
- Start Eclipse.
- Open the update manager (Menu: Help > Software Updates > Find and Install)
- Select the Search for new features to install radio button and click Next.
- Click New Archived Site button and select the site archive ZIP file (JFormDesigner-x.x-eclipse-site.zip).
- Click Finish to start the search.
- Check "JFormDesigner" in the search result list and continue with Next.
- Accept the license agreement and continue as usual.
- Restart Eclipse.
c) Manual installation (JFormDesigner-x.x-eclipse.zip)
Eclipse 4.2 - 3.4
- Download JFormDesigner-x.x-eclipse.zip
- Quit Eclipse.
- Extract the ZIP file (JFormDesigner-x.x-eclipse.zip) into a folder in the
Eclipse dropins folder:
<eclipse-install>/
dropins/
JFormDesigner-x.x-eclipse/
features/
com.jformdesigner_x.x.x/...
plugins/
com.jformdesigner_x.x.x.jar
com.jformdesigner.doc_x.x.x.jar
com.jformdesigner.redist_x.x.x/... - Start Eclipse.
Eclipse 3.3 - 3.1
- Download JFormDesigner-x.x-eclipse.zip
- Quit Eclipse.
- Extract the ZIP file (JFormDesigner-x.x-eclipse.zip) directly into the
Eclipse installation folder:
<eclipse-install>/
features/
com.jformdesigner_x.x.x/...
plugins/
com.jformdesigner_x.x.x.jar
com.jformdesigner.doc_x.x.x.jar
com.jformdesigner.redist_x.x.x/... - Start Eclipse.
NetBeans plug-in
- Start NetBeans.
- Open the Plugins dialog (Menu: Tools > Plugins)
- Select the Downloaded tab.
- Click Add Plugins button, select the NBM file (JFormDesigner-x.x-netbeans.nbm) and click OK to close the Add Plugins dialog.
- Review the items to be installed and click Install.
- If requested, accept the license agreement and click Install to start the installation.
- Close the Plugins dialog.
IntelliJ IDEA plug-in
There are three ways to install the IntelliJ IDEA plug-in:
a) Installation using IntelliJ IDEA Plugin Manager
IntelliJ IDEA 11.1 - 11
- Start IntelliJ IDEA.
- Open the plugin manager dialog (Menu: File > Settings > Plugins)
- Click Browse repositories button to open the Browse Repositories dialog.
- Right-click on "JFormDesigner" in the list of available plugins and select Download and Install in the popup menu.
- Click Close to close the Browse Repositories dialog.
- Click OK to close the Settings dialog.
- Restart IntelliJ IDEA
IntelliJ IDEA 10.5 - 5.0
- Start IntelliJ IDEA.
- Open the plugin manager dialog (Menu: File > Settings > Plugins)
- Select the Available tab.
- Right-click on "JFormDesigner" in the list of available plugins and select Download and Install in the popup menu.
- Restart IntelliJ IDEA
b) Installation from disk using IntelliJ IDEA Plugin Manager
(requires IntelliJ IDEA 11 or later)
- Start IntelliJ IDEA.
- Open the plugin manager dialog (Menu: File > Settings > Plugins)
- Click Install plugin from disk button to open the Choose Plugin file dialog.
- Select the ZIP file and click OK to close the dialog.
- Click OK to close the Settings dialog.
- Restart IntelliJ IDEA.
c) Manual installation
- Download JFormDesigner-x.x-intellij-idea.zip
- Quit IntelliJ IDEA.
- Extract the ZIP file (JFormDesigner-x.x-intellij-idea.zip) into one of
IntelliJ IDEA's plugins folders. Either into
<user-home>/.IntelliJIdeaXX/config/plugins
or into
<intellij-idea-install>/plugins:
<user-home>/.IntelliJIdeaXX/config/plugins/ or <intellij-idea-install>/plugins/
JFormDesigner/
help/...
lib/...
redist/...
README.html, LICENSE.html, ... - Start IntelliJ IDEA.
JDeveloper plug-in
- Start JDeveloper.
- Open the Check for Updates dialog (Menu: Help > Check for Updates)
- Select the Install From Local File checkbox.
- Use the Browse button to select the ZIP file.
- Click Next and Finish to start the installation.
- Restart JDeveloper.
JBuilder 2005/2006 plug-in
- Download JFormDesigner-x.x-jbuilder.zip
- Quit JBuilder.
- Extract the ZIP file (JFormDesigner-x.x-jbuilder.zip) into the JBuilder
<jbuilder-install>/lib/ext
folder:
<jbuilder-install>/lib/ext/
JFormDesigner-JBuilder.jar
JFormDesigner/
README.html, LICENSE.html, redist/, ... - Start JBuilder

