Install Java and CSP

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Step 1: Check for Updates & Install required components

------------------------------------------------------------------------------------apt-get update
apt-get install python-software-properties software-properties-common
Step2: Install Java oracle-java7
------------------------------------------------------------------------------------sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Step 3: Install required components to compile CSP
-------------------------------------------------------------------------------------apt-get install ant subversion
Step 4: Create Directory Structure to compile CSP
--------------------------------------------------------------------------------------cd /lib
mkdir cspsvn
cd cspsvn
svn co http://streamboard.de.vu/svn/CSP/trunk CSP-svn
Step 5: Compiling CSP
---------------------------------------------------------------------------------------cd CSP-svn
ant tar-app
cd dist
tar -zxvf cardservproxy.tar.gz
Step 6: Move compiled CSP to desired directory
---------------------------------------------------------------------------------------mv cardservproxy /usr/local/csp
Step 7: Run CSP
----------------------------------------------------------------------------------------cd /usr/local/csp
./cardproxy.sh start

You might also like