java_home

  1. 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...
  2. 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...
  3. 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