encoded class files
Hi,
I'm using encoded class files in my application. These files are decoded using my own classloader. I now introduced a new feature which should compile a part of code at runtime. The problem is that this code has imports of class which are only encoded available. Is it possible to install a preprocessor for the javac or is there a possibility to support a classloader for javac which also resolves imports with my classloder? Or are there better ideas?
Thanks Mario

