FIXED: Turns out if you don't pay attention and use the Solaris package things don't work correctly... who knew?
Tried to install the JDK on my desktop last night and can't seem to get it working. It works fine on the laptop, but is giving me a weird error that I can't quite figure out. Anyone have any ideas or pointers? Let me know if you need more info. Thanks! It's the lastest 7u7 JDK.
uname -a
Code:
Linux tuxbox 3.2.28 #2 SMP Thu Aug 23 12:43:19 CDT 2012 x86_64 Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz GenuineIntel GNU/Linux
echo $PATH
Code:
/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/kde4/libexec:/usr/lib64/qt/bin:/usr/share/texmf/bin:.:usr/lib64/java/bin/amd64:/usr/sbin:/usr/bin:/sbin:/bin
file java
Code:
java: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped, uses FPU FXSR SSE
user@tuxbox:/usr/lib64/java/bin/amd64$ ./java
Code:
bash: ./java: No such file or directory
user@tuxbox:~$ java
Code:
bash: java: command not found