Watch the video or perform the following steps:

felix folders

Apache Felix folder

  1. Download the following packages:
  2. Extract them in separate directories.
  3. Go to the felix folder (see screen “Apache Felix folder”) and copy all jar files from the recalot.com folder into the bundle directory.
  4. Run felix with “java -jar bin\felix.jar”
  5. Done

 

Hint: If you have issues with “java.lang.OutOfMemoryError: Java heap space” exceptions, just add the following parameters when you run felix “-d64 -XX:+UseCompressedOops -Xmx12g”. This will run felix  as a  64bit process and will increase the maximum memory to 12 gb.