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.
I am not sure if my question is more related about Ubuntu or Java, so pardon me!
I am trying to compile a java program but I get the following error:
package javax.comm does not exist
I have downloaded the required package comm.jar but I do not know how/where should I install/copy this file.
I read somewhere that this should be in CLASSPATH folder but I dont have this folder.
This is what I
Dear Forum,
I am trying to run the InstallShield Wizard for java Web Services Developer Pack 2.0.
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.
I've got the following in /.bashrc
export JAVA_HOME=/usr/bin/jdk1.7.0_03/
export PATH=$PATH:/usr/bin/jdk1.7.0_03/bin
This is fine, if I do $JAVA_HOME I get the directory above.
The problem is if I do java -version I get...
OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-4ubuntu3)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
How do I make the official jdk version the
Hello everybody, I was trying to get anti-alias fonts in applications like frostwire to work while running compiz fusion on KDE, but I never got it to work, but in the process I messed up the java configuration, I used the command, set _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
and now none of my java applications would run, if I run the command
java -version , I get:
Picked up _JAVA_OPTION
I have ubuntu 12.04.1 nad running java 6.
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
I've got the following in /.bashrc
export JAVA_HOME=/usr/bin/jdk1.7.0_03/
export PATH=$PATH:/usr/bin/jdk1.7.0_03/bin
This is fine, if I do $JAVA_HOME I get the directory above.
The problem is if I do java -version I get...
OpenJDK Runtime Environment (IcedTea6 1.11.1) (6b24-1.11.1-4ubuntu3)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
How do I make the official jdk version the