1 Answers
It sounds like the ./java worked, but you didn't include any parameters. Try using ./java -version and see what that gives you. Please note that you will have to use the full path to the Java binary every time that you wish to use Java. If you want to be able to execute it from anywhere without having to do that, you will need to add the binary to your PATH variable. If you're a beginner, it's strongly suggested that you use a GUI package manager to install Java and do this for you.
5 views
Answered