|

Installing Talend Whilst Java 1.8 Is Already Installed on Windows 10 PC

I was installing Talend and I realised that Talend installation requires Java 1.7 or below but not any Java version above that. (as at the time of writing)

The installation quit straight away, giving a notification that it requires Java 1.7

These are the steps I followed to get Talend installation to succeed.

  1. First I checked the Java version currently running just to confirm by running the command java -version at the command prompt java version
  2. It was Java 1.8 so
  3. I uninstalled the Java 1.8 through the control panel.  (You can also simply delete the system variable path to the 1.8 from the Environmental System Variable)
  4. Next I restarted my PC
  5. I downloaded Java 1.7 from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
  6. Choosing the windows 64 bit version as my PC is as such and installed itjava 1.7  windows 64
  7. Next I set the System Variable path to the new Java 1.7 installation by copying the bin path of the Java 1.7 installationjava installation bin folder
  8. Now I went to the System Environment Variables and added the new path there. java path system variable.PNG
  9. Now go to command prompt again and check java version. It should say 1.7.. now (you may have to restart to effect changes) java version after installation
Want more information like this?

Similar Posts

  • NullPointerException – Eg 1 When Instance of an Object Is set to Null and It Is Used as A reference

    java.lang.NullPointerException exception is one of the most popular errors in Java and it is caused by so many issues. One of such issues is when an objected is initiated to a Null value and then its reference is used to call a method or a variable. Example is in the code below.

    In the…

  • | |

    Run Your Python and R Codes Online For Your Data Science and Machine Learning Projects Mini Projects For Free

    Sometimes, you would want to easily access and run your Python and R codes wherever you find yourself in the world once you have internet access. This is really handy when you have a mini-project you are working on , or you are going through an online tutorial, or you are trying to teach or…

  • | |

    Testing a Basic Linear Regression Model – Data Analysis and Intrepretation

    Testing a Basic Linear Regression Model Background My research work deals with Ghana, a country from the Gapminder dataset as has already been discussed from the beginning and progression through this course.     1)     Program  Code and Output

           #####################     OUTPUT BEGIN  #####################     Axes(0.125,0.125;0.775×0.775) Describe the centered…

  • | |

    Credit Approval Data Set – Predicting Credit Approval Using Logistic Regression and Matching Predictions to DataSet

    When someone applies for Credit, it will be unfair to reject those who duly qualify and it might be detrimental to the company to wrongly accept the wrong people.  This is likely to happen if we try to make such decisions based on gut feelings. So how do we use Machine Learning to increase our…

  • |

    Association Of The Literacy Rate And Life Expectancy & Association Of The Literacy Rate And Income Per Person: The Case of Ghana

    Background of the Dataset CSV file Used:   In the GapMinder Codebook the Unique        Identifier = Country Hence in this program, my Unique Identifier = Ghana 1.      There are 3 chosen variables (columns) that are core to my chosen research question which is based on the country Ghana. These are a.       incomeperperson b.      lifeexpectancy…

  • |

    Running An Analysis of Variance (ANOVA) – Data Analysis Tools

    Chosen Dataset I will be working with Data from the Gapminder dataset. This happens to be the same dataset I worked with under the Data Management and Visualization course  assignments. As elaborated and discussed in under the Data Management and Visualization course  assignments, I have chosen to focus on the country, Ghana. Hence I will be particularly interested…

3 Comments

  1. Hi,
    Thanks for these steps, while trying to get Java 7, using the provided link, it gets redirected to the Java 8 download page.
    Saying Java 7 is no longer available. Is there another way to get Java 7?
    Please see below the message for details:
    ————————————————–
    This version of the JDK is no longer current
    Please visit our Java SE Downloads Page to get the latest Java SE downloads.

    You will be redirected to the Java SE Downloads Page in 4 seconds. Please update your bookmarks to the Java SE Downloads Page.
    ————————————————–

    Please suggest.

    Thanks,
    VJ

    1. Hi VJ,
      Have checked the link again and it appears Oracle is discontinuing the Jave 7. I was trying to find my exe for you but it appears I have recycled it already, sorry. Maybe you might have to comb around the web perhaps someone might have the exe somewhere. Good luck.

Leave a Reply

Your email address will not be published. Required fields are marked *