Discussions tagged with phonegap on WindowsForum.com cover environment variable behavior in Windows, particularly PATH issues encountered during development setups. Users report that while standard executables in PATH directories work, renamed copies of those executables fail to launch from the command line, suggesting a misunderstanding of how Windows resolves executable names within PATH. These threads often involve Java and other tools used alongside PhoneGap, but the core focus is on troubleshooting Windows command-line behavior rather than PhoneGap-specific features.
-
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...