I am getting Cannot get the System Java Compiler. Please use a JDK, not a JRE. when jsp file are in the my project and I deploy my it to Google App Engine. So I tried the following to fix the problem:
But none of these solved the problem. How can I solve this?
No need to have JRE when you have JDK. If you open JDK folder and see, you'll have JRE folder inside it which is the same of JRE folder initially you have. +1. I'll just add that JRE is Java Runtime Environnement and JDK is Java Development Kit which contains the JRE for running Java and other tools to develop in Java.
When adding -vm C:\Program Files\Java\jdk1.6.0_43\bin\javaw.exe
to eclipse.ini, make sure to put -vm
and C:\Program Files\Java\jdk1.6.0_43\bin\javaw.exe
on separate lines
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With