In WSAD(WebSphere Studio Application Developer) How can we give command line arguements to run a stand alone java application?
I can run this outside WSAD at the command prompt, like "java appname arguments" manner..just curious to know whether WSAD provides a GUI to enter the command line arguments.. if I want to run it inside WSAD..
Thanks a bunch!
Ram
-
Coomand line arguements in WSAD (3 messages)
- Posted by: Ramesh Koppisetty
- Posted on: April 23 2003 12:17 EDT
Threaded Messages (3)
- Coomand line arguements in WSAD by Anshuman Purohit on April 24 2003 15:31 EDT
- Coomand line arguements in WSAD by Ramesh Koppisetty on April 28 2003 11:19 EDT
- Coomand line arguements in WSAD by Neeraj Singh on February 22 2005 05:53 EST
- Coomand line arguements in WSAD by Ramesh Koppisetty on April 28 2003 11:19 EDT
-
Coomand line arguements in WSAD[ Go to top ]
- Posted by: Anshuman Purohit
- Posted on: April 24 2003 15:31 EDT
- in response to Ramesh Koppisetty
Which version WSAD you are working? 4.x aparently doesn't have that feature ... but 5.x and above has it.
Anshuman -
Coomand line arguements in WSAD[ Go to top ]
- Posted by: Ramesh Koppisetty
- Posted on: April 28 2003 11:19 EDT
- in response to Anshuman Purohit
I'm using WSAD V5. How can we give command line arguements in V5...
Thanks,
Ramesh -
Coomand line arguements in WSAD[ Go to top ]
- Posted by: Neeraj Singh
- Posted on: February 22 2005 05:53 EST
- in response to Ramesh Koppisetty
In WSAD 5.1.1, its very easy to give command line arguments. You will find the command line arguments and the VM arguments at the same place.
From the main menu, click on the RUN, then select any configuration ( or create a new one), then you will get different tabs. The 2nd tab from the left would be "Arguments", select that and you will get the options for command line arguments and VM args.
Hope it helps !!!