main.check.java5_j9

来自「JAVA 语言的函数式编程扩展」· JAVA5_J9 代码 · 共 37 行

JAVA5_J9
37
字号
JVMJ9VM007E Command-line option unrecognised: -cppCould not create the Java virtual machine.Usage: java [-options] class [args...]           (to execute a class)   or  java [-jar] [-options] jarfile [args...]           (to execute a jar file)where options include:    -cp -classpath <directories and zip/jar files separated by :>              set search path for application classes and resources    -D<name>=<value>              set a system property    -verbose[:class|gc|jni]              enable verbose output    -version  print product version    -version:<value>        require the specified version to run    -showversion  print product version and continue    -jre-restrict-search | -no-jre-restrict-search              include/exclude user private JREs in the version search    -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    -? -help  print this help message    -X        print help on non-standard options    -assert   print help on assert optionsThe java class is not found:  test3.MainThe java class is not found:  test3.MainThe java class is not found:  test3.MainThe java class is not found:  test3.Main

⌨️ 快捷键说明

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