-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to redirect stderr to a file? #375
Labels
Comments
Do you mean JVM errors? |
Yes |
Which system? All of them? |
Windows only. |
Ok, I'll take a look into it and tell you something |
Ok, thanks a lot. |
One question: have you tried |
It works, but is there no other way? I don't want to run a terminal. |
Maybe this should do the job 🤷♂️ System.setErr(new PrintStream("error.txt")); or you can use a |
fvarrui
added
feedback
Waiting for feedback
question
Further information is requested
and removed
feedback
Waiting for feedback
labels
Feb 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a feature request.
How do I redirect stderr to a file?
The text was updated successfully, but these errors were encountered: