Java commands

1. javac

 

javac  C:\dev\com\novia\World.java  -d C:\   : would get  C:\com\novia\World.class, can only compile one java file. All referenced classes must be compiled!! Otherwise we get error: "can not find symbol"

 

java C:\dev com.novia.World    then get right answer.

 

 

 

Example - Two Arg Files

You can create two argument files -- one for the javac options and the other for the source filenames: (Notice the following lists have no line-continuation characters.)

Create a file named "options " containing:

     -classpath
     -sourcepath \java\pubs\ws\1.3\src\share\classes
     -d build

Create a file named "javafile " containing:

     com/novia/javacommand/util/UtilWorld.java
     com/novia/javacommand/World.java

You would then run javac with:

  C:\novia\project\Test> javac @options  @javafile

 

Example - Arg Files with Paths

The argument files can have paths, but any filenames inside the files are relative to the current working directory (not path1 or path2 ):

  C:> javac @path1\options @path2\classes




classes.txt:

novia/project/Test/com/novia/javacommand/util/UtilWorld.java


novia/project/Test/com/novia/javacommand/World.java

 

   Dont forget the folder:

novia/project/Test



 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值