Is a free and open source implementation of the Java programming language. It may be installed from the software centre.

learn more… | top users | synonyms

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
2answers
874 views

Installation problem on jdk1.7.0_11

I am trying to install my ubuntu using the downloaded jdk1.7.0_11 and jre1.7.0_11,and i traced the questions from here and followed tat steps even it is not installing the java. In the terminal , I am ...
0
votes
2answers
929 views

How to install the latest Java OpenJDK version?

My system is Ubuntu 10.04.4 (LTS) I know there is OpenJDK "1.6.0_24" The version in Ubuntu is "1.6.0_20" How do I install the latest version of the OpenJDK available?
5
votes
1answer
100 views

How do I disable Apport from including a core dump?

Intro: apport is a python applicaton running on ubuntu which automates bug reporting. In case of a crash it determines which application crashed, and auto generates a detailed report on the crash, ...
1
vote
1answer
219 views

Why does openjdk automatically install when other version removed?

Every time I try to use openjdk java 7, nothing happens. I try 6, and still, no response. So, i tried removing it with Ubuntu Software Center. Every time I click on "Remove", it appears to remove ...
0
votes
1answer
132 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.
0
votes
1answer
295 views

How do I set CLASSPATH variable for Tomcat in 12.10?

Previously, I have set the JAVA_HOME path using the terminal with the following command: export JAVA_HOME="/usr/lib/jvm/java-7-openjdk-i386" >> ~/.bashrc Now, I want to set the CLASSPATH ...
0
votes
1answer
118 views

Minecraft turn off PC on 11.04

I had install Ubuntu 11.04 on two PC. On one everything work perfect, but another after some time turn off computer. I tried a lot of ideas(reinstall, openJDK 7(give just black screen), but all still ...
0
votes
1answer
646 views

How can I update to jdk and jre 7?

I've been using jdk6 on ubuntu 12.04. I was trying to update my jdk to 7. I installed jdk7 and also removed jdk6. Now my javac version is 1.7.0_03. but my java version is still 1.6.0_24. So I got ...
0
votes
1answer
116 views

how do i get imagej to work with oneric 11.10 64-bit with openjdk-7?

I'm not sure why I can't get imageJ (http://imagej.nih.gov/ij/index.html) to start on my computer running oneiric 64-bit. sudo apt-get install imagej Installation is fine, but it won't start (not ...
2
votes
0answers
35 views

How Can I Change Jamvm on my embedded system to Openjdk?

I have one Embedded System Currently working On jamvm. I Want to change it to openjdk. How Can I do that???
2
votes
0answers
228 views

how to enable in chrome icedtea7 java plugin instead of icedtea6?

My chrome browser in ubuntu 12.04 uses iced6 plugin. Test http://java.com/en/download/testjava.jsp shows java6, but via update-alternatives I switched java/javac to using openjdk-java7
1
vote
0answers
43 views

Java installed, command not working

I have installed java but I could not get any java command to work! Below shows what I get when I try to run java commands: sultan@ubuntu:~$ java The program 'java' can be found in the following ...
1
vote
0answers
93 views

Blank Firefox/Chrome/Minecraft when using OpenJDK Runtime Environment 6

I am using Ubuntu 11.04 Natty Narwhal and every time I go on OpenJDK Runtime Environment 6 (playing Minecraft) and open Firefox/Chrome it always comes up with a blank page. But if I open ...
0
votes
0answers
9 views

aptitude dependency resolution issue when trying to install build-deps for openjdk-6

I am running into some kind of rather serious issue with resolving the dependencies if I try to install the build-deps for openjdk-6, as specified in the directions for compiling custom OpenJDK ...
0
votes
0answers
287 views

Ubuntu 13.04 - Unable to manage groups gnome-system-tools does not install from Software Center

Here is error message when attempting to install gnome-system-tools The following packages have unmet dependencies: gnome-system-tools:i386: openjdk-7-jre: Depends: openjdk-7-jre-headless (= ...
0
votes
0answers
15 views

openjdk-7-jre's recommended packages

When installing this package, apt-get wants to pull in lots of old Gnome packages (at least libgnome2-0, libgnome2-bin, libgnome2-common, libgnomevfs2-0, libgnomevfs2-common, libidl-common, libidl0 ...
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 ...
0
votes
0answers
53 views

Why isn't Java working well in Google Chrome, Chromium and Firefox but working A OK in Opera?

Whenever I try to load up the runescape java interface in google chrome, chromium and firefox I find myself at the following screen: Which remains the same indefinitely. I am using OpenJDK Java 6 ...
0
votes
0answers
23 views

How to accelerate java VirMIDI port detection?

I install the snd-virmidi kernel module in order to have Virtual MIDI ports in java and connect MIDI software synthesizer to java land. But, java takes a long time to detect those Virtual MIDI ports ...
0
votes
0answers
321 views

apt-get install openjdk-6-jdk install error / loop

apt-get install openjdk-6-jdk does not complete. It gets stuck at downloading. Get:6 http://in.archive.ubuntu.com/ubuntu/ lucid-updates/main openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~10.04.2 ...
0
votes
0answers
125 views

How do i install the latest version of IcedTea 2.3.1 on 12.04?

i've recently read that IcedTea 2.3.1 patched up the recent Java zero-day vulnerabilities and i was wondering how to install it in Ubuntu 12.04, and please keep it simple.
0
votes
0answers
9 views

LoaderHandler loaderLog static member not public

I use Ubuntu 12.04 and openjdk-6 6b24-1.11.1-4ubuntu3 version. I'm working with RMI now and I would like to redirect some useful log into file. I made this with server and client log but when I ...