Tagged Questions
8
votes
2answers
898 views
Is Java SSL broken in OpenJDK on Ubuntu?
I am on a fresh install of Ubuntu having just installed OpenJDK:
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) on Ubuntu 64 bit 10.10
Not sure if this is relevant, but I'm running it from ...
2
votes
2answers
120 views
Is there any issues what so ever with running Eclipse with OpenJDK under Linux?
The standard cure for fixing Java problems with Linux distributions like Ubuntu is to say "Use the Sun JDK instead of OpenJDK". For several reasons I'd like to just use the Java shipping with Ubuntu ...
2
votes
3answers
2k views
Java: JFrame.setLocationRelativeTo(null) not centering the window on Ubuntu 10.04 / gnome 2.30.2 with OpenJDK 1.6.0_18
Sample code:
JFrame jFrame = new JFrame("Test");
jFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
jFrame.setLocationRelativeTo(null);
jFrame.setSize(600, 600);
...
2
votes
1answer
416 views
what is the equivalent of the following jdk path in slicehost ubuntu?
I got to setup the following two variables:
export LD_LIBRARY_PATH=/usr/java/jdk1.6.0/jre/lib/i386/:/usr/java/jdk1.6.0/jre/lib/i386/client/:./
export JAVA_HOME=/usr/java/jdk1.6.0/
Since, the above ...
1
vote
3answers
113 views
How can i install openjdk-7-jdk on lucid 10.04 LTS?
I'm currently using jdk 6 on a ubuntu 10.04 LTS server.
Since Oracle will not allow jdk 6 in Ubuntu repos now, it looks like openjdk 7 is the best alternative ...
0
votes
1answer
12 views
How to compile an OpenJDK 7 debug build on Ubuntu 11.10
Where can I find a simple set of instructions to compile an OpenJDK 7 debug build on Ubuntu 11.10 (Oneiric)? A debug build would make more JVM options available for troubleshooting purposes; for ...
0
votes
1answer
222 views
Installing OpenJDK-7 in Xubuntu Using apt-get
I am pulling my hair out trying to install openjdk-7 properly in Xubuntu using apt-get. It seems the version of java I get does not work with the version of javac. This is what I have in Xubuntu:
...
0
votes
2answers
93 views
How do I install Android SDK in Ubuntu 9.04? [closed]
What steps can I follow to successfully install Android SDK, Eclipse, etc. on Ubuntu 9.04? I am new to Ubuntu, so if you could keep it simple, I would greatly appreciate it.