0
개틀링 2.2.3을 사용 중이며 Quickstart guide을 따르고 있습니다. 시나리오를 실행할 수있는 시점까지 모든 작업을 처리했습니다. 대신 나를 내가이 출력을 얻고 실행하려는 시뮬레이션을 선택할 수의 는 : 제대로 수행되지 않습니다 일부 자바 명령을 실행하려고처럼개틀링이 시뮬레이션을 실행할 수 없습니다.
U:\>%GATLING_HOME%\bin\gatling.bat
GATLING_HOME is set to "C:\Users\name\Downloads\gatling-charts-highcharts-bundle-2.2.3\"
JAVA = "java"
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available
-server to select the "server" VM
The default VM is server.
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files.
-D<name>=<value>
set a system property
-verbose:[class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
Warning: this feature is deprecated and will be removed
in a future release.
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -no-jre-restrict-search
Warning: this feature is deprecated and will be removed
in a future release.
include/exclude user private JREs in the version search
-? -help print this help message
-X print help on non-standard options
-ea[:<packagename>...|:<classname>]
-enableassertions[:<packagename>...|:<classname>]
enable assertions with specified granularity
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions with specified granularity
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g. -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see java.lang.instrument
-splash:<imagepath>
show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
보인다. 아무도 내가 이것을 고칠 수있는 방법을 알고 있습니까?
에 공백이없는 확인 자바의 최신 버전이 있습니까? 그렇지 않으면 Java 8을 다운로드하여 설치하십시오. 또한 환경 변수에 Java 경로를 올바르게 설정하십시오. –
나는 그 모든 것을했다. 나는 다른 폴더로 개틀링을 움직여 문제를 해결했지만, 무엇이 잘못되었는지는 확실치 않지만 지금은 작동합니다. – RemcoW