Sublime Forum

I got error while executing my javasript file

#1

[WinError 2] The system cannot find the file specified
[cmd: [’/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc’, ‘C:\Users\vivekreddy\Desktop\Java UI\javascript1.html’]]
[dir: C:\Users\vivekreddy\Desktop\Java UI]
[path: C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Skype\Phone;C:\Program Files\MATLAB\R2013a\runtime\win64;C:\Program Files\MATLAB\R2013a\bin;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]
[Finished]

0 Likes

#2

I don’t know how you are trying to execute your JavaScript file, or where you got that command from, but it looks like the command you are attempting to run is something deep in the internals of OS X system library, while your actual OS is Windows.

0 Likes