Results 1 to 3 of 3

Thread: Command Line Arguments in java

  1. #1
    Join Date
    Feb 2010
    Posts
    2

    question Command Line Arguments in java

    Hi

    I am looking for a sample code for doing the stuff
    java test -d 5

    I am trying to write a code with optional arguments like -d=5 or --depth=5 depending upon which i can carry my work

    For any help Thanks in advance

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Command Line Arguments in java

    Maybe the discussion made in this topic will assit you - What are Command-Line Arguments in Java?

  3. #3
    Join Date
    Feb 2010
    Posts
    2

    Re: Command Line Arguments in java

    Quote Originally Posted by einstein_007 View Post
    Maybe the discussion made in this topic will assit you - What are Command-Line Arguments in Java?


    thanks for the try
    but as i mentioned earlier i want something like

    java ClassName -d=4 Filename

    Where className is the name of class from where execution will start
    -d is predefined command line argument for which we are passing vallue 4
    & filename is the name of some other file on which i want to operate

    I know hot to get filename or filenames using args variable but what i want to know is that how can i declare -d as a command line variable.

    Thanks once again,
    Vipul

Similar Threads

  1. Replies: 3
    Last Post: 28-10-2010, 12:16 PM
  2. What are Command-Line Arguments in Java?
    By Beter 2 Burn Out in forum Software Development
    Replies: 8
    Last Post: 20-02-2010, 03:37 PM
  3. I/O from the Command Line in Java
    By Damien25 in forum Software Development
    Replies: 5
    Last Post: 19-02-2010, 12:22 AM
  4. PHP command line arguments
    By Sori in forum Software Development
    Replies: 3
    Last Post: 24-09-2009, 12:45 PM
  5. Replies: 2
    Last Post: 08-07-2009, 12:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,554,818.10861 seconds with 17 queries