i have a backend written in nodejs and frontend in react. Now suppose if i have a button in frontend and when i click it i want to execute a java code, which is a .jar file and that file is saved at my backend, now my question is if i deploy this backend to netlify server, the java code does not run and i get error, so is this error because that netlify server do not have jdk to run my java code ??
i tried to run the java code by clicking on the button and it worked fine locally, because maybe i have jdk installed in my device (windows) but after deploying it to netlify the java code was not working