PrerequisitesSoftwareThis steps-setup-document assumes the following software versions installed. All software is installed to a place where the installation path does not contain whitespaces. The installation was made on windows vista it may be different on other operation systems. Please use the list to exchange your problems and help each other. The following software has to be installed first: | Java 1.5 / 1.6 | info | download | | | MySQL 5.0.x | info | download | do not forget to setup a root account and remember its password! | | Tomcat 6.0 | info | download | under windows, do not install it as a service | | Maven 2.x | info | download | follow the installation guide lines found under info set the environment variables correct. | | Eclipse Java EE | info | download | you should have WTP (Web Tools Platform) installed. This ships automatic with eclipse java ee. | | Subclipse | info | download | subclipse is an eclipse plugin, installation instructions under info |
VerificationSimply open a console, try the following commands, and verify that you have a similar output. If you encounter problems here, please go back to the info link provided above to find out a possible solution. In the case googling and the info does not help, ask the list. | command_on_the_shell/console | Sample Output | | java -version | java version "1.6.0_05" Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing) | | mvn -version | Maven version: 2.0.9 Java version: 1.6.0_05 OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows" | | mysql --version | mysql Ver 14.12 Distrib 5.0.51a, for Win32 (ia32) | | mysql -u root -p | Enter password: xxxxxxxx Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 98 Server version: 5.0.51a-community-nt MySQL Community Edition (GPL) Type 'help;' or '\h' for help. Type '\c' to clear the buffer. |
Eclipse IDE Setupis described in SetupOlatInEclipse
|