Tagged Questions
1
vote
1answer
382 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 ...
0
votes
2answers
124 views
Setting JDK 7 as default
four@twenty:~$ file /etc/alternatives/java /etc/alternatives/javac
/etc/alternatives/java:symbolic link to `/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java'
/etc/alternatives/javac:symbolic link to ...
0
votes
1answer
134 views
How to configure JDBC, Tomcat for Eclipse IDE on my Ubuntu 12.04
I got an eclipse IDE on my client's machine. He needs to configure JDBC, and Tomcat on this IDE to use for his Java projects. Kindly help. He got mysql installed right now.
2
votes
1answer
650 views
Which Java package should I use: OpenJDK or Oracle JDK?
I'm new to Java development under Ubuntu. When I typed javac in the terminal, it prompted me to install OpenJDK and a bunch of other JDKs. I want to know if there is any difference between OpenJDK 7 ...
0
votes
2answers
155 views
How to read OpenJDK 7 documentation (or other -doc) packages?
I have installed openjdk-7-doc but I cannot find where to read the documentations of the APIs?
E.g.: How to find/read "String class" API documentation
I prefer GUI-based over command-line but I also ...
3
votes
1answer
1k views
Compiling IcedTea: JDK home directory could not be found
Google Chrome keeps telling me that I need to update icedtea, I tried installing them from terminal, didn't work so I'm installing icedtea and icedtea-web from source, when I do ./configure it tells ...
0
votes
1answer
788 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 ...
7
votes
4answers
22k views
How can I tell what version of Java I have installed?
I want to start toying around with java (eventually getting to the point where I can write basic little programs for android or web), but I've managed to have java messed up on my computer (from past ...
0
votes
0answers
848 views
How to fix unmet dependencies problem with OpenJDK [duplicate]
Possible Duplicate:
How do I resolve unmet dependencies?
I get this when I try to install openjdk 7
The following packages have unmet dependencies:
openjdk-7-jre : Depends: ...
10
votes
2answers
6k views
Changing JVM in Java
I only recently discovered the different JVM's on the wiki page and thought I'd start tinkering. Its been difficult to find documentation on how to configure Java on Ubuntu though.
Lets say I wanted ...
0
votes
2answers
2k views
How do I remove SUN Java and use OpenJDK instead?
As a programmer I use java for learning to code in Netbeans. I installed Sun java 6 long time ago over openJDK that came with my ubuntu just cause it seemed more responsive...
Now that oracle left ...