Tagged Questions

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

learn more… | top users | synonyms

42
votes
10answers
26k views

Is Jad the best java decompiler? [closed]

It hasn't been updated since 2006. Are there better alternatives? Homepage: http://www.kpdus.com/jad.html
36
votes
6answers
3k views

Any maintained Open-Source Java Decompiler?

Is there any maintained Open-Source Java Decompiler? Jdec looks nice but has no community and has bugs, none of which has got fixed since 2007. Dava seems to be a thesis project rather than a ...
7
votes
13answers
21k views

Is there a way to get jadclipse working with Eclipse 3.4?

I'm a big fan of the Jadclipse plugin and I'd really like to upgrade to Eclipse 3.4 but the plugin currently does not work. Are there any other programs out there that let you use jad to view source ...
5
votes
4answers
273 views

BDD/TDD vs JAD?

I've been proposing that my workplace implement Behavior-Driven-Development, by writing high-level specifications in a scenario format, and in such a way that one could imagine writing a test for it. ...
5
votes
2answers
149 views

What are my free and/or open source options for decompiling class files and JARs?

I'm familiar with JAD, and haven't found anything newer or better, but I really didn't look that hard because I had previous experience with the JAD tool. However, I might have missed some really good ...
4
votes
2answers
423 views

What would be a more accurate decompiler than jad for Eclipse to get rid of <-MISALIGNED ->?

I have used jad for many years, most of these with the Jadclipse plugin to eclipse which makes it quite usable. Especially with the "Align code for debugging" which allows you to see the decompiled ...
4
votes
3answers
3k views

Recompile decompiled Java (JD / JAD) source that contains goto instructions

