Jdeveloper Java ADF
Tuesday, March 31, 2015
Thursday, March 27, 2014
How to remove Command Button, Process Exit from the Logs in Jdeveloper
There are always 4 things in the Log
- Start Command
- Program Output
- Program Error
- Process Exit
But suppose you want only Program Output and Program Error(If any !!).
You can unselect other 2 things.
You can unselect other 2 things.
Wednesday, March 26, 2014
How to pass arguments in standalone Java Class without command line
In JDeveloper when you write a java class with a main() method which takes no argument, What you do for running it is, you just right click the java file and select Run to run the program.
But suppose the main() method takes arguments, how do you pass your arguments to the program?
This is especially a problem as I use the studio version of JDeveloper.
There are two solutions to it.
But suppose the main() method takes arguments, how do you pass your arguments to the program?
This is especially a problem as I use the studio version of JDeveloper.
There are two solutions to it.
- Right-click the project > Project Properties... > Run/Debug/Profile > Edit the Run Configurations-> Launch Settings -> Program Arguments (Put your arguments here) as shown in snap below
- You can also go to "Tool Setting" and check the box for "Allow the program input" for inputting from keyboard.
Subscribe to:
Posts (Atom)