首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

怎么在cmd命令模式上compile java

2012-10-25 
如何在cmd命令模式下compile javaStep one: Run cmd?Step two: change directory to e: where have ja

如何在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

热点排行