📄 install
字号:
BUILDING jsXe FROM SOURCEThis is pretty simple. You will need jakarta ANT and a Sun's javac compiler(others might work, I just haven't tested them). Also, in order for jsXe tocompile properly you will need Apache Xerces installed.You should probobly have 1.3.1 or better of java and you will need 2.6.2 ofXerces. The jar files xercesImpl.jar and xml-apis.jar from the 2.6.2distribution are required. These should be placed in a directory called lib injsXe's root folder (where you installed jsXe) or in the jre/lib/ext or lib/extin your JVM. These jar files will be included with jsXe distributions forconvenience.Simply typing 'ant' in jsXe's root directory will give you the available targetsto use with ant. To just simply compile jsXe to a jar file you can type 'antcompile'. To build a binary distribution you will need to run the 'bin' targetin the build.xml file. I to this by simply typing 'ant bin'. Sourcedistributions can be built using the 'src' target by typing 'ant src'.A Xerces 2.6.0 binary distribution is not included in the CVS source tree. Youcan aquire the source at http://xml.apache.org/RUNNING jsXeYou should probably have 1.3.1 or better of java and you need 2.6.2 of Xerces.To run jsXe you should just run the java interpreter on the jsXe.jar file. Thereis a shell script or batch file included in the source tree for this purpose. ./bin/jsXe.shor ./bin/jsXe.batThe batch program should be run in with the jsXe root directory of as theworking directory. So you can create a shortcut to run jsXe by specifying thebatch file as the program to run and jsXe's root directory as the workingdirectory.Ex.Target: "C:\Program Files\jsXe\bin\jsXe.bat"Start in: "C:\Program Files\jsXe\"You can also edit the JSXEDIR variable in the batch program to be the directorywhere you installed jsXe and then the 'Start in' directory can be anywhere.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -