I'm currently setting up Android Studio on a new F22 install.
When trying to run the launch script I'm getting this message:
'tools.jar' seems to be not in Studio classpath. Please ensure JAVA_HOME points to JDK rather than JRE.
I've tried setting JAVA_HOME to /etc/alternatives/jre_1.8.0_openjdk which I found by searching, but that hasn't worked. I know the install comes with openjdk, or maybe just jre, and also that it's headless. I've run "sudo dnf install java" which I think got the rest, but I'm not sure where that was installed to, or whether it comes with a JDK.