Hello,
I am currently trying to use Java with Ghidra (totally unrelated).
When I installed the JDK, I tried running the java
command. But when I did, nothing happened. Nothing was outputted
I tried running it with the -version
flag, but it also did nothing.
I also tried the same with javac
, also no output
Is there a reason why this could have happened?
Thanks!