0

コンソールで..次のように表示されます-

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
    -splash:<imagepath>  show splash screen with specified image
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
              enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
              disable assertions
    -esa | -enablesystemassertions
              enable system assertions
    -dsa | -disablesystemassertions
              disable system assertions

最終的にサーバーは起動せず、タイムアウト後に停止します。サーバーは正常に動作していました。しかし、私はそれを再開したかった。サーバーを完全に停止し、起動してみました。それ以来、私はこの問題に直面しています。

4

1 に答える 1