Searched defs:jdks (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c681 struct jvminfo *jdks = NULL; local
742 info->next = jdks;
743 jdks = info;
806 info->next = jdks;
807 jdks = info;
839 while (jdks && jdks->next)
842 if (jrefoundpath || strcmp(jdks->next->version, jdks->version) > 0)
844 info = jdks;
[all...]
H A Djava_md.unix.c916 struct jvminfo *jdks = NULL; local
949 info->next = jdks;
950 jdks = info;
996 info->next = jdks;
997 jdks = info;
1074 info->next = jdks;
1075 jdks = info;
1103 while (jdks && jdks->next)
1106 if (jrefoundpath || strcmp(jdks
[all...]

Completed in 60 milliseconds