﻿******************** in English ********************

If your operation system is Linux, please try the below cases to start the tool.

<Case 1> 

    After decompress downloaded ZIP file, if there are directory JRE1.6-for-Linux and shell file start-in-Linux.sh,
(assuming JRE1.6-for-Linux and start-in-Linux.sh are in directory "/usr/OracleSQLHandler/" ). Please try beow 2 methods:

    <Method 1> 

	Firstly check whether file "/usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java" has executable privilege or not,
	if it has not executable privilege, please run below command:

	chmod 777 /usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java

	then run below command to start the tool:

	/usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java -jar /usr/OracleSQLHandler/OracleSQLHandler.jar

	(Notes: In order to conveniently start the tool, 
	you may create a shell file like start-OracleSQLHandler.sh , 
	put the command in the shell file, 
	then put the shell file on desktop or a convenient directory)

    <Method 2> 

	Firstly check whether shell file "/usr/OracleSQLHandler/start-in-Linux.sh" has executable privilege or not,
	if it has not executable privilege, please run the below command:

	chmod 777 /usr/OracleSQLHandler/start-in-Linux.sh

	then run below 2 commands to start the tool:

	cd /usr/OracleSQLHandler

	sh start-in-Linux.sh

<Case 2> 

    After decompress downloaded ZIP file, if there are not directory JRE1.6-for-Linux or shell file start-in-Linux.sh, 
please again download it from page http://www.onlinedown.com/detail/437105.htm or page http://www.onlinedown.net/soft/455916.htm , and decompress it. This time, you can find directory JRE1.6-for-Linux and shell file start-in-Linux.sh, so can refer to case 1's methods.

<Case 3> 

    Case 1 and case 2's offered JRE(JAVA Runtime Environment) is in directory RE1.6-for-Linux, it is 32 bits Linux JRE, can be used in 32 bits Linux or 64 bits Linux. If you want to use 64 bits Linux JRE, please open the web page http://java.sun.com/javase/downloads/index.jsp .
The page supplies different versions of JRE(Java Runtime Environemnt) for different operation systems(including Windows,Linux,Mac), please download Linux JRE 6 or later. Before download, please firstly check whether your Linux is 32 bits ro 64 bits, if 32 bits, please downoad 32 bits Linux JRE(like jre-6*-linux-i586.*), if 64 bits, please download 64 bits Linux JRE(like jre-6*-linux-x64.*)

Then run the downloaded setup, it will install Linux JRE to a directory, 
then run below command to start the tool:

/usr/Linux-JRE6/bin/java -jar /usr/OracleSQLHandler/OracleSQLHandler.jar

(Notes: assuming JRE was installed in directory "/usr/Linux-JRE6/" and file OracleSQLHandler.jar was decompressed in directory "/usr/OracleSQLHandler/". In fact, you can refer to above method 1 of case 1)

<Case 4> 

    If you can not yet start the tool, or you have other questions, please read help files in directory Help-files, or directly contact software author by:
E-mail: mao.swan@163.com  or QQ: 1078195462 

Welcome to use and consult !


******************** in Chinese ********************

如果您的操作系统是 Linux, 请根据如下情形运行本工具。

<Case 1> 

解压下载的 ZIP 文件后, 如果存在目录 JRE1.6-for-Linux 及批处理文件 start-in-Linux.sh
(假定JRE1.6-for-Linux 和 start-in-Linux.sh 所在目录为 /usr/OracleSQLHandler/ )。请尝试如下两种运行方式：

    <方式 1> 

	先检查文件 "/usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java" 是否有可执行权限,
	如果没有, 请运行如下命令：

	chmod 777 /usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java

	接着运行如下一条命令以启动本工具：

	/usr/OracleSQLHandler/JRE1.6-for-Linux/bin/java -jar /usr/OracleSQLHandler/OracleSQLHandler.jar

	(提示：为方便运行, 您也可以创建一 shell 文件如 start-OracleSQLHandler.sh , 
	将这条命令语句放入其中, 再将这个shell文件放在桌面或一方便的目录)

    <方式 2> 

	先检查文件 "/usr/OracleSQLHandler/start-in-Linux.sh" 是否有可执行权限,
	如果没有, 请运行如下命令：

	chmod 777 /usr/OracleSQLHandler/start-in-Linux.sh

	接着运行如下两条命令以启动本工具：

	cd /usr/OracleSQLHandler

	sh start-in-Linux.sh

<Case 2> 

解压下载的 ZIP 文件后, 如果不存在目录 JRE1.6-for-Linux 及shell文件 start-in-Linux.sh, 
说明您下载的 ZIP 文件不是针对 Linux 系统, 请再从页面 http://www.onlinedown.net/soft/455916.htm 或页面 http://www.onlinedown.com/detail/437105.htm 下载并解压, 这样就有目录 JRE1.6-for-Linux 及shell文件 start-in-Linux.sh, 从而可以参照上面Case 1的运行方式。

<Case 3> 

前面两种Case提供的JRE(即JAVA运行环境)在目录JRE1.6-for-Linux中,是32位的Linux JRE, 能运行于32位的Linux和64位的Linux。
如果您想使用64位的Linux JRE, 请打开页面 http://java.sun.com/javase/downloads/index.jsp 。这个页面为不同操作系统(Windows,Linux,Mac)提供了多种版本的JRE, 请下载Linux的JRE 6或6之后版本 。在下载之前请先检查您的Linux是32位的还是64位的, 如果是32位的, 请下载32位的Linux JRE(如jre-6*-linux-i586.*), 如果是64位的, 请下载64位的Linux JRE(如jre-6*-linux-x64.*)

运行下载的JRE安装程序, 则将JRE安装到一目录, 然后运行如下命令以启动本工具：

/usr/Linux-JRE6/bin/java -jar /usr/OracleSQLHandler/OracleSQLHandler.jar

(注：假定JRE安装在目录"/usr/Linux-JRE6/" 并且文件OracleSQLHandler.jar解压到目录 "/usr/OracleSQLHandler/"。其实, 您也可以参照Case 1的运行方式 1)

<Case 4> 

如果还不能启动运行本工具, 或者有其它疑问(比如Linux是中文的但工具的界面不支持中文), 请阅读目录 Help-files 下的帮助文件, 或直接联系软件作者:
E-mail: mao.swan@163.com  或 QQ: 1078195462 

欢迎使用和咨询!