Install

This page is to allow asking questions on the blog forum to support the install of software for the Java For Testers book.

You can find the install instructions on the main web site for the book.

Any Questions? Contact Me, or ask on the forum below.

8 comments:

  1. Hello, is there a way to get some info on setup for Eclipse, as much I'd like to use IntelliJ, at work I can use only Eclipse. Thank you

    ReplyDelete
    Replies
    1. I have some setup instruction on Eclipse in my Free Start Using Selenium WebDriver course.

      https://www.udemy.com/start-using-selenium-webdriver-with-java/

      Delete
  2. in your javafortester book, you used javac -version instead of java -version in other to check the java version installed on pc.

    ReplyDelete
    Replies
    1. Yes, javac is the best way to check that you have installed an sdk. I should really have done that in the video as well. Thanks.

      Delete
  3. i bought you 'java for testers' book today and to find whether java is installed or not you used javac -version in the book and java in these videos.
    However, after I installed java I used java
    So why am I not getting the same result for javac command? Is something missing?

    ReplyDelete
    Replies
    1. If "java" works then you have installed a JRE (Java runtime edition), if "javac" works then you have installed the JDK (Java Development Kit). We need the Development kit to compile programs. So I suspect you installed a JRE rather than a JDK.

      Delete
  4. Will there be any difference in installing the software for a MAC... ? Or are there already some good installation videos available?

    Regards,
    Bas

    ReplyDelete
  5. Minor differences. You might be interested in the Speedrun video I created for WebDriver install on Mac http://seleniumsimplified.com/speedrun-installs/#macosx10

    ReplyDelete