解决idea启动报错,

在解决idea中tomcat乱码问题时,我按照网友说的,在idea的安装目录bin下面idea64.exe.vmoptions文件以及idea软件help->Edit Custom VM Options中都加了 -encoding=UTF-8,导致启动报上面的错。

解决办法:1,将idea安装目录下bin目录中idea64.exe.vmoptions文件加的东西还原

2、在C:\Users\用户名\AppData\Roaming\JetBrains\IntelliJIdea2021.2目录下也有一个idea64.exe.vmoptions文件,将这个文件也还原

3、重启即可

4、顺便提一下,解决idea中tomcat乱码问题,应该在以上help->Edit Custom VM Options中末尾加入以下:-Dfile.encoding=UTF-8  而不是-encoding=UTF-8,加后面的就会报上面那个启动错误问题。

IDEA启动报错:Error launching IDEA if you already have a 64-bit JDK installed,define a JAVA_HOME相关推荐

  1. Error launching datagrip的if you already have a 64-bit JDK installed,define a JAVA_HOME variable in..

    Error launching datagrip if you already have a 64-bit JDK installed,define a JAVA_HOME variable in C ...

  2. nodejs express 启动报错:Error: Cannot find module 'xxx'

    nodejs express 启动报错:Error: Cannot find module 'xxx',这是因为缺少模块的引用. 比如我在代码中使用了'express-session',但是却没有在  ...

  3. mysql 启动报错 ERROR The server quit without updating PID file

    mysql 启动报错 : ERROR! The server quit without updating PID file (/usr/local/var/mysql/bogon.pid). 今天莫名 ...

  4. MongoDB启动报错 ERROR: child process failed, exited with 1

    1.启动报错 ERROR: child process failed, exited with 1 2.报错的原因 使用kill关闭进程导致的错误 3.解决 3.1.进入data中的目录,删除lock ...

  5. 虚拟机启动报错error: Raw-mode is unavailable courtesy of Hyper-V

    虚拟机启动报错error: Raw-mode is unavailable courtesy of Hyper-V 之前玩docker的时候下载的hyper-v,正常情况下应该没有安装hyper-v, ...

  6. play debug启动报错Error occurred during initialization of VM agent library failed to init: jdwp

    play 框架 部署后debug启动报错解决 错误代码: Error occurred during initialization of VM agent library failed to init ...

  7. ES启动报错error downloading geoip database [GeoLite2-ASN.mmdb]

    elasticsearch "8.5.3"版本启动报错[o.e.i.g.GeoIpDownloader ] [localhost.localdomain] error downlo ...

  8. Linux 部署RabbitMQ 启动报错 ERROR: epmd error for host www: timeout (timed out)

    rabbitmq-server restart 启动报错 学习笔记 奥里给! 注意这条信息:ERROR: epmd error for host www: timeout (timed out) 编辑 ...

  9. springboot启动报错Error:Kotlin: Module was compiled with an incompatible version of Kotlin

    springboot 启动报错 报错内容: Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The ...

  10. 【踩坑日记】springboot项目启动报错error create bean with name

    前言 启动springboot项目报错error create bean with name xxx 以为是哪个bean没有装配上,排查了所有的bean,发现都装配了 原因分析 仔细看了报错日志,发现 ...

最新文章

  1. Intel® Media Server Studio Support
  2. msiexec 命令使用文档
  3. MacOS AElf Boilerplate开发体验
  4. python定义词典_python – 自定义类是一个字典,但初始化没有字典副本?
  5. C++实现顺序栈的基本功能
  6. wifi模块 服务器通讯协议,模块之间通信协议
  7. 在Docker里面安装Ubuntu,并且使用ssh进行连接
  8. SpringBoot 自带工具类~StreamUtils
  9. Soul 网关源码阅读(三)请求处理概览
  10. 细说嵌入式Linux文件系统的制作方法
  11. ct与x光的哪个辐射大_听说做一次CT所受到的辐射剂量和损害 = 拍400张X光片?
  12. js获取ie版本号与html设置ie文档模式的方法
  13. uniapp-页面内/页面间数据的流动传递-this-that
  14. 郭盛华如今现状如何呢? 身价早过亿,网友:期待开直播
  15. 达梦sql优化实践5
  16. P1217 [USACO1.5]回文质数 Prime Palindromes(打表)
  17. 员工管理系统实现方案
  18. VBA实现KMP和LCS算法
  19. 2021北京信息科技大学光电学院调剂复试经历
  20. C#操作xml文档,cuid,dategridview显示数据

热门文章

  1. 计算混响时间的意义_大盘点:混响时间常用的几种计算公式
  2. c语言顺序比较法字符,常用C语言排序算法解析
  3. Win10桌面美化:推荐2款高质量桌面美化工具,值得收藏
  4. 添加地图注记出现的问题
  5. 程序员高效率办公软件(推荐)。
  6. 机器学习与数据挖掘复习笔记
  7. 超实用的开源项目—如何将WiFi密码转成二维码进行共享
  8. 飞思卡尔智能车摄像头矫正方案
  9. 分布式mysql cobar_Mysql分布式中间件:Cobar server
  10. 基于ssm的仿微博系统的设计与实现