I am trying to decompile a Java class to analyze its source code using JAD tool. However, I am getting this error once I run it:
./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
I am using UBUNTU 12.04, and I have an x86 architecture.