Installation Guide

How to enable Java in your web browser

Installation of Java Runtime Environment (download JRE).
Enable Java in the Security Settings of your web browser.

Internet Explorer:

  1. Click Tools and then Internet Options 
  2. Select the Security tab, and select the Custom Level button 
  3. Scroll down to Scripting of Java applets 
  4. Make sure the Enable radio button is checked 
  5. Click OK to save your preference 

Firefox:

  1. Open the Firefox browser or restart it, if it is already running
  2. From the Firefox menu, select Tools, then click the Add-ons option
  3. In the Add-ons Manager window, select Plugins
  4. Click Java (TM) Platform plugin (Windows) or Java Applet Plug-in (Mac OS X) to select it
  5. Check that the option selected is Ask to Activate or Always Activate or on older Firefox versions, click on the Enable button (if the button says Disable, Java is already enabled)

Safari:

  1. Click on Safari and select Preferences 
  2. Choose the Security option
  3. Select Allow Plug-ins, then click on Manage Website Settings
  4. Click on the Java item, select an option (Ask, Allow or Allow Always) from the pulldown list When visiting other websites
  5. Click Done, then close the Safari Preferences window

Chrome:
Chrome browser versions 42 and above. Starting with Chrome version 42  (released April 2015), Chrome has disabled the standard way in which browsers support plugins. It is recommended to use Firefox, Internet Explorer (Windows PCs) or Safari (Mac OS X) instead. More details: Java and Google Chrome


How to install Java J2SE developer kit

  1. Download J2SE development kit for Windows Java SE Development Kit 1.4.2
    This requires creation of an account at Oracle
  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.


How 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 Java30.zip
  3. Unpack the file Java30.zip using WinZip or another zip tool to the folder where you actually compile your java source. This is the safest way.


Install Apache Webserver on Windows

Install the small-sized Apache webserver for testing of Java Applets or other web clients on your Windows computer. Apache is configured by the files in the conf subdirectory. These are the same files used to configure the Unix version, but there are a few different directives for Apache on Windows. The main configuration file is usually called httpd.conf. We recommend to download Apache Server 2.2 installer for Windows (httpd-2.2.25-win32-x86-no_ssl.msi) that is included in the zip folder Apache 2225 (zip folder) that be downloaded here. This package includes two more files: httpd.conf and apache_start.bat. Apache Server 2.2 installer can also be obtained from the archive of the Apache HTTP Server Project.

  1. Install the Apache Webserver on your computer. Accept the default installation path.
  2. During installation you are asked to enter server information:
    Network domain: localhost
    Server Name: localhost
    Administrator's email address: your email address
  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