I need to edit only one class file, BUT problem.. this class file import 20 others class files.
Example:
import A;
import B;
import a;
import b;
import c;
import d;
import e;
e.t.c...
1. problem: I cant unpack this "A" and "a" "B" and "b" he want replace them.
2. problem: I cant Compile back this .java file to .class file after editing, i using JAVAC, and when trying javac xxx.java - 100 erors in console. I think this is because this Imports or i dont know..
Question
musique
Hello, hope u can help..
I need to edit only one class file, BUT problem.. this class file import 20 others class files.
Example:
import A;
import B;
import a;
import b;
import c;
import d;
import e;
e.t.c...
1. problem: I cant unpack this "A" and "a" "B" and "b" he want replace them.
2. problem: I cant Compile back this .java file to .class file after editing, i using JAVAC, and when trying javac xxx.java - 100 erors in console. I think this is because this Imports or i dont know..
Waiting for ideas. Thanks
Link to comment
Share on other sites
10 answers to this question
Recommended Posts