aspose file tools
The moose likes Beginning Java and the fly likes Compilation Using Argfiles Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Compilation Using Argfiles" Watch "Compilation Using Argfiles" New topic
Author

Compilation Using Argfiles

Timmy Chen
Greenhorn

Joined: Nov 19, 2005
Posts: 3
I am experinmenting with the compilation through javac in the command lines window in Windows XP. Everything works fine untile I start using argfiles.

Here is my command line:


This works perfectly until I try to use argfiles:


where options file contains:


and classes file contains:



Somehow, when I use the argfiles command line, javac is telling me that I am having invalid flag. I think it is probably due to the white space that I have. If that is the case, how do I have javac regorgnize the white space in argfiles?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Compilation Using Argfiles
 
Similar Threads
Cannot find symbol
Problem Compiling Beer servlet example in HF
Classpath in Command line
compiling servlet
How To Compile Servlet