<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'check installed java...' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'check installed java...' posted on the 'Delphi and Kylix' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 23:28:48 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 23:28:48 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>check installed java...</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/352029/352029/check-installed-java/</link>
      <description>hi i need help. how can i check all installed java environment in my pc using delphi 5. i need to list all java environment installed.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/352029/352029/check-installed-java/</guid>
      <pubDate>Wed, 10 Jan 2007 20:32:53 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: check installed java...</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/352029/352031/re-check-installed-java/#352031</link>
      <description>: hi i need help. how can i check all installed java environment in my pc using delphi 5. i need to list all java environment installed.&lt;br /&gt;
: &lt;br /&gt;
Check if the following key exists in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft&lt;br /&gt;
Inside that key are subkeys giving the details about the Java RLE, SDK, and plug-in versions.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/352029/352031/re-check-installed-java/#352031</guid>
      <pubDate>Wed, 10 Jan 2007 20:38:12 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: check installed java...</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/352029/352037/re-check-installed-java/#352037</link>
      <description>: : hi i need help. how can i check all installed java environment in my pc using delphi 5. i need to list all java environment installed.&lt;br /&gt;
: : &lt;br /&gt;
: Check if the following key exists in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft&lt;br /&gt;
: Inside that key are subkeys giving the details about the Java RLE, SDK, and plug-in versions.&lt;br /&gt;
: &lt;br /&gt;
 yup thats wat i did.. but how can i list all the java environments? i can read from the subkeys but how can i get the subkeys itself... gets?? i'm having a hard time explaining... right now wat i did was to get all the versions of java and check if it is existing in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft... tnx. :)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/352029/352037/re-check-installed-java/#352037</guid>
      <pubDate>Wed, 10 Jan 2007 21:35:52 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: check installed java...</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/352029/352041/re-check-installed-java/#352041</link>
      <description>: : : hi i need help. how can i check all installed java environment in my pc using delphi 5. i need to list all java environment installed.&lt;br /&gt;
: : : &lt;br /&gt;
: : Check if the following key exists in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft&lt;br /&gt;
: : Inside that key are subkeys giving the details about the Java RLE, SDK, and plug-in versions.&lt;br /&gt;
: : &lt;br /&gt;
:  yup thats wat i did.. but how can i list all the java environments? i can read from the subkeys but how can i get the subkeys itself... gets?? i'm having a hard time explaining... right now wat i did was to get all the versions of java and check if it is existing in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft... tnx. :)&lt;br /&gt;
: &lt;br /&gt;
You can get the keys names by using the TRegistry.GetKeyNames() method.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/352029/352041/re-check-installed-java/#352041</guid>
      <pubDate>Wed, 10 Jan 2007 23:03:44 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
    <item>
      <title>Re: check installed java...</title>
      <link>http://www.programmersheaven.com/mb/delphikylix/352029/352043/re-check-installed-java/#352043</link>
      <description>: : : : hi i need help. how can i check all installed java environment in my pc using delphi 5. i need to list all java environment installed.&lt;br /&gt;
: : : : &lt;br /&gt;
: : : Check if the following key exists in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft&lt;br /&gt;
: : : Inside that key are subkeys giving the details about the Java RLE, SDK, and plug-in versions.&lt;br /&gt;
: : : &lt;br /&gt;
: :  yup thats wat i did.. but how can i list all the java environments? i can read from the subkeys but how can i get the subkeys itself... gets?? i'm having a hard time explaining... right now wat i did was to get all the versions of java and check if it is existing in HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft... tnx. :)&lt;br /&gt;
: : &lt;br /&gt;
: You can get the keys names by using the TRegistry.GetKeyNames() method.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tnx so much!! :)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/delphikylix/352029/352043/re-check-installed-java/#352043</guid>
      <pubDate>Wed, 10 Jan 2007 23:05:43 -0700</pubDate>
      <category>Delphi and Kylix</category>
    </item>
  </channel>
</rss>