java 命令

编译

javac hello.java

执行,不带后缀

java hello

执行jar文件

java -jar hello.jar

posted @ 2012-12-27 21:29  freshier  阅读(109)  评论(0编辑  收藏  举报