I have recently installed openjdk just to try out writing some java application
$ dpkg -l | grep jdk
ii openjdk-7-jdk 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Development Kit (JDK)
ii openjdk-7-jre 7u7-2.3.2a-0ubuntu0.12.04.1 OpenJDK Java runtime, using Hotspot JIT
ii openjdk-7-jre-headless 7u7-2.3.2a-0ubuntu
I was desperately trying to get tomcat running, but sometimes it just stopped responding.
A couple of hours later, i just typed in java -version and about one of ten times it stucked too.
$ java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.04.1)
OpenJDK Client VM (build 23.2-b09, mixed mode, sharing)
I have no idea, why this sometimes work
I recently installed Ubuntu 12.10, and I just now realized I haven't installed Java on it.
When I was going to, I saw that I already have java installed.
java -version gives me:
OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Yet I can't see any applets in Firefox. What's the problem?
I have a 64-bit server with only 1 GiB of RAM (VM at Rackspace). I need to run a few instances of the JVM, and the 64 bit VMs are consuming too much RAM. I can't seem to find anyplace that tells me how to install the 32-bit packages of openjdk.
I searched askubuntu and tried the suggestions but failed .I try this question:How to completely uninstall/reinstall Java
1.I run sudo apt-cache search openjdk get the following:
openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
openjdk-6-jdk - OpenJDK D
> java -version
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (suse-3.16.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
On openSUSE 12.2 (x86_64) and AppArmor is not running, and the firewall is disabled.
If server using AsynchronousServerSocketChannel is listening for connections and I specify localhost or 127.0.0.1, then it only accepts connections f
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 want to run my Tomcat with Java 7 but all I found about configuring it doesn't work. The management interface of Tomcat shows 1.6.0_24-b24 as Java version.
Exact same problem here:Here is the output of java --versionjava version "1.7.0_07"OpenJDK Runtime Environment (IcedTea7 2.3.2) (ArchLinux build 7.u7_2.3.2-2-x86_64)OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)And that of echo $JAVA_HOME:/usr/lib/jvm/java-7-openjdkAny idea ?
aurelieng
https://bbs.archlinux.org/profile.php?id=33541
2012-10-12T11:06:45Z