[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: export question
At 04:31 PM 7/23/99 +0200, fractals wrote:
>the "tidiness" considerations are important for us, as our application
>comprises more than 600 classes. And there are some package-level access
>needs, as we try in general to avoid the use of public methods or fields.
>Too bad.
>I wonder if it is possible to juggle a little bit with the file format...
You might use a disassembler or decompiler, add package names, then
reassemble/recompile:
<http://www.pcug.org.au/~mayon/classcracker/index.html>
<http://www.ahpah.com/products.html>
DashO-Pro may be able to do the package renaming directly (it works on
class files):
<http://www.preemptive.com/products.html>
Writing a tool to do the package renaming wouldn't be terribly hard either,
although if you're gonna go to that much trouble it might be better to just
add the feature to MLj yourself, which would be more useful for the rest of us.
jim
----------------------------------------------------------------
James P. White Netscape DevEdge Champion for IFC
IFC Exchange * Insanely great Java * http://www.ifcx.org
jim@pagesmiths.com Pagesmiths' home is http://www.pagesmiths.com