java 时出现 could not open jvm.cfg 的解决办法 问题描述: 重装JDK并更变目录后,出现JAVA -VERSION 出现could not open jvm.cfg 失败的解决办法: 卸载后再次重装,结果依然不行 查询网上资料后得到解决-解决办法(真实可用) 一.在点击开始-->运行->输入regedit确定打开注册表. 二. 找到HKEY_LOCAL_MACHINE/software/…
cmd中输入java -version错误信息: An error has occurred while processing the shared archive file.Unable to unmap shared space.Error occurred during initialization of VMUnable to use shared archive. 解决办法: Java\jre1.8.0_91\lib目录下,缺少rt.jar文件. 解决办法:拷贝rt.jar即可.…
今天打开android studio又碰到一个奇怪的问题:This version of android studio is incompatible with the gradle version used.Try disabling the instant runandroid studio和gradle版本不匹配,我的android studio刚更新完没多久,应该就是gradle的问题.果然在stackoverflow上找到了答案: You can use normal build ru…