Copyright (C) 2006-2011 Feitian Technologies Co.,Ltd.
http://www.FTsafe.com

et299 SDK for Linux x86 x86_64
-------------------------------


Requirements
============

OS:	kernel 2.4.x 2.6.x


Installation
============
	Installation. As 'root' user run:
	
1.	First you come in readme file and Configure JDK (Set Java environment)
				Example:
				HOME="export JAVA_HOME=/usr/lib/jvm/java-1.6.0 //Please write your Java Home
				

2.	Second you must update /etc/profile  file
				source /etc/profile


3.	Third return et299_SDK_LINUX and Install
		# cd et299_SDK_LINUX
		# ./inst


4. Uninstallation.
	# cd et299_SDK_LINUX
 	# ./uninst


Getting Started
===============

After successful installation and configuration:

1. Insert ETKey and Run test application.
	#**Warning:First Please read the test.c,and Change the correct PID and Change insert number of the device
			
       # cd et299_SDK_LINUX/test/Ctest
       # make
       # ./test_s.bin
       # ./test_d.bin
 
2. Java api test
	#**Warning: If Error,Please read the Makefile,Execute the relevant operation
	
       # cd et299_SDK_LINUX/test/Javatest
       # make  		
       # java ET299JTest  
       
       
================================================================================
				NOTICE
1.				
		If you use ET99, you can not use new functions of ET299, the new functions of ET299 module behind the test file.
2.
    Before running 'inst' Please install 'jdk1.6.0' at first.running command like this "source /etc/profile".By the way, check whether JAVA_HOME's path correctly?
3. 
    If find the error of '/jre/lib/amd64/libJET299ai20.so' or '/jre/lib/i386/libJET299ai20.so' when running 'inst'.Please check whether the JDK installation,and check whether JAVA_HOME's path correctly?
================================================================================
       

