That's right. But as soon as you run something with Swing you'll get
unsatisfied link errors:
java.lang.UnsatisfiedLinkError: /opt/javadev/jdk1.7.0_03_32b/jre/lib/
i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No
such file or directory
Adding that to the library path: export LD_LIBRARY_PATH=/usr/lib/
x86_64-linux-gnu. But then it gives this error:
java.lang.UnsatisfiedLinkError: /opt/javadev/jdk1.7.0_03_32b/jre/lib/
i386/xawt/libmawt.so: libXext.so.6: wrong ELF class: ELFCLASS64
... is meant to run on a 64bit platform ?
On Feb 2, 11:59 am, Casper Bang <
casper.b...@gmail.com> wrote:
> Installer? Just unpack the JDK and set the right paths (or
> update-alternative if using Debian derived distro):
>
> > wget
>
>
http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jdk-7u2-linux-i58...> tar zxvf jdk-7u2-linux-i586.tar.gz