I want to use WordNet and its packages for which I am using wn.exe and need to pass "-n#" argument to it. How do I do it from within my java code which is running on the computer.
***Edit: I have a running a java program and from within that program, I need to pass "-n#" as argument to a native process wn.exe and I need to know to how do I do that.*
PS If it is something stupid, I really regret it.