Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 864 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 864 Bytes

Jenkins

web-traffic-simulator

Test framework to simulate traffic on a homepage and collect log data.

#Install

sudo apt-get install gradle
gradle wrapper
gradlew build

To generate Eclipse projects, do:

gradlew eclipse

From now on, only use gradlew.

Import eclipse_formatter.xml and eclipse_codestyle.xml. Use save actions in Eclipse!

#Problems and solutions Some problems and solutions.

JAVA_HOME not found on Ubuntu

When you run

gradle wrapper

You may get

ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/default-java

Solution is found here: http://stackoverflow.com/questions/22307516/gradle-finds-wrong-java-home-even-though-its-correctly-set