plugin scala is incompatible with current installation

源文链接:http://stackoverflow.com/questions/31927516/plugin-scala-is-incompatible-with-this-installation-error-with-intellij-14

intellij idea里安装Scala插件,由于网速比较慢,就选择了本地安装下载好的插件,提示此异常。很明显是指插件安装不兼容,先查找当前idea能够支持的插件版本,后来在官网找到对应版本的插件,重新安装就OK了。
可通过在线搜索查找对应支持版本:

时间: 2024-12-07 15:10:13

plugin scala is incompatible with current installation的相关文章

pycharm安装Golang插件报错解决

2.从https://plugins.jetbrains.com/plugin/5047-go-language-golang-org-support-plugin下载插件,选择 "install plugin from disk",提示plugin ××× is incompatible with this installation. 3.满足 1.2后恭喜你,无可适配的插件版本. 解压插件zip包,找到lib中 intellij-go-***.jar ,打开jar中的META-IN

Jquery Plugin模版

1. [代码][JavaScript]代码 01// remember to change every instance of "pluginName" to the name of your plugin!02// the semicolon at the beginning is there on purpose in order to protect the integrity03// of your scripts when mixed with incomplete obje

gradle项目中如何支持java与scala混合使用?

一.目录结构 二.build.gradle配置 group 'yjmyzz'version '1.0-SNAPSHOT'apply plugin: 'java'apply plugin: 'scala'apply plugin: 'application' //可选(可自动生成shell启动脚本)mainClassName = 'AppDemo' //可选(与上行的application插件配套出现) //这里是关键(把java与scala的源代码目录全映射到scala上,// 这样gradle

Gradle 1.12用户指南翻译——第二十五章. Scala 插件

其他章节的翻译请参见: http://blog.csdn.net/column/details/gradle-translation.html 翻译项目请关注Github上的地址: https://github.com/msdx/gradledoc/tree/1.12. 直接浏览双语版的文档请访问: http://gradledoc.qiniudn.com/1.12/userguide/userguide.html. 另外,Android 手机用户可通过我写的一个程序浏览文档,带缓存功能的,目前

Scala系统学习(二):Scala开发环境安装配置

Scala可以安装在任何基于UNIX/Linux或基于Windows的系统上.在您的机器上开始安装Scala之前,必须在计算机上安装Java 1.8或更高版本. 下面请按照以下步骤安装Scala. 步骤1:安装Java 首先,您需要在系统上安装Java软件开发工具包(SDK).要验证是否已经安装了Java,请根据您正在使用的操作系统平台,执行以下两个命令 - 对于Linux/Unix系统 - $java –version 对于Windows系统(打开命令提示符) - C:\Users\Admin

Podfile文件详解

经常使用CocoaPods来管理iOS项目中的第三方库,但是我们要使用CocoaPods来管理第三方库,前提是要写好Podfile文件,通过这个文件来配置第三方库与项目之间的依赖.版本等信息. 但是,我相信很少有人完整地学习过Podfile的语法规则,包括笔者在写本篇文章之前.今天,请大家与笔者一起来完整地学习Podfile官方教程. 之前一直想写来着,因为包括笔者在内并没有深入学习过它的使用.如果对之不够了解,如何能做到善用之.因此,下面一起来探讨探讨吧! 什么是Podfile 官方只有一句话

Oracle Install logs

oracle 11.2.0.4.0 INFO: Using paramFile: /home/oracle/softs/database/install/oraparam.ini INFO: INFO: INFO: Checking Temp space: must be greater than 120 MB. Actual 31314 MB Passed INFO: Checking swap space: must be greater than 150 MB. Actual 4094 M

Basis 基础

[转自 http://www.cnblogs.com/elegantok/archive/2008/11/03/1325163.html] 1 Basis1. Unix操作 更改口令 passwd eg. passwd orap34看当前路径 pwd 看sap或者oracle的进程 eg. ps -ef|grep sap或者 ora看命令的使用方法,相当于DOS中 的help命令 eg. man xxx更改当前用户 su eg. su – orap34查看cluster lssrc –g clu

ELK环境搭建

Virtualbox/Vagrant安装 41.1. Virtualbox安装 41.2. Vagrant安装 41.2.1. 简述 41.2.2. Vagrant box 41.2.3. 安装配置 51.2.4. 常用命令 6 ELK安装 62.1. CentOS7系统配置 62.1.1. 安装iptables 62.1.2. 安装ifconfig 62.1.3. 禁用IPV6 72.2. 安装Java并配置环境变量 72.3. 安装Elasticsearch 72.3.1. 导入elasti