'Aguments' tab is not visible in 'run configuration' in eclipse.
steps to reproduce: create build.gradle file click 'run as' drop down -> run configuration -> select gradle task -> click 'new' on top right
this will create 'new_configuration' and these tabs should be visible. eclipse version is 2020-12
I want to see 'arguments' tab beside 'common' tab. also few other tabs are missing like java below image contains everything , but I am seeing only above picture situation.
How to bring 'java', and 'Arguments' Tab ?
The Java Home tab and the Arguments tab has been removed to avoid redundancy with the Project Settings tab in Eclipse Buildship 3.0, which has been released December 5, 2018.
Donát Csikós gives the following explanation in the description of the pull request:
I've removed arguments and java home tabs from the run configuration dialog as it provided duplicate functionality.
See commit aa57553 of pull request #810.