Hi, I'm having a lot of trouble getting Java to work with my browser in 12.04. I currently have version 7 JDK installed from the repos.
I installed the Oracle JDK from the RPM package off the website and used the java -version command to check that java was installed correctly and got this:
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode)
Then I downloaded the netbeans.sh package and tried to install by using sh ./netbeans.sh and got this output:
I'm unable to use web-based java content due to my version being out of date.
I installed Ubuntu 10.04 which by default came with OpenJDK. I've since installed Sun's Java 6 using apt-get.
I'm writing a Java app and the GUI is extremely slow on my Ubuntu 11.10 64bit setup. It takes a few seconds to respond to some action.
Hello All,
I am running ImageJ (an java based Image analysis program). Everytime I try starting it, it takes forever to load. Once it loads, it works as it should.
I just installed Fedora 17. I'm setting up the Android Build Environment and need Java.
I downloaded and installed jdk-6u32-linux-amd64.rpm I ran
java -version
and it spit out the correct version.
Well a day or two later i tried my first compile in Fedora 17 and it complained about java and failed.
Hi guys, i am coding new game in Java w/ LWJGL and everything is fine, but when a exit application, Java (OpenJDK and Oracle, i tried both of them) crash in this:
Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f76d4814c58, pid=5950, tid=140148374587136
#
# JRE version: 7.0_07-b10
# Java VM: Java HotSpot(TM) 64-Bit Server VM (2
I have java installed correctly for sure.
aaa@ubuntu:~$ whereis java
java: /usr/bin/java /usr/bin/X11/java /usr/local/java /usr/share/java
aaa@ubuntu:~$ whereis javac
javac: /usr/bin/javac /usr/bin/X11/javac
But when I'm trying to add the location of /usr/bin/java in IntellyJ Idea12 as a java project sdk, I can't do that because it requires the folder and /usr/bin/java is a file.