Nov18

How to Get JAD Java Decompiler Working in Ubuntu

The JAD Java Decompiler is a handy tool for Java developers, both for academic use and for recovering your own code on those (hopefully) rare occasions when you lose the source but have the .class files.

I used to use JAD via the Jadclipse plugin for Eclipse in Windows. I switched to Ubuntu a few months ago (and have never looked back). I tried to use Jadclipse, but ran into library problems in Ubuntu. Here is the message I got when running jad from the command line.

jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

I finally found the solution on the Ubuntu forums, and in case it should ever get lost or removed, I wanted to make note of it here.

sudo apt-get install libstdc++2.10-glibc2.2

That command will install the missing libraries and jad (both from the command line and Jadclipse) will work like a charm.


No Responses to “How to Get JAD Java Decompiler Working in Ubuntu”

You can leave a response, or trackback from your own site.

 

Leave a Reply

You must be logged in to post a comment.

 

Recent Posts

Popular Categories

Grails Mac Rails Bible Code Coffee Candor

About

I’m a software engineer by day and even busier by night.  This blog contains my thoughts on subjects from the Bible to lines of code.  I write (and drink) Java, I’m learning Ruby and Rails and I read the King James Bible.  I’m hoping to move the country and buy a farm and stay home with my family to bring them up in the nurture and admonition of the Lord.