“Picked up _JAVA_OPTIONS” when no such environment variable exists

后端 未结 2 1132
一向
一向 2020-12-11 08:52

This issue pertains specifically to Minecraft, but it is affecting all Java programs that run on my computer.

It would seem that something is forcibly setting a _JAV

2条回答
  •  天命终不由人
    2020-12-11 09:29

    This error occurs actually when you run an android application after compiling a java program. Eclipse uses java's compiler to execute android application. So run your android application as an android application. Just right click on project and click on run as->android application instead of run configurations.

提交回复
热议问题