I apologize for the novice question but I’m trying to get oriented with OpenJDK. I just installed OpenJDK but there doesn’t seem to be a java command (I see javac, javah, and javap though). I’m trying to run ant but it isn’t able to run without the java command. What am I missing?
I apologize for the novice question but I’m trying to get oriented with OpenJDK.
Share
Check the bin directory in your OpenJDK installation and see if it has the java binary there.
If it is, depending on your OS, just add that directory to your system PATH variable.