tos-locate-jre.1

来自「tinyos2.0版本驱动」· 1 代码 · 共 38 行

1
38
字号
.TH tos-locate-jre 1 "Feb 3, 2006".LO 1.SH NAMEtos-locate-jre - Locate a Java installation.SH SYNOPSIS\fBtos-locate-jre\fR \fB--jni\fR\fBtos-locate-jre\fR \fB--java\fR\fBtos-locate-jre\fR \fB--javac\fR.SH DESCRIPTION\fBtos-locate-jre\fR locates your Java installation. It is used by other toolsto decide where to install files, and is useful for setting up your shellpath.Under cygwin, \fBtos-locate-jre\fR checks the registry for the installationpoint of Sun's JVM. It will not find any other versions of Java.Under Linux, \fBtos-locate-jre\fR looks for an executable named javac orjava in the path. If none is found, it looks for IBM's and Sun's Java RPMs(in that order).Once \fBtos-locate-jre\fR has located your Java directory, it can return the directory containing the \fBjava\fR executable (\fB--java\fR option),the directory containing the \fBjavac\fR executable (\fB--javac\fR option),or the directory where JNI libraries should be installed (\fB--jni\fR option).\fBtos-locate-jre\fR has only been tested with recent IBM and Sun JVMs. Ifyou use something else, it will likely fail..SH EXAMPLESAdd java and javac to your path:  PATH=`/usr/local/bin/locate-jre --java`:$PATH  PATH=`/usr/local/bin/locate-jre --javac`:$PATH.SH SEE ALSO.IR tos-install-jni (1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?