Commit Graph

21 Commits

Author SHA1 Message Date
93b10803bd Some improvements to Java registry detection code. 2020-09-30 18:15:45 +02:00
6fb4087186 Some improvements to Java executable verification. 2020-09-30 14:15:06 +02:00
d32bd86a6b Skip leading path separators in the relative JRE path. 2020-09-29 22:45:41 +02:00
5dcdfa7195 Make sure that the URL begins with a HTTP(S) prefix + updated README file. 2020-09-29 22:12:52 +02:00
93217bebc8 Small fix in format string. 2020-09-29 21:30:25 +02:00
1139c65df2 Make it possible to specify a custom Java download URL + added an explicit Manifest file. 2020-09-29 21:21:59 +02:00
6858ffe791 Implemented single instance handling. 2020-09-29 19:58:33 +02:00
b3f5a895a1 Some more improvements to detecting the Java version number. 2020-09-29 16:43:26 +02:00
e0769c60b9 Store the minimum (and maximum) required Java version as well as the required "bitness" in the resources. 2020-09-29 15:09:25 +02:00
23ebc433c2 Small tweak to Java version parser. 2020-09-29 00:20:19 +02:00
bdcd0abcc5 Small fix in load_string() function. 2020-09-28 21:21:57 +02:00
34bf1de269 Added support for loading a custom application title from the resources. 2020-09-28 19:57:32 +02:00
042a8484b0 Added support for loading extra command-line args from the resources. 2020-09-28 18:27:01 +02:00
333f4c5959 Added support for loading extra JVM args from the resources. 2020-09-28 17:09:31 +02:00
5105236cf2 Added additional build configuration options. 2020-09-28 13:30:57 +02:00
7cf58aa1fd Some code refactoring. 2020-09-27 22:34:42 +02:00
9b88d313fc Improved the Makefile and added README file. 2020-09-27 20:33:49 +02:00
c626d3f66c Implemented detecting the JRE install path from the Windows registry. 2020-09-27 18:42:22 +02:00
9fc973926a Re-incorporate the WaitForInputIdle() function, because MSDN says:
"For example, the parent process should use the WaitForInputIdle function before trying to find a window associated with the child process."
2020-09-27 00:53:14 +02:00
a9b787a740 Small code clean-up. 2020-09-26 22:30:12 +02:00
0355bcbaef Added Makefile + implemented waiting for the child window to appear. 2020-09-26 22:17:23 +02:00