I am new to Arch and this is my first post. I formerly used kubuntu. I am having trouble with the simple command "yaourt -S jre". I get the following output:looking for inter-conflicts...
:: jre and jre7-openjdk are in conflict (java-runtime). Remove jre7-openjdk? [y/N] y
:: jre and jre7-openjdk-headless are in conflict (java-runtime-headless).
I have installed all 3, but the relevant line (as in my original post) is:package_jdk7-openjdk() {
pkgdesc="Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK"
depends=('jre7-openjdk')
provides=('java-environment=7')
conflicts=('java-environment')
# replaces=('openjdk6')This seems to stop it being recog
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 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 am trying to install jedit but it insists on adding OpenJDK as well...
The $CLASSPATH variable is not set by default in f17.
What path should I give in my .bash_profile for this variable?
I have the following packages installed:
Code:
$ java -version
java version "1.7.0_03-icedtea"
OpenJDK Runtime Environment (fedora-2.2.1.fc17.8-x86_64)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
My requirement is to install a jar for global run
Did you check the provides for the ccr package? Libreoffice is build with a dep on "java-runtime", which in the repo's calls for openjdk, but the ccr package is fine to use too, IF it has that provides line too.Try rebuilding your ccr package and adding the needed provides=('java-runtime'), if that fixes the issue, leave a note for the ccr maintainter to correc
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 Sun's Java because of performance issues running Minecraft.
When I try to remove the OpenJDK packages by
sudo apt-get purge openjdk*
however, the JDownloader package is being removed as well.
If I try to remove all OpenJDK-7 packages one by one, OpenJDK-6 is being installed instead.
IMHO there should be a way to satisfy JDownloader's dependencies for a Java runtime environ