Changes between Version 20 and Version 21 of Doc/SCDB/Eclipse
- Timestamp:
- Aug 8, 2009, 2:08:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Eclipse
v20 v21 17 17 Eclipse can be downloaded from http://www.eclipse.org. The site provides pre-built distributions for Windows, Linux, and MacOSX making installation trivial. Recent versions of Eclipse offer several different pre-configured versions. For SCDB, the "Eclipse Classic" is the most appropriate. 18 18 19 Before being able to run Eclipse, you need to install Java JRE or JDK on your machine. SCDB requires Java 1.5 or later. You need to check on Eclipse site minimum Java version required by Eclipse. As of Eclipse 3.2, it was lower than SCDB.19 Before being able to run Eclipse, you need to install Java JRE or JDK on your machine. SCDB requires Java 1.5 or later. You need to check on Eclipse site minimum Java version required by Eclipse. 20 20 21 21 If you have several Java JREs or JDKs installed on your machine, run Eclipse, goto Preferences->Java (in `Window` menu) and check the version used by Eclipse matches both Eclipse and SCDB requirements. 22 22 23 ''Note : Java JDK is required only for some advanced operations like generating new OS templates. Java JRE is enough for daily administration ofSCDB.''23 ''Note : Java JDK is required only for some advanced operations like generating new OS templates. Java JRE is enough for daily administration with SCDB.'' 24 24 25 25 === Installating Eclipse plugins === … … 34 34 * Subversive : http://download.eclipse.org/technology/subversive/0.7/update-site/ 35 35 * SVN connectors : http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/. You can install all connectors. 36 * SVNKit : pure Java SVN client, providing both Java classes and a set of command line utilities compatible with SVN line mode client (command `jsvn`). This is not necessary when you use Subversive as SVN plug-in as it is provided with the SVN connector.37 * Download URL : http://svnkit.com/38 36 * Sunshade : used for error linking between console and editor (useful for opening templates where an error occurred) 39 37 * Download URL : http://sunshade.sourceforge.net/update/ 40 38 * Colorer (optional): used for syntax coloring in templates. 41 39 * Download URL : http://colorer.sf.net/eclipsecolorer/ 42 43 After adding each site, select them and click on `Finish` button. 40 * SVNKit : pure Java SVN client, providing both Java classes and a set of command line utilities compatible with SVN line mode client (command `jsvn`). This is not necessary when you use Subversive as SVN plug-in as it is provided with the SVN connector. 41 * Download URL : http://svnkit.com/ 44 42 45 43 == Configuration ==