(Related question: http://stackoverflow.com/questions/992930/java-compilers-or-jvm-languages-that-support-goto) I have decompiled a jar (Legally, for debugging purposes) and want to recompile it. ...
3
votes
2answers
509 views

Is there any Java Decompiler that can correctly decompile calls to overloaded methods?

Consider this (IMHO simple) example: public class DecompilerTest { public static void main(String[] args) { Object s1 = "The", s2 = "answer"; doPrint((Object) "You should know:"); ...
2
votes
1answer
55 views

JAD file must reference the JAR file

While trying to publish a java app to the ovi nokia store there's an error - "JAD file must reference the JAR file". What can cause this problem if removing jar file and recompiling project doesn't ...
2
votes
1answer
548 views

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 ...
1
vote
2answers
150 views

Decompiling java with JAD - limitations

I am trying to decompile a couple of jar files using JAD in Java (I tried JD-GUI as well with even less luck), but I get quite a lot of errors. One type (easy to fix) seems to be with internal ...
1
vote
1answer
1k views

JADClipse not working with Eclipse 3.6

Does Jadclipse work on Eclipse 3.6? I have installed Jadclipse 3.3.0 on my Eclipse 3.6 by copying the jar into the plugins directory and restated eclipse. Now I have the jadclipse menu under ...
1
vote
1answer
554 views

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 ...
1
vote
1answer
192 views

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; ...
1
vote
2answers
174 views

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".
1
vote
0answers
204 views

How to hide the midlet icon on Nokia phones in J2ME?

I have developed a midlet that is supposed to be invoked using Push Registry only. The user must not be able to manually start the app. I have achieved this by checking if the midlet was not invoked ...
1
vote
1answer
530 views

edit java class file JAD

i need to change the access modifier of one constructor in a class file... how do i do it with jad.. thanks all... raj...
1
vote
1answer
265 views

jad for blackberry non-midlet application

I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then ...
1
vote
1answer
913 views

Jad file download link for my website

I am putting up a small website via webs.com for me and my friends that could also be accessible via wap, i.e. mobile internet, and I want to add links to my site that downloads .jar files. I uploaded ...
1
vote
2answers
509 views

Direct file download vs reading a file back as download

Is there any difference between creating a direct link to a file on a server, and doing something like reading the file from a location and setting the content type header then streaming back the ...
1
vote
1answer
156 views

What is the C# equivalent to JAD?

What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
1
vote
2answers
627 views

Too many cod-parts in jad file

I created a blackberry application but I am having problems publishing it on my web site. I have uploaded the jad, jar, alx and cod file (from which I extracted the whole content). I also added the ...
0
votes
0answers
63 views

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 ...
0
votes
1answer
44 views

BlackBerry: How to read in a JAD and extract the version number

I know the method ApplicationDescriptor.currentApplicationDescriptor(); But I aim to download another JAD and compare it's version number to the current applications version. What is the ...
0
votes
0answers
183 views

jadclipse Error during DECOMPILATION REPORT

I am using Eclipse Helios Version and imported an existing project into IDE. This Project is consisting some code in form of Jar files So I have installed Jad Eclipse plugin . Now my question is ...
0
votes
0answers
91 views

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 ...
0
votes
2answers
156 views

how to provide .jad file download link?

We are trying to provide a download link to abc.jad file in index.html. abc.jad and index.html are both in the same folder. Following is the link. <a href="abc.jad" ...
0
votes
1answer
173 views

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) ...
0
votes
1answer
99 views

How to deliver .jad file using Jersey Rest service?

I have to return a JavaME .jad file from restful web service (using Jersey), which is then used to install an app on a mobile phone. Before delivering the .jad file some values in there have to be ...
0
votes
1answer
77 views

Is there an Android JAD-type file that can pass parameters to the APK?

In J2ME midlet development, you can pass runtime parameters to the midlet through a JAD file. Is there anything like this with Android? What I want is to pass basic custom information to the APK ...
0
votes
1answer
85 views

Blackberry over the air installation

I uploaded my blackberry application's delivarables to a server. I want my users to install the application from an url. Before uploading to remote server i made tests on localhost. No problem. But ...
0
votes
2answers
452 views

Problem while setting jad with Eclipse Helios

I am using jad to decompile my java class files through Eclipse. I have installed net.sf.jadclipse_3.3.0.jar plugin for Eclipse I put the jar in the Eclipse plugins directory. Next I have downloaded ...
0
votes
1answer
79 views

How to offer anitleeching method of a JAD OTA link

Ok, I am currently using a download script in PHP which queries a mySQL database and checks if that token has been downloaded (this token I create manually through a generate script). So for example ...
0
votes
2answers
126 views

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 ...
0
votes
0answers
55 views

Know the version of the compiler

I have only one file available. jad, and all the source folder. I would have to know the version of the compiler that compiled the application (I did not have access to. cod) ... Is this possible? ...
0
votes
1answer
107 views

Software development methodology difference

Does anyone happen to know if Joint Application Development is categorized under Agile methodology or are they two separate development processes? It appears that SCRUM is a type of agile but JAD is ...
0
votes
0answers
162 views

Command Map for touch screen phones

I have developed a jad which is working perfectly on key based devices but not showing labels on touch screen phones.Not even the jad is responding to command List added to any of its screen.Please ...
0
votes
1answer
377 views

Jadclipse not working while debugging, but working with Ctrl + left mouse click

I am trying to use jadclipse with below configuration on my Win XP box: Jadclipse - 3.3.0 Jad - 1.5.8g Eclipse - 3.6.1 Java - 1.5.0_03-b07 I have followed installation steps as below : added ...
0
votes
0answers
192 views

Java, how to make undecompilable fragment of code? [closed]

Possible Duplicate: “undecompilable” source code in java You can make code undecompilable, the cuestion is how? I have a fragment of code in java microedition that is ...
0
votes
1answer
142 views

How to tell cell phone to install midlet in applications folder?

I'd like to suggest where the phone should install the j2me app. For instance, on Nokia phones, it always install them in games folder. Is there a way to suggest a destination folder? Either in .jad ...
0
votes
1answer
579 views

J2ME JAD file analog in Android

When my server gaves apk file to user, I need to put some values In this file, for j2me platform I use JAD file, and put my values there: MY_KEY: SomeKeyValue MY_KEY2: SomeKeyValue2 When j2me ...
0
votes
1answer
518 views

Unsupported Media Type when deploying OTA Blackberry App

I have a blackberry app that I am trying to deploy OTA (over the air). I have set the MIME type on my server to be: cod application/vnd.rim.cod jad text/vnd.sun.j2me.app-descriptor jar ...
0
votes
1answer
456 views

What is the escape character/sequence for properties in a JAD file

Is there a character or encoding I can do to escape a custom property in a JAD file for a J2ME application? Example: Would the extra : in this property break the Jad on some devices, and is there an ...
0
votes
3answers
1k views

Setting Midlet Icon using J2ME-Polish

I'm using J2ME Polish version 2.0.7 together with ant to build my Midlet application. In order to specifcy the main-class, name and icon of the application, the J2ME Polish documentation suggests that ...
-1
votes
2answers
283 views

Downloading JAD file on BlackBerry simulator 9550

I have a JAD file which I want to run on my simulator. So I do these things to download that JAD file on my simulator ... I have changed the SD card and browse that project where the JAD file is ...
-1
votes
3answers
652 views

How to use java decompiler JAD? [closed]

I've downloaded JAD from the Internet and now I want to decompile my .class file to the original source code. I've been using Notepad as editor and I compile and run my Java program through Command ...