-hotspot在1.2以后等于-client,-server是让虚拟机为后台运行的程序(一般是服务器程序)优化,例如增大内存分配,增加吞吐量等等。-client选项是让虚拟机为前台程序优化,例如加快界面响应、提高启动速度等等

解决方案 »

  1.   

    http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/javac.htmlhttp://java.sun.com/j2se/1.4/docs/tooldocs/solaris/java.html
      

  2.   

    看了看,顺便帮你拷贝下来:
    -bootclasspath bootclasspath 
    Cross-compile against the specified set of boot classes. As with the user class path, boot class path entries are separated by colons (:) and can be directories, JAR archives, or ZIP archives. -extdirs directories 
    Cross-compile against the specified extension directories. Directories is a colon-separated list of directories. Each JAR archive in the specified directories is searched for class files.