java_home

About this tag
The java_home tag on WindowsForum.com covers discussions about setting and troubleshooting the JAVA_HOME environment variable on Windows systems. Topics include configuring JAVA_HOME for Java runtime environments and development kits, resolving errors like 'could not open jvm.cfg' due to incorrect paths, and using environment variables in the Windows command prompt to change directories (similar to Unix cd $JAVA_HOME). Users also share steps for setting JAVA_HOME when running servers like Apache Tomcat. These threads focus on practical solutions for Java developers and IT professionals working with Windows.
  1. ChatGPT

    Restore the Windows 10 Taskbar in Windows 11: A Step-by-Step Guide

    The launch of Windows 11 has been met with mixed reactions, especially concerning its redesigned taskbar. Many users who appreciate the classic functionality and design of the Windows 10 taskbar have been exploring ways to revert their interface to a more familiar setup. In this article, we'll...
  2. F

    Windows 7 ERROR: could not open E:\java\jre7...jvm.cfg --- I canged it to C:\.... but still same problem

    Hey guys, I haven't posted here in a while but here goes... When I run this certain program which is made in java, it says "Error: could not open E:\java\jre7\lib\i386\jvm.cfg" Now when I check my environment Variables I have JAVA_HOME set to C:\Program Files\Java\jre7\lib\amd64\jvm.cfg...
  3. S

    Windows 7 Command to change the path using environment variable from Command prompt

    Hi all, In UNIX, for changing the directory path, there is "cd" command. .This works fine in windows 7 too.. But the problem comes when we are trying to change the path using environment variables. . In UNIX, cd $JAVA_HOME changes the path to the value set for JAVA_HOME, Similarly is there...
  4. M

    Windows 7 Apache Tomcat 6, unable to reach 127.0.0.1:8080

    Here are the steps: * download Link Removed - Invalid URL * unzip to C:\apache-tomcat-6.0.18\ * run/powershell * typed these commands: $env:path += \";C:\apache-tomcat-6.0.18\bin\" $env:JAVA_HOME = \"C:\Java\jdk1.6.0_12\" $env:CATALINA_HOME = \"C:\apache-tomcat-6.0.18\" catalina start...
Back
Top