• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Compilation Using Argfiles

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
reply
    Bookmark Topic Watch Topic
  • New Topic