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

learn more… | top users | synonyms

-1
votes
0answers
35 views

Jad tools giving Error on eclipse

I have Eclipse Java EE IDE for Web Developers Version: Indigo Service Release. Recently I installed the jad tool in eclipse and whenever I open any class file I get the following error. ...
0
votes
0answers
35 views

About running J2ME game on the set top box

all,this is my first time to ask question here.I hope you can help me, thank you. Here is the question: I want to run an J2ME game on the set top box. The operating system of the set-top box is ...
0
votes
2answers
111 views

How to compile JAR with library to apk

I get jar file with library from NetBeans and i cant convert it to apk. Converter ask JAD and JAR files. I have one main jar and two more in lib folder.
0
votes
0answers
54 views

Key MIDlet-1 is missing in jar and jad files

I uploaded my JAR AND JAD files of my java based Nokia s40 application but I got mail from Nokia that key MIDlet-1 is missing in .jad and .jar files. So I added and resubmitted but again I got the ...
0
votes
1answer
232 views

j2me JAR Manifest, JAD File and Nokia Publish QA failure

Recently I've developed some application which is simple Weider 6 excersises browser. I've created manually JAD file with elements from JAR manifest, however my application was revoked by Nokia ...
0
votes
1answer
288 views

(J2ME Application) File not supported when downloading JAD from WAP

Im using Tracfone T301G for testing and File not supported message pop up every time I attempt to download any file in WAP server even image file. I tried around 5 more application, JPG file and PNG ...
0
votes
1answer
54 views

directory creation and shifting in batch script

I have three subfolders: the folder GHI is inside DEF which is inside ABC. Each folder has a single class file (xyz.class). This means a directory structure like: ABC/ XYZ.class DEF/ ...
1
vote
2answers
322 views

why does google chrome open .jad file as text file rather than downloading it?

I have a link on my server that lets users download the .jad file I have got. But when I open this link in Google Chrome, it opens it as a text file rather than downloading the .jad file.
5
votes
1answer
5k views

Configuring eclipse to use jad

I downloaded the jar file and placed it into plugins dir I downloaded the binary and placed it into some other dir I bounced eclipse (Juno - Version: 4.2.0) I updated the jadclipse to point to the ...
0
votes
1answer
228 views

jad “Version mismatch: major.minor = 49.0, expected = 45.3”, what's version of .class file?

I used jad to decompile the class but in AIX system, such error thrown. Version mismatch: major.minor = 49.0, expected = 45.3 I don't know what's the version of .class file, how can I avoid this?
0
votes
0answers
77 views

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 ...
3
votes
1answer
586 views

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

Create one Jad and Jar file from bunch of files in the blackberry deploy

Any one knows how to create one jar/jad file from the number of .cod files. I want to install an app created in blackberry but that requires to transfer all 50 .cod files to the phone and then run ...
0
votes
2answers
903 views

How to extract JAD file from COD file?

I provided a JAR file and a JAD file to the Blackberry's RAPC compiler. It produced a COD file. The JAD file constains business logic related properties (in opposition to classics properties like ...
0
votes
1answer
1k views

jad and jar size do not match in j2me

I am using N97 and Nokia 5530 for my application. More often whenever I install my application. I find this error. I have searched the internet and found a number of ways to solve this problem. I did ...
0
votes
0answers
132 views

BlackBerry launch browser, then quit calling application after a short delay?

Is there a way to from a native application, launch the BlackBerry Browser, then quit the calling application? The reason I want to do this is, I launch the browser to download a new version of the ...
1
vote
2answers
988 views

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

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?
1
vote
1answer
179 views

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, ...
3
votes
1answer
452 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 ...
1
vote
0answers
323 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
167 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 ...
2
votes
3answers
2k 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 ...
1
vote
1answer
273 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 ...
2
votes
2answers
1k 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 ...
0
votes
2answers
990 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" ...
1
vote
1answer
555 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
342 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
295 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 ...
2
votes
1answer
371 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 ...
-1
votes
2answers
1k 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 ...
0
votes
2answers
2k 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
3answers
7k 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 ...
0
votes
1answer
162 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
874 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
62 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
283 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 ...
4
votes
2answers
6k 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 ...
2
votes
1answer
1k 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
449 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
269 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".
6
votes
4answers
428 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. ...
0
votes
0answers
215 views

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

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 ...
4
votes
3answers
1k 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 ...
3
votes
0answers
330 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 ...
0
votes
1answer
302 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 ...
1
vote
1answer
946 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...
0
votes
1answer
767 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 ...
3
votes
2answers
1k 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:"); ...
1
vote
1answer
393 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 2