我在安装Movilizer eclipse插件时遇到麻烦 [英] I am having troubles installing the Movilizer eclipse plugin

查看:177
本文介绍了我在安装Movilizer eclipse插件时遇到麻烦的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

按照



似乎是与Java不支持的SSL证书相关的问题。

解决方案

要安装连接器,我们需要在eclipse正在使用的JDE / JRE的密钥库中导入Movifier证书。


  1. 首先我们开始吧ld安装Eclipse Luna虽然火星也应该工作。
    现在您应该知道您正在尝试通过Movilizer插件丰富的eclipse正在使用的Java实例。以下链接在这方面有所帮助。 链接。如果您发现该路径类似于(C:\ProgramData\Oracle\Java\javapath\java.exe),这似乎是一个新的Orcale特技,此链接将帮助您。 / a>还要确保你的系统路径中有真正的java bin目录。您将需要以后再调用密钥工具。

  2. 下载StartCom根CA证书并将其复制到Java文件夹中。 (例如C:\Program Files\Java\jre1.8.0_111)找到文件这里

  3. 接下来,我们应该打开一个控制台,但是在管理模式下执行。了解如何在Windows 10上执行int here ,Windows 7 here

  4. 在与(2)相同的目录中的控制台中调用以下内容,以便您的jre / jde目录: keytool -import -trustcacerts -keystore lib / security / cacerts -storepass changeit -noprompt -alias mycert -file ca-cross-g2.crt

  5. 有时您将不得不重新启动eclipse。 li>

< img src =https://i.stack.imgur.com/muiQ6.pngalt =german command>


While installing the Movilizer eclipse plugin as described here I am constantly getting the following error:

The Movilizer Eclipse Plug-in is a feature, which was developed to speed up the development process of Movilizer Requests and Movelets when using the Eclipse web service environment.

It seems to be a problem related to SSL certificates not beeing supported by Java.

解决方案

Well to install the connector we need to import a Movilizer certificate in the keystore of the JDE/JRE that is being used by the eclipse.

  1. First of all we should install Eclipse Luna although Mars should work too. Now you should be aware of the Java instance that is being used by the eclipse you are trying to enrich with the Movilizer plugin. The following link helps in this regard. link. If you find that the path is something like (C:\ProgramData\Oracle\Java\javapath\java.exe) which seems to be a new Orcale stunt this link will help you. link Also make sure that you have the real java bin directory in your system path. You will need this to call the keytool later on.
  2. Download the StartCom Root CA certificate and copy it in the Java folder. (e.g. C:\Program Files\Java\jre1.8.0_111)Find the file here
  3. Next we should open up a console but doing it in the admin mode. Find out how you can do int on Windows 10 here, Windows 7 here.
  4. call the following in the console in the same dir as (2) so your jre/jde directory: keytool -import -trustcacerts -keystore lib/security/cacerts -storepass changeit -noprompt -alias mycert -file ca-cross-g2.crt
  5. Sometimes you will have to restart your eclipse.

这篇关于我在安装Movilizer eclipse插件时遇到麻烦的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