Requirements

Server

Browser

NewsInjector is a web-based application and therefore needs a server and a web browser to run.

To find out if your environment is suitable to run NewsInjector, please consult the information below or write me at support@newsinjector.com. I will be glad to help you.

Application Server

The application server must support servlet specification v2.3. Please consult your application server manual if you are not sure about the level of supported servlet specification.

Any recent version of the following servers is suitable:

If you do not have an application server installed you may download Tomcat Application Server for free. Before installing NewsInjector, please ensure your application server is running. Type in something similar in your web browser's URL:

http://localhost/
http://localhost:8080/
http://<host>:[<port>]/

Java Runtime Environment (JRE)

Java Runtime Environment v1.4.x or later must be available on your system in order to run NewsInjector. You may check if and which version of JRE you have by executing the following on a command line:

java -version

Similar output should appear:

java version "1.4.2-02"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-02)
Java HotSpot(TM) Client VM (build Blackdown-1.4.2-02, mixed mode)