Hello everyone,I meet a question when I try to use Runtime.getRuntime().exec() to open a file.
I can use Runtime.getRuntime().exec() to open an exe file such as notepad.exe or mspaint.exe,
but How can I open a .txt or .jpg file?
Thank you