Tuesday, March 18, 2014

Enable user to input data from Jdeveloper when using Java code.

When your java program has a user input from command console it can be done by directly input of data, however in case of Jdeveloper you will have to do extra configuration for the program to accept the input.

Right click on your project which contains the java code and select Project properties.

Select Run/Debug/Profile option and Edit it



Go to tools setting and enable user input



Now if you run your java code you get following screen at the bottom to accept the user input.


2 comments:

Unknown said...

Thanks Mate.....

Unknown said...

Thanks Mate