<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: java version issue on mac in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258893#M40544</link>
    <description>Hi AdrienServian - yes i checked .bash_profile and added the patch as recommended at&amp;nbsp;&lt;FONT color="#b42000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;U&gt;- … -mac-os-x/&lt;/U&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;but this directory points to the current mac java install which is listed below:&lt;BR /&gt;Matching Java Virtual Machines (2):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, x86_64: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, i386: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;When I look at the java window in system preferences I tells me I have version 1.8 - but the path it references is&amp;nbsp;/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java. If i put this path in my .bash_Profile it is not recognized.&lt;BR /&gt;I'm thinking of upgrading my OS on my mac from Yosemite (i'm now 2 OS's behind).&lt;BR /&gt;I'll see if this works.</description>
    <pubDate>Tue, 22 Nov 2016 14:08:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-22T14:08:18Z</dc:date>
    <item>
      <title>java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258890#M40541</link>
      <description>I'm running OSx 10.10.5 - when I view my java version in mac system preferences it tells me i'm up to date with java 8 Update 112 - when i try to install open studio form the zip file by selecting the&amp;nbsp;TOS_DI-macosx-cocoa application i get an error message that i'm running 1.6.0_65 and that 1.8 is required. I did some goggling and found how to look at my java version from the mac terminal. When i type in&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Menlo"&gt;/usr/libexec/java_home -verbose i get the below info which indicates that i have 1.6 and not 1.8 (see below). How do i get open studio to reconize the 1.8 version as inidcated in my mac java system preferences?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Menlo"&gt;Eric&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Eric-Gewirtzs-MacBook-Pro:bin ericgewirtz$ /usr/libexec/java_home -verbose
&lt;BR /&gt;Matching Java Virtual Machines (2):
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, x86_64: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, i386: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
&lt;BR /&gt;/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
&lt;BR /&gt;my Java from System Preferences
&lt;BR /&gt;Error msg from open studio</description>
      <pubDate>Fri, 18 Nov 2016 00:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258890#M40541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T00:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258891#M40542</link>
      <description>Hi Eric,&lt;BR /&gt;Just a quick reminder that you need a JDK and not a JRE. You need to have JAVA_HOME and JRE_HOME variables set as well pointing to the right directory.&lt;BR /&gt;Have you tried the instructions on this webpage? &lt;A href="https://www.mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/" rel="nofollow noopener noreferrer"&gt;https://www.mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/&lt;/A&gt;&lt;BR /&gt;In the System Preferences, in the Java windows, what do you have when you click on Java tab, "view" button ?&lt;BR /&gt;Thanks,</description>
      <pubDate>Fri, 18 Nov 2016 00:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258891#M40542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T00:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258892#M40543</link>
      <description>You can try to deinstall Java 6 (which was build in with previous Mac OS) -&amp;nbsp; 
&lt;A href="http://superuser.com/questions/564687/how-do-i-uninstall-java6-from-mac-os-x" target="_blank" rel="nofollow noopener noreferrer"&gt;http://superuser.com/questions/564687/how-do-i-uninstall-java6-from-mac-os-x&lt;/A&gt; 
&lt;BR /&gt;from personal experience - after few iterations play with legacy Java version, I was prefer - drop disk and reinstall fresh Mac OS (El Capitan, was last on this time) from scratch + all necessary applications 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;BR /&gt;Hard, long, stupid - but after all work brilliant. At the same time - drop all what really do not needed&amp;nbsp;</description>
      <pubDate>Fri, 18 Nov 2016 01:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258892#M40543</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-18T01:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258893#M40544</link>
      <description>Hi AdrienServian - yes i checked .bash_profile and added the patch as recommended at&amp;nbsp;&lt;FONT color="#b42000"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;U&gt;- … -mac-os-x/&lt;/U&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;but this directory points to the current mac java install which is listed below:&lt;BR /&gt;Matching Java Virtual Machines (2):&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, x86_64: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1.6.0_65-b14-468, i386: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home&lt;BR /&gt;When I look at the java window in system preferences I tells me I have version 1.8 - but the path it references is&amp;nbsp;/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java. If i put this path in my .bash_Profile it is not recognized.&lt;BR /&gt;I'm thinking of upgrading my OS on my mac from Yosemite (i'm now 2 OS's behind).&lt;BR /&gt;I'll see if this works.</description>
      <pubDate>Tue, 22 Nov 2016 14:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258893#M40544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-22T14:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258894#M40545</link>
      <description>For a weird reason, Talend will struggle as well with a path containing space for Java.
&lt;BR /&gt;Try to modify your /etc/profile/ by adding those line
&lt;BR /&gt;export JAVA_HOME=$(/usr/libexec/java_home)
&lt;BR /&gt;export PATH=$JAVA_HOME/bin:$PATH
&lt;BR /&gt;Could you open a terminal\and type "set"? &amp;nbsp;Then Share with us the value of "path" as well as JAVA_HOME.
&lt;BR /&gt;I will bet that your path contains both a link to 1.6 and 1.8.</description>
      <pubDate>Tue, 22 Nov 2016 21:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258894#M40545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-22T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: java version issue on mac</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258895#M40546</link>
      <description>I resolved the issue by upgrading to the latest mac OSx Sierra 10.12.1 and installing the JDK 8u112 
&lt;BR /&gt;Now when I run java -version from the command line I get; 
&lt;BR /&gt;java version "1.8.0_112" 
&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_112-b16) 
&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.112-b16, mixed mode) 
&lt;BR /&gt;I also get java Product 1.8.0_112 when i view the java runtime environment seetings from the mac system preferences</description>
      <pubDate>Sun, 27 Nov 2016 23:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-version-issue-on-mac/m-p/2258895#M40546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-27T23:30:42Z</dc:date>
    </item>
  </channel>
</rss>

