当前位置: 代码迷 >> Java相关 >> [求助]javac编译器的问题
  详细解决方案

[求助]javac编译器的问题

热度:150   发布时间:2007-05-17 16:23:01.0
[求助]javac编译器的问题
我们在开始->运行中输入javac 文件名.java 我看到有的可以 在javac 文件名之间指定类的路径 请问怎么用


[此贴子已经被作者于2007-5-17 17:53:03编辑过]

搜索更多相关的解决方案: javac  编译  文件名  路径  

----------------解决方案--------------------------------------------------------
这个麻!~~~
----------------解决方案--------------------------------------------------------

Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)

where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [depreca
The default VM is client.

-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar
A ; separated list of directories, JAR arc
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>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the v
-? -help print this help message
-X print help on non-standard options
-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
-agentlib:<libname>[=<options>]
load native agent library <libname>, e.g.
see also, -agentlib:jdwp=help and -agent
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see

-splash:<imagepath>
show splash screen with specified image


----------------解决方案--------------------------------------------------------

可以用汉语解释一下吗


----------------解决方案--------------------------------------------------------
如果是中文版的JDK你输入
javac -help就可以 了
----------------解决方案--------------------------------------------------------

谁有 Jc4。0的CD-Key


----------------解决方案--------------------------------------------------------
用NetBeans,免费
----------------解决方案--------------------------------------------------------
  相关解决方案