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 <[email protected]> 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 > > jdk1.7.0_02/bin/java -version > > java version "1.7.0_02" > Java(TM) SE Runtime Environment (build 1.7.0_02-b13) > Java HotSpot(TM) Server VM (build 22.0-b10, mixed mode) -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
