I want to run a java class with args supplied as a file.
On shell, i can do
java SomeClass < 1.txt
Is there any equivalent f
You can actually do that now, starting from version 2018.3: - Select "Run/Debug configurations" - Set path to input file at "Redirect input from" field