I have an Ear file. I took a Java class file out, decompiled it and edited it.
I now want to recompile the new Java source file and re-add the resulting class file to my new Ear.
When I tried to recompile the new Java source file, the compiler complained about unrecognised classes, imports etc. I expected this.
My question is, can I recompile this new class and add it to my new Ear?