javatwo

About this tag
This tag covers a specific Windows PATH behavior issue where a user renamed a Java executable to 'javatwo' and found that the renamed file was not recognized by the command prompt, even though the original 'java' command worked. The discussion explores how Windows environment variables and PATH resolution work, particularly why copying and renaming an executable in a PATH directory does not automatically make the new name accessible. The thread provides troubleshooting insights for Windows 8 systems and clarifies common misunderstandings about how the PATH variable interacts with executable names.
  1. PointlessSpike

    Windows 8 Weird PATH behaviour

    I've got a problem with PATH that doesn't make much sense to me- something I've done on three different Windows 8 machines with the same result. I use Java as an example because it's a common thing to have installed. There's an PATH segment pointing to Java, and if you CMD "java" it knows what...
Back
Top