0
votes
0answers
35 views

I can't switch from OpenJDK's Java 7 to Oracle's via update-alternatives

x5ives@aperture:~$ sudo update-alternatives --config java [sudo] password for x5ives: There is only one alternative in link group java (providing /usr/bin/java): /usr/lib ...
1
vote
1answer
381 views

Setup and install IntelliJ with JDK

Is there any scripts for downloading and installing IntelliJ with JavaJDK or OpenJDK? I don't know how I did it before using Ubuntu 12.10 but I'm now on a fresh 13.04 install and I have been looking ...
1
vote
2answers
63 views

Do I need any additional Java packages if I'm running the Oracle JRE?

I am running the Java 7 JRE from Oracle. I installed it through terminal and it works properly with my web browsers, and otherwise, as far as I can tell. However, I was browsing through my ...
0
votes
1answer
1k views

Installing Oracle JDK, and repairing apt-get

I installed OpenJDK as soon as I installed the OS. Then I downloaded IntelliJ IDEA and tried running it. It displayed a warning that IDEA has known graphics issues with OpenJDK and that I should ...
0
votes
1answer
787 views

Installing Spark on ubuntu

I am installing Spark IM Client for Ubuntu. The tar.gz doesn't appear to be functional at ALL, (considering the /bin directory is completely empty and lacks important things like unpack200) but I ...