Description of problem: I attempted to compile a simple java program inside the file blub.java: public class blub { public void main(String[] args) { System.out.println("Hello world"); } } This happens: bash-4.2$ javac blub.java Fatal Error: Unable to find package java.lang in classpath or bootclasspath bash-4.2$ Version-Release number of selected component (if applicable): java-1.8.0-openjdk-devel-1.8.0.0-0.7.b89.fc19.x86_64 java-1.8.0-openjdk-src-1.8.0.0-0.7.b89.fc19.x86_64 java-1.8.0-openjdk-1.8.0.0-0.7.b89.fc19.x86_64 bash-4.2$ java -version openjdk version "1.8.0-internal" OpenJDK Runtime Environment (build 1.8.0-internal-0) OpenJDK 64-Bit Server VM (build 25.0-b31-internal, mixed mode) bash-4.2$ How reproducible: 100% Steps to Reproduce: 1. Paste above code into blub.java 2. Run javac blub.java Actual results: I get an error Expected results: It compiles Additional info:
java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19
Package java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-10066/java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 then log in and leave karma (feedback).
java-1.8.0-openjdk-1.8.0.0-0.8.b89.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.