Searched refs:jrefoundpath (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c683 char *jrefoundpath = NULL; local
830 if (!jrefoundpath)
831 jrefoundpath = bundledjdk->path;
842 if (jrefoundpath || strcmp(jdks->next->version, jdks->version) > 0)
859 if (!jrefoundpath)
860 jrefoundpath = jdks->path;
871 if (!jrefoundpath)
872 jrefoundpath = bundledjre->path;
883 if (jrefoundpath || strcmp(jres->next->version, jres->version) > 0)
900 if (!jrefoundpath)
[all...]
H A Djava_md.unix.c918 char *jrefoundpath = NULL; local
1094 if (!jrefoundpath)
1095 jrefoundpath = bundledjdk->path;
1106 if (jrefoundpath || strcmp(jdks->next->version, jdks->version) > 0)
1123 if (!jrefoundpath)
1124 jrefoundpath = jdks->path;
1135 if (!jrefoundpath)
1136 jrefoundpath = bundledjre->path;
1147 if (jrefoundpath || strcmp(jres->next->version, jres->version) > 0)
1164 if (!jrefoundpath)
[all...]

Completed in 19 milliseconds