Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot download JD-Eclipse from site? Any other download sources? [closed]

Working on a backup laptop that doesn't have JD decompiler installed. Went to the site to download (http://java.decompiler.free.fr) but the download links now appear to reference a Google Drive location and the error message below keeps coming up.

I'll certainly be making sure I don't share anything from GD publicly, didn't realise there were limits. In the meantime does anybody know where else I can get the software?

Error:

Sorry, you can't view or download this file at this time.

Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file that you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator.

like image 618
Luke Studley Avatar asked Jul 13 '12 15:07

Luke Studley


People also ask

How do I decompile a jar file in eclipse?

In Eclipse IDE, we can use Enhanced Class Decompiler plugin to decompile Java class files without source code directly. After installing and configuring the Enhanced Class Decompiler plugin, click on the class or methods, press F3 , and the plugin will automatically decompile the Java class.

How do I decompile a .class file in eclipse?

Decompile Java class in Eclipse IDE 2.2 Select Window -> Preferences -> General -> Editors -> File Associations , configure the *. class without source default to Class Decompiler Viewer . Now, click on the class or methods, press F3 , and the plugin will automatically decompile the Java class.


1 Answers

I can no longer store JD-GUI and JD-Eclipse binary files on free.fr. Any suggestions to store them elsewhere ?

In the short term, try this link : http://web.archive.org/web/20110720221237/http://java.decompiler.free.fr/jd-eclipse/update/jdeclipse_update_site.zip

[EDIT] I fear that "java.decompiler.free.fr" is definitely closed. Try this link : http://jd.benow.ca/jd-eclipse/downloads/jdeclipse_update_site.zip [/EDIT]

like image 77
Emmanuel Dupuy Avatar answered Sep 18 '22 21:09

Emmanuel Dupuy