Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

OpenJDK 9 error #33

Open
ghost opened this issue Oct 16, 2016 · 2 comments
Open

OpenJDK 9 error #33

ghost opened this issue Oct 16, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 16, 2016

I'm getting this error after finished installation. I did not install another programs. Just Android Studio
I'm using Ubuntu 16.04 LTS in Vmware

Errors were encountered while processing:
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
@linusg
Copy link

linusg commented Dec 2, 2016

Same for me, any solution?

@linusg
Copy link

linusg commented Dec 3, 2016

@evildog1 - I had the same issue, this solved it for me:

sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get install oracle-java8-installer oracle-java8-set-default
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 lib32z1-dev
sudo apt-get install android-studio
  • Manually installing Java 8 works
  • If you're running Ubuntu 64 bit, you can skip that sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1 lib32z1-dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant