jpcap.bat

来自「A Java wrapper for WinPcap. It allows Ja」· Batch 代码 · 共 21 行

BAT
21
字号
rem $Id: jpcap.bat,v 1.6 2004/03/19 03:04:10 pcharles Exp $rem rem   This batch file is used to start the jpcap sample client rem   and visualization tool for users of the win32 distribution.rem rem   NOTE: The directory containing the winpcap dll's must be in your rem   path before running this script. If you installed the WinPcaprem   auto-installer, then this should already be the case.rem rem   NOTE: The Java executable must be in your path before running rem   this script. e.g.rem     set JAVA_HOME=c:\j2sdk1.4.2_04rem     set PATH=%PATH%;%JAVA_HOME%\binremset CLASSPATH=jars\dev-classes_net.ultrametrics-0.03.jarset CLASSPATH=%CLASSPATH%;jars\fooware_CommandLine-1.0.jarset CLASSPATH=%CLASSPATH%;jars\net.sourceforge.jpcap-0.01.16.jarset PATH=lib;%PATH%java -Dnet.sourceforge.jpcap.properties.path=properties net.sourceforge.jpcap.client.CaptureTool

⌨️ 快捷键说明

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