trying to install android studio

Jim Lewis jim at jklewis.com
Wed May 6 03:24:47 UTC 2015


> I'm trying to install android studio . But it needs java . I try to
> install openjdk .But it keeps asking for java . Can some tell me how to
> install the simple way to install java and jdk in fedora 21 64bit ?
>

  I'm not sure if this will help what you are trying to do, but I was able
to get the full Java
development environment on Fedora 21 64-bit by running these commands:


  yum install -y java-1.8.0-openjdk

  yum install -y java-1.8.0-openjdk-devel

  For the browser plugin:
  yum install -y icedtea-web


  To turn on the Java Console:
 System->Preferences->System->IcedTea-Web Control Panel



Jim Lewis
http://jklewis.com <- My resume,  Java games, and link to my Linux book
are here. Website has no ads!



More information about the users mailing list