Tuesday, June 16, 2015

I can't get Path to recoginize Java SDK

Alright, I'm trying to access Java SDK tools such as JavaC through CMD but I can't.



Here is my echo %path%

C:\Users\msivri>echo %PATH%




C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\Wind
owsPowerShell\v1.0\;C:\Program Files (x86)\ATI
Technologies\ATI.ACE\Core-Static; c:\Program Files (x86)\Microsoft SQL
Server\100\Tools\Binn\VSShell\Common7\IDE\; c:\Program Files
(x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Mic rosoft
SQL Server\100\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL
Server\10 0\DTS\Binn\;C:\Program Files\Microsoft\Web Platform

Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web
Pages\v1.0\;C:\Program Files (x86)\Windows K its\8.0\Windows
Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\T
ools\Binn\;




Here is what my PATH system variable contains:




C:\Program

Files\Java\jdk1.7.0_40\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
Files (x86)\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files
(x86)\Microsoft SQL
Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files
(x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft
SQL Server\100\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL
Server\100\DTS\Binn\;C:\Program Files\Microsoft\Web Platform
Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web
Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows
Performance Toolkit\;C:\Program Files\Microsoft SQL

Server\110\Tools\Binn\;




Notice that they are both different for some reason...

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...