How to set java_home environment variable in windows 8
It is possible that you also need to change the PATH environment variable to use the correct java binary. Invoking Java with "java -version Obviously replace 1. If Java is properly installed on Windows there are paths to the vm for each version stored in the registry which it uses so you don't need to mess about with environment versions on Windows.
Or use links. If you use Java Web Start you can start applications from any URL, even the local file system it will take care of finding the right version for your application. On win, you can make a. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
Collectives on Stack Overflow. Learn more. Multiple Java versions running concurrently under Windows Ask Question. Asked 13 years, 2 months ago. Active 9 months ago. Viewed k times. Improve this question. Danubian Sailor Daniel Stanca Daniel Stanca 1, 3 3 gold badges 14 14 silver badges 16 16 bronze badges. Add a comment. Active Oldest Votes. Usually you will have a batch file where there is something like java Improve this answer.
Peter Mortensen When I do "jdk-6uwindows-x According to this document from Oracle it's actually jdk I tried this and it worked. The answer is not simplified for a newbie. Can you link me to a complete tutorial? Drikus Drikus 1 1 silver badge 2 2 bronze badges. Related content No related content found.
Still need help? The Atlassian Community is here for you. Was this helpful? Yes No It wasn't accurate. It wasn't clear. Happy coding and happy open sourcing. Ideally JRE provides runtime environment for your application. While running your development or production environment , you just need JRE. On other end, while you are developing Java application , JDK provides more debugging and development functionalities which wont part of JRE. If you liked this article, then please share it on social media.
0コメント