• 0

.Class Editor


Question

12 answers to this question

Recommended Posts

  • 0

This Decompler can only convert - .Class to .Java..

I cant compile back to .class after that.

how i said Javac fail with this .Class file.. :(

Link to comment
Share on other sites

  • 0
This Decompler can only convert - .Class to .Java..

I cant compile back to .class after that.

how i said Javac fail with this .Class file.. :(

learn how java works

javac changes a .java into a .class

a decompiler will change from a .class to a .java, although the code wont be exactly the same, the comments may be missing etc

after decompiling you just javac teh .java file to get the .class

Link to comment
Share on other sites

  • 0

Dear Ste, what im doing:

1.move to desctop from .Jar pack this .Class file

2.with Dj javaD edit .Class file, now i have .Java

3.Put all files to C:\ and Set Path

4.in cmd - cd C:\ then Javac xxxxx.java

5.100 Errors

6.already tryed multi compile with imports, same

Link to comment
Share on other sites

  • 0

You're not gonna get very far on here without telling us, what the errors are, and possibly some source code...

Link to comment
Share on other sites

  • 0

import A;

import B;

import a;

import b;

import c;

import d;

import e;

import f;

import g;

import h;

import i;

import j;

import java.applet.Applet;

import java.awt.*;

import java.awt.event.*;

import java.io.*;

import java.net.*;

import java.util.StringTokenizer;

import k;

import l;

import m;

import o;

import p;

import q;

import u;

import w;

import x;

import y;

import z;

12345f.th.jpg

123456w.th.jpg

Link to comment
Share on other sites

  • 0

can you post your jar you are trying to modify ... also why are you modifying the class files?

decompilers dont always work 100% - you have to fix up the source code manually sometimes, so you need to know what you are doing.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.