HulkingUnicorn wrote:... your java installation isn't perfect as the executables were not added to your PATH.
1) The PATH setting is not for executable(filespecs), but for folders(folderspecs) (to be scanned for a executable)
- Low knowledge level readers will take what you say literary, potentially triggering a bunch of additional
"Its not working for me" reply's.
2) Java path is not needed in the PATH setting ... (if java is correctly installed.)
- I for one can't get it to fail in finding javaw(.exe), or java(.exe) for that matter. (no java path in PATH, and not using a full Path in java call.). Hell even using "start java ... etc" did not fail.
... I'm sure there is a trick to making it fail, but I don't see it. (lol) (probably 64bit related, still limited to 32 only stuff on this side.) ...