Note that there are some explanatory texts on larger screens.

plurals
  1. POError trying to run my compiled program in Java
    primarykey
    data
    text
    <p>This is my first program, and my first attempt at running it. I am on Ubuntu.</p> <p>Source Code:</p> <pre><code>class printTest { public static void main(String[] args){ System.out.println("Hello, world!"); } } </code></pre> <p>And this is the error I get when I try to run it:</p> <pre><code>Exception in thread "main" java.lang.UnsupportedClassVersionError: printTest : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: printTest. Program will exit. ------------------ (program exited with code: 1) Press return to continue </code></pre> <p>EDIT: Okay, this is my JRE version: owner@ubuntu:~$ java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.4) (6b24-1.11.4-1ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) owner@ubuntu:~$</p> <p>But my javac version is: 1.7.0_03</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload