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

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.
Gudron
  • 17
  • 6
0
votes
1 answer

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 Publish QA team with following reason: Dear…
mic-kul
  • 989
  • 3
  • 16
  • 26
0
votes
1 answer

(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 file. Nothing works. Please advise what I can do…
Zeter Lee
  • 41
  • 1
  • 5
0
votes
1 answer

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/ XYZ.class GHI/ XYZ.class The…
shyam
  • 21
  • 4
0
votes
1 answer

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?
JerryCai
  • 1,663
  • 4
  • 21
  • 36
0
votes
2 answers

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 MIDlet-Name, etc) that I am trying to…
David Andreoletti
  • 4,485
  • 4
  • 29
  • 51
0
votes
1 answer

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 use them such as check size of jar and the one…
Ameer Moaaviah
  • 1,530
  • 12
  • 27
0
votes
0 answers

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 app. The upgrade works fine, but the original…
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
-2
votes
1 answer

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 related to RAD and is outside of agile. Any…
Dusty
  • 2,159
  • 3
  • 23
  • 26
1 2 3 4
5