简体   繁体   English

每次我重新启动PC时,IntelliJ都会给出不同的错误

[英]IntelliJ gives different errors every time i restart my PC

Java图标

Following things/errors happen everytime i restart my pc 每当我重新启动电脑时,都会发生以下事情/错误

  1. it changes the theme to IntelliJ from Dracula. 它将主题从Dracula更改为IntelliJ。
  2. it can't open project, when they open, it won't show me the classes 它无法打开项目,当他们打开时,不会向我显示课程
  3. As you can see in image 1 , it can't load the class/interface icons, and the compiler doesn't work neither 如您在图像1中所见,它无法加载类/接口图标,并且编译器也无法正常工作

If this info can help: It started to happen after i upgraded my laptop to SSD 如果此信息有帮助:我将笔记本电脑升级到SSD后,它开始发生

Considering point 1 and 2 check the logs of the intellij in the idea.log file 考虑第1点和第2点,请在idea.log文件中检查intellij的日志

Considering point 3. It means that content root for project is not set Go to "Project Structure" -> Modules 考虑到第3点。这意味着未设置项目的内容根目录转到“项目结构”->模块

https://www.jetbrains.com/help/idea/2016.2/configuring-content-roots.html https://www.jetbrains.com/help/idea/2016.2/configuring-content-roots.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 每次我重新启动我的PC namenode都不会启动 - Everytime I restart my PC namenode is not starting 为什么每次运行我的应用程序都会崩溃? 没有错误 - Why does my app crash every time I run it? There are no errors 为什么每次更改/编辑 java servlet 代码时都需要重新启动 Tomcat Apache 服务器 - Why I need to restart Tomcat Apache server every time I change/edit my java servlet code 每次重新导入gradle时,IntelliJ都会不断重置Java设置 - IntelliJ keeps resetting my Java settings every time I re-import gradle IntelliJ 中的 JSTL 在 JSP 中给出错误 - JSTL in IntelliJ gives errors in JSP 每次在Intellij上进行相同测试时,TestNG控制台输出均不同 - TestNG console output is different every time for same tests on Intellij 每次更改资源时都需要重新启动服务器吗? - do I need to restart the server every time i change a resource? 如何让我的随机数生成器每次都不给出相同的结果? (所以我不必重新启动程序) - How to get my random number generator to not give the same result every time? (So I dont have to restart the program) 每当我在块注释中输入时,IntelliJ都会添加额外的* - IntelliJ adds extra * every time I hit enter in a block comment 每次我运行代码时,都会得到不同的结果 - I'm getting different results every time I run my code
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM