JPad Error jpad-err-jdk-1
Could not find java compiler, you must be using a JDK
This error is occurs when you try to run JPad with a JRE or possibly an older version of the SDK. If you are on windows the easiest solution is to download the installer.
Solution
- If necessary download a java SDK (version 1.8+). Download from Oracle
- Configure JAVA_HOME to point to the SDK directory
- Right-click the My Computer icon on your desktop and select Properties.
- Click the Advanced tab, then click the Environment Variables button.
- Under System Variables, click New.
- Enter the variable name as JAVA_HOME.
- Enter the variable value as the installation path for the Java Development Kit.
- Click OK.
- Click Apply Changes.
Set JAVA_HOME on Linux:
export JAVA_HOME=jdk-install-dir
export PATH=$JAVA_HOME/bin:$PATH - Add JAVA_HOME to your PATH
- Check "java -version"
- Run JPad again