Development Tools
- Home /
- Categories /
- Development Tools

Throwing Out a Brick to Attract Jade - Using Cmder to Switch Local Java Runtime Environments
Multi-version environments Most friends doing development have the trouble of switching between multiple environments. Usually, a good runtime environment having a good version manager is important. For example, NodeJs’s nvm - although this is also because Node version upgrades are too fast,不得不 (have to) produce such a thing (otherwise it’s a nightmare). But relatively speaking, for Java environment with strong forward compatibility, this demand isn’t very prominent. So such version management isn’t very common in Java environments.
Read More