2
I am doing a graph work where I have to make a library and after generating the jar in the execution I need to inform two parameters that are txt files, in the first will be the input data in the second output. My doubt is how do I pass two txts as args parameter ?
Pass the file path as parameter and instantiate as
File
in the application?– Jéf Bueno
I did exactly that instead of trying to pass the files I pass their paths and it worked right.
– gabrielguedes
I’ll put it in answer.
– Jéf Bueno