I’m going through some simple tutorials online about scripting in unity using Java. When I try and open the Java script file I run into this “error”.
As far as I know I have updated everything I can on my computer. I’m not entirely sure what this message wants me to do so if anyone can help it would be greatly appreciated.
The JRE is the “Java Runtime Environment”, which is what is used to run java applets. You should already have some version of this on your computer.
The JDK is the “Java Development Kit”, which you need to develop java applications and applets.
Some applications that use Java need these to run properly.
Unity Is both C# and JavaScript. JavaScript is NOT Java. JavaScript is a scripting language for websites. Its also used for web OS. There should not be a problem. You open the JavaScript file in Unity.