On Mon, 6 Jul 1998 [EMAIL PROTECTED] wrote:
>
>
> On Tue, 7 Jul 1998, Kurt Huwig wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> >
> > Hello!
> >
> > I made a small script to patch ZIPped or JARed classfiles. It is currently very
> > broken, because it just can handle absolute paths, but you should be able to do
> > something like
> >
> > JClassPatch /usr/lib/java-classes/swingall.jar /home/kurt/Win32PlafOnLinux.diff
> >
> > and get a new swingall.jar with the Win32 Look & Feel enabled with Linux.
> >
> > Please comment on a program like this.
> >
> > Kurt
> >
> Very interesting. The only problem is that I received a ...tar.bz2 file
> that I dont seemed to be able to decompress. Excuse my ignorence but could
> you clue me into untaring this file.
>
Thank you everyon who have answered my first post. In that journey I
discovered:
1. Jad wich is the fastest and most powerfull java decompiler I've seen
2. bzip2 a very powerfull zip comp/decompresser
3. JClassPatch with the Win32PlaOnLinux.diff. Now I got windows look and
feel on my Linux swing apps.
These utilities have enrich my tools box significantly.
Keep posting this kind of info.
Richard