Kellerassel Logo

Welcome  News  ContactUs  What is ECD?  Links  Wiki  

StopEPR  StopFraport  Download  HowToInstall  Test

 
Installation Guide

Install GNU C/C++ on Windows 95/98/ME
Install GNU C/C++ on Windows XP
Install Java JDK on Windows 95/98/ME
Install Java J2SE on Windows XP
Install Apache Webserver
Install Winsock2 for Windows 95
Install Java Package netscape.javascript for Windows

  
Install GNU C/C++ on Windows 95/98/ME

  1. Download Mingw32 C/C++ development kit from the download page
  2. Unzip the downloaded zip archive to drive C:\. This zip archive contains all necessary files of open source GCC (version 2.95.2).
  3. Add the following line to AUTOEXEC.BAT:
    SET PATH=C:\GCC2952\BIN;%PATH%
  4. Reboot your computer
  5. Open a MSDOS command window. In the MSDOS command line type 'gcc source.c' to compile source.c or use 'make' to run a Makefile.

  
Install GNU C/C++ on Windows XP

  1. Download Mingw32 C/C++ development kit from the download page
  2. Unzip the downloaded zip archive to drive C:\. This zip archive contains all necessary files of open source GCC (version 2.95.2).
  3. Go to Start => Settings => System Control => System => Advanced => Environment Variables => System Variables

  4. And click on the variable PATH and Modify. Add to the value of PATH: 'C:\Gcc2952\bin' seperated by ','.
    Then add a new variable with the name 'LIBRARY_PATH' and write 'C:\Gcc2952\lib' in the value field.
    Click OK.
  5. Reboot your computer
  6. Go to Start => Run
    And enter 'cmd' to get a MSDOS command line. In the MSDOS command line type 'gcc source.c' to compile source.c or use 'make' to run a Makefile.

  
Install Java J2SE on Windows 95/98/ME

  1. Download JDK 1.1 development kit from the download page
  2. Start the Setup and install to C:\JDK11
  3. Add the following line to AUTOEXEC.BAT:
    SET PATH=C:\JDK11\BIN;%PATH%
  4. Reboot your computer
  5. Open a MSDOS command window. In the MSDOS command line type 'java -help' to get help for java binaries. Type 'javac -help' to get help for compilation of java sources.

  
Install Java J2SE on Windows XP

  1. Download J2SE development kit for Windows XP from the download page
  2. Start the Setup and install to C:\J2SDK
  3. Go to Start => Settings => System Control => System => Advanced => Environment Variables => System Variables
    And click on the variable PATH and Modify. Add to the value of PATH: 'C:\J2SDK\bin' seperated by ',' and click OK.
  4. Reboot your computer
  5. Go to Start => Run
    And enter 'cmd' to get a MSDOS command line. In the MSDOS command line type 'java -help' to get help for java binaries. Type 'javac -help' to get help for compilation of java sources.

  
Install Apache Webserver on Windows

  1. Download Apache Webserver from the download page
  2. Install the Apache Webserver on your computer. Accept the default installation path.
  3. Copy apache_start.bat into the Apache main directory
    (by default C:\Program Files\Apache Group\Apache)
  4. Replace the httpd.conf in the Apache subdirectory conf
    (by default C:\Program Files\Apache Group\Apache\conf) with the file you find in this package. Then check httpd.conf (e.g. open it in the notepad editor) if parameters ServerRoot and DocumentRoot are set to the correct path. In the default case these are:

    ServerRoot "C:/Program Files/Apache Group/Apache"
    DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
    Directory "C:/Program Files/Apache Group/Apache/htdocs"

  5. Connect to the internet.
  6. Start the Webserver with double-click on apache_start.bat

  
Install Winsock2 for Windows 95

  1. Download the Microsoft Windows 95 Winsock2 setup file from the download page
  2. Run W95ws2setup.exe on your computer to install Winsock2
  3. Reboot your computer
  4. For later Uninstallation:
    execute X:\WINDOWS\WS2BAKUP\WS2BAKUP.BAT
    X is the drive where your Windows folder is installed to.

  
Install Java Package netscape.javascript

  1. This Java Package enables interaction between Java Applets and Javascript (independent of browser type)
  2. Download the Netscape package from the download page
  3. Unpack the file Java_30 (it is a zip file!) using WinZip or another zip tool to the folder where you actually compile your java source. This is the safest way.
  4. Alternatively enter the path of the directory where you store Java_30 into the CLASSPATH environment variable (if you already have set it).

  
  
  
  
  
  

Hosted by www.Geocities.ws

1