Getting error while build with processing one simple code in sublime

[WinError 2] The system cannot find the file specified
[cmd: ['processing-java', '--force', '--sketch=C:\\Users\\supriya\\Desktop\\test1\\build', '--output=C:\\Users\\supriya\\Desktop\\test1\\build/build-tmp', '--run']]
[dir: C:\Users\supriya\Desktop\test1\build]
[path: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Android;C:\Windows\System32;C:\Users\supriya\AppData\Local\Microsoft\WindowsApps;]

Hi @meanderquest,

Welcome to the forum! :wink:

Please format your code by using the </> button when editing a message.

When you ask a question on the forum, can you provide more information like:

  • Which operating system you are using
  • What is your setup (which plugin in Sublime?)
  • If it’s related to your code, you can post it
1 Like

Hi,
It’s a Windows OS, so WinError 2 I guess.

[WinError 2] The system cannot find the file specified
[cmd: ['processing-java', '--force', '--sketch=C:\\Users\\supriya\\Desktop\\test1\\build', '--output=C:\\Users\\supriya\\Desktop\\test1\\build/build-tmp', '--run']]
[dir: C:\Users\supriya\Desktop\test1\build]
[path: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\Android;C:\Windows\System32;C:\Users\supriya\AppData\Local\Microsoft\WindowsApps;]

I have added the path of the processing location in the advanced settings.
I am using processing 4 and sublime text 4.

Thanks