1. <legend id='MTLrW'><style id='MTLrW'><dir id='MTLrW'><q id='MTLrW'></q></dir></style></legend>

        <small id='MTLrW'></small><noframes id='MTLrW'>

        • <bdo id='MTLrW'></bdo><ul id='MTLrW'></ul>
        <tfoot id='MTLrW'></tfoot>
        <i id='MTLrW'><tr id='MTLrW'><dt id='MTLrW'><q id='MTLrW'><span id='MTLrW'><b id='MTLrW'><form id='MTLrW'><ins id='MTLrW'></ins><ul id='MTLrW'></ul><sub id='MTLrW'></sub></form><legend id='MTLrW'></legend><bdo id='MTLrW'><pre id='MTLrW'><center id='MTLrW'></center></pre></bdo></b><th id='MTLrW'></th></span></q></dt></tr></i><div id='MTLrW'><tfoot id='MTLrW'></tfoot><dl id='MTLrW'><fieldset id='MTLrW'></fieldset></dl></div>

      2. 量角器 + Java 问题.(AngularJS)

        Protractor + Java issues. (AngularJS)(量角器 + Java 问题.(AngularJS))
      3. <small id='EEBHs'></small><noframes id='EEBHs'>

          <tbody id='EEBHs'></tbody>
          <legend id='EEBHs'><style id='EEBHs'><dir id='EEBHs'><q id='EEBHs'></q></dir></style></legend>
              <bdo id='EEBHs'></bdo><ul id='EEBHs'></ul>
                <i id='EEBHs'><tr id='EEBHs'><dt id='EEBHs'><q id='EEBHs'><span id='EEBHs'><b id='EEBHs'><form id='EEBHs'><ins id='EEBHs'></ins><ul id='EEBHs'></ul><sub id='EEBHs'></sub></form><legend id='EEBHs'></legend><bdo id='EEBHs'><pre id='EEBHs'><center id='EEBHs'></center></pre></bdo></b><th id='EEBHs'></th></span></q></dt></tr></i><div id='EEBHs'><tfoot id='EEBHs'></tfoot><dl id='EEBHs'><fieldset id='EEBHs'></fieldset></dl></div>

                  <tfoot id='EEBHs'></tfoot>
                1. 本文介绍了量角器 + Java 问题.(AngularJS)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想安装量角器以使用我们的 AngularJS 项目.在我运行命令之前一切正常:

                  I wanted to install protractor in order to work with our AngularJS project. Everything went OK till I ran the command:

                  webdriver-manager start
                  

                  ...我遇到了一些错误:

                  ...and I got some errors:

                  seleniumProcess.pid: 5421
                  Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncher : Unsupported major.minor version 51.0
                      at java.lang.ClassLoader.defineClass1(Native Method)
                      at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
                      at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
                      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
                      at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
                      at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
                      at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
                      at java.security.AccessController.doPrivileged(Native Method)
                      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
                      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
                      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
                      at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
                  Selenium Standalone has exited with code 1
                  

                  然后我明白我使用了错误的java版本(1.6.0_65).所以我得到了最新的(1.8)基本上问题是在终端上它会显示旧版本.但在我的实际计算机上会显示最新的.

                  Then I understood that I was using the wrong version of java (1.6.0_65). So Ive got the latest one (1.8) and basically the problem was that on terminal it would show me the old version. but on my actual computer would show me the latest.

                  但是我尝试通过运行以下命令来卸载 java:

                  However I tried uninstalling java by running this command:

                  sudo rm /usr/bin/java
                  

                  无论我做什么,都会得到这个.

                  and been getting this, no matter what I do.

                  sudo rm: /usr/bin/java: Operation not permitted
                  

                  有没有人经历过同样的事情?

                  (使用 OS X 'El Capitan' 作为我的操作系统)

                  (Using OS X 'El Capitan' as my operating system)

                  推荐答案

                  您使用的是 mac 并且 mac osx 上的默认 Java 版本仍然是 Java 6(Apple 几年前停止生产自己的 Java 版本).因此,您需要从 Oracle 手动安装更新版本的 Java 以获得最新版本.

                  You are using a mac and the default version of Java on mac osx is still Java 6 (Apple stopped producing their own version of Java a number of years ago). So, you need to manually install a more recent version of Java from Oracle to get the latest version.

                  在这里下载最新版本的Java.然后,运行下载的dmg 文件并按照说明完成安装.

                  Download the latest version of Java here. Then, run the downloaded dmg file and follow the instructions to complete the installation.

                  安装 Java 8 后,只需重新运行 webdriver-manager start 即可.

                  After installing Java 8, simply re-run webdriver-manager start and you should be good to go.

                  这篇关于量角器 + Java 问题.(AngularJS)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Java Bytecode Manipulation Library Suggestions(Java 字节码操作库建议)
                  Java CLI UI-design: frameworks or libraries?(Java CLI UI 设计:框架还是库?)
                  About the use of Beans.xml configuration file in Spring Framework application(关于Spring Framework应用中Beans.xml配置文件的使用)
                  What is the difference between Spring, Struts, Hibernate, JavaServer Faces, Tapestry?(Spring、Struts、Hibernate、JavaServer Faces、Tapestry 有什么区别?)
                  Are there any android application framework like spring?(有没有像spring这样的android应用程序框架?)
                  Java Swing based game framework. Any advice?(基于 Java Swing 的游戏框架.有什么建议吗?)

                    <legend id='LqY5c'><style id='LqY5c'><dir id='LqY5c'><q id='LqY5c'></q></dir></style></legend>
                      <i id='LqY5c'><tr id='LqY5c'><dt id='LqY5c'><q id='LqY5c'><span id='LqY5c'><b id='LqY5c'><form id='LqY5c'><ins id='LqY5c'></ins><ul id='LqY5c'></ul><sub id='LqY5c'></sub></form><legend id='LqY5c'></legend><bdo id='LqY5c'><pre id='LqY5c'><center id='LqY5c'></center></pre></bdo></b><th id='LqY5c'></th></span></q></dt></tr></i><div id='LqY5c'><tfoot id='LqY5c'></tfoot><dl id='LqY5c'><fieldset id='LqY5c'></fieldset></dl></div>
                    • <small id='LqY5c'></small><noframes id='LqY5c'>

                      • <bdo id='LqY5c'></bdo><ul id='LqY5c'></ul>
                            <tbody id='LqY5c'></tbody>

                          1. <tfoot id='LqY5c'></tfoot>