读书人

怎么在cmd命令模式上compile java

发布时间: 2012-10-25 10:58:57 作者: rapoo

如何在cmd命令模式下compile java

Step one: Run cmd


怎么在cmd命令模式上compile java
?

Step two: change directory to ''e:'' where have jave file

c:\Documents and Settings\Administrator>e:
怎么在cmd命令模式上compile java
?

Step three: change directory to where you save the java File

E:\>cd workspace\Algorithm\src\Daniel

E:\workspace\Algorithm\src\Daniel

?

Highlight: "\" is instead of "/", Here you should use the KEY WORD "cd"


怎么在cmd命令模式上compile java
?

Step four: Use javac to compile xxx.java,and then there is one new file? xxx.class that created by

Javac ExhaustExample.java


怎么在cmd命令模式上compile java
?
怎么在cmd命令模式上compile java
?Step five: use java to compile/run the programming

Java ExhaustExample

读书人网 >编程

热点推荐