-Xms size        set initial Java heap size 
-Xmx size        set maximum Java heap size 
-Xss size        set java thread stack size java.endorsed.dirs specifies one or more directories that the Java runtime environment will search for such JAR filescatalina.home is where the Tomcat code livescatalina.base is the deployment area for this webappjava.io.tmpdir is a standard Java system property which is used by the " disk " storage policy

解决方案 »

  1.   

    -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
      

  2.   

    TO: Ispy(晓剑)多谢你啊,从哪找的这些信息,我好笨啊,怎么没有找到啊!
      

  3.   

    你敲一下java
    然后再选择具体的继续敲
      

  4.   

    To: wubai250(wubai) 
    Google & Java -help