Eclipse"Warning: The environment variable HOME is not set."

悠悠 2022-08-24 04:10 157阅读 0赞

今天一打开Eclipse就发现全部工程都出现了红色叉叉,无法使用.

解决方法:

Add the environment variable HOME to your environment variables.

  1. In Windows 7, type “environment” at the start menu.
  2. Select “Edit environment variables for your account”.
  3. Click the “New” button.
  4. Enter “HOME” in the name field.
  5. Enter “%USERPROFILE%” or some other path in the value field.
  6. Click OK, and OK again. You have just added the Home directory on Windows.

发表评论

表情:
评论列表 (有 0 条评论,157人围观)

还没有评论,来说两句吧...

相关阅读