Intelij idea error: consider deleting these variables: _JAVA_OPTIONS.

已回答

I'm getting this error when I open Intelij IDEA in my kali linux.

>

The use of Java options environment variables detected. Such variables override IDE configuration files (*.vmoptions) and may cause performance and stability issues. Please consider deleting these variables: _JAVA_OPTIONS.

>

I have done some research and the responses I get aren't helping.

0

You need to find out where your Linux sets this variable. It could be your user's bash/shell profile file, or the global /etc/environment, or somewhere else. There is no one universal place, unfortunately, and it may be also specific to your Linux distribution.

If unsure where your Linux can set this variable, you can ask for help at https://stackoverflow.com/.

0

请先登录再写评论。