Questions tagged [jad]

Jad (JAva Decompiler) is a decompiler for the Java programming language.

Jad (JAva Decompiler) is a decompiler for the Java programming language. Jad provides a command-line user interface to extract source code from class files. The most popular GUI for Jad is DJ Java Decompiler. There is also an eclipse plugin called JadClipse.

Jad GUI & IDE's plugins

69 questions
3
votes
1 answer

webapplication configuration do not treats .jad file as .jad file

I am working on a webapplication + j2me application. .jad/.jar file are already created now i want to download it from my live url(my deployed application) in a nokia-phone. But accessing the .jad file gives me "File format unknown" ERROR !!! .…
Hemant Metalia
  • 29,730
  • 18
  • 72
  • 91
2
votes
4 answers

Java Decompiler how to use?

I have lost my sources but I have my executable .jar file. I want to apply JAD to it. What options to use to start UI with all source tree of .jar file?
falconseye
  • 187
  • 2
  • 5
  • 16
2
votes
1 answer

JAD crash - invalid/corrupt constant pool

So I've been reading around and found out that apparently JAD crashes when it tries to decompile a class with an invalid constant pool entry. I've been playing about with this purely out of curiosity, but I can't seem to make it happen - it either…
Leagsaidh Gordon
  • 1,641
  • 5
  • 19
  • 28
2
votes
1 answer

How to install a MIDlet on a SonyEricsson phone directly in the Organizer folder

This question refers strictly to Sony Ericsson phones running Java Platform 8 or higher. It is possible to instruct the AMS to install the application in one of the folders Applications or Games. But I want to install the MIDlet in a different…
sonydev
2
votes
2 answers

Dealing with labels in decompiled code

I'm wishing to return to a project to which I have lost source to a time ago but have managed to get the compiled version from a user. I've used a few decompilers to slowly piece together the code again but am stuck with two final 'labels'. After…
Ploo
  • 417
  • 1
  • 5
  • 12
2
votes
1 answer

BlackBerry App World Distribution of .jad files

I am developing an app using Eclipse Plugin with BlackBerry JRE 4.5 to support devices with OS versions 4.5 and higher. I understand that when you use a JRE version lower than 4.7 and you deploy the app to a 4.7 device or a 5.0 device, the app will…
2
votes
1 answer

how to adapt Proguard to .jar and hide my private methods?

im using proguard and hiding my code.. and id seem to work... 'half'. i just want it not decoded, and to be worked, and privates to be not seen by jad.. here's my java code package kr.pkgcls; public class sums { private int margin; private…
minimanimo
  • 185
  • 3
  • 11
2
votes
5 answers

JAD Eclipse plugin not working, No repository found at http://feeling.sourceforge.net/update

It seems that JAD plugin is not working with the latest Eclipse. After searching it in Eclipse MarketPlace when I try to install it shows an error box with the error details No repository found at http://feeling.sourceforge.net/update I have…
11thdimension
  • 10,333
  • 4
  • 33
  • 71
2
votes
1 answer

Weird file not found error

So I run the following queries, ls helloWorld.class jad Readme.txt file jad jad: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped ./jad helloWorld.class -bash:…
countunique
  • 4,068
  • 6
  • 26
  • 35
1
vote
1 answer

How to create jad file for cod file for blackberry berry app?

I built a blackberry app with Phonegap. Phonegap build website built my app and then sent me back a StandardInstall.zip. WHen I open it up, I have cod, alx , csl and cso files. Don't I also need a jad file in order for me to upload the whole app…
John
  • 32,403
  • 80
  • 251
  • 422
1
vote
0 answers

decompile java class in jar file in maven repository

Using m2eclpse, class file inside jar file can be listed. However, both Jad or JD-eclipse won't work. If I use "open with", it show the error as the following org.eclipse.core.runtime.CoreException: The Class File Viewer cannot handle the given…
raymond.mh.ng
  • 343
  • 2
  • 3
  • 21
1
vote
1 answer

Need JAD file for blackberry installation

I have successful run my app built with phonegap and sencha touch on a Blackberry simulator using the "How To Create a PhoneGap Plugin for BlackBerry WebWorks" tutorial. Now I want to run the app on the blackberry device. Should I sign the app no…
user994535
  • 700
  • 1
  • 5
  • 9
1
vote
1 answer

Error deploying signed jar+jad to a blackberry 9300 curve 5.0

My setup is Eclipse, BB JRE 5.0, Blackberry application (not MIDlet). It works ok debugging it from eclipse on the aforementioned device. However, packaging it (firstly signs the cod files and then) produces some files which are manually copied…
kellogs
  • 2,837
  • 3
  • 38
  • 51
1
vote
2 answers

Jad/JadClipse for Scala?

Is there something equivalent or similar to Jad/JadClipse for Scala? It would be nice to be able to view the source for Lift from within Eclipse via "Open Declaration".
Taylor Leese
  • 51,004
  • 28
  • 112
  • 141
1
vote
1 answer

Plugin ‘IntelliJad’ failed to initialize and will be disabled

After I install the plugin IntelliJad, the problem comes out when I restart Ideal,anyone knows the reason of it? My ideal version is 2016.2 enter image description here