|

楼主 |
发表于 2010-11-2 21:28:16
|
显示全部楼层
Post by ccwufu;2118177
java -classpath pathto\tightvnc-java VncViewer HOST 192.168.200.129 PORT 5900
there is a readme in doc of tightvnc-java.deb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3. Running the viewer as a standalone application.
Finally, the Java viewer can be executed locally on the client machine,
but this method requires installation of either JRE (Java Runtime
Environment) or JDK (Java Development Kit). If all the .class files are
in the current directory, the Java viewer can be executed like this,
from the command line:
java VncViewer HOST vnchost PORT 5900
The parameters HOST and PORT are required, but there is a number of
optional parameters as well (see the Parameters section below).
多谢高人指点!居然在那里隐藏着文档,这样试了一下
java -jar VncViewer.jar HOST 192.168.200.129 PORT 5900
果然成功!
再次感谢! |
|