		
0. VERSION
    
	Jad FE, Test Version 0.1b
	readme.txt 	 Version 2

1. INTRODUCTION

	Jad FE, Test Version 0.1a is a front-end application
	for JAD decompiler (TODO: jad url here). Jad FE enables
	easy decompilation of *.class, directory trees of *.class,
	*.jar and *.war class archives. Purpose of Jad FE is to 
	simplify usage of jad.

    Jad FE is EDUCATION PURPOSES ONLY.

	
2. INSTALLATION

	Just make sure that decomp.jar and jad decompiler 
	(jad or jad.exe) are in the same directory. That's it.
	Decompiler file `jad' should be used under linux,
	and `jad.exe' under windows.

	Under linux, it may be needed to set executable mode
	on `jad', i.e. chmod u+x jad

	If jad won't be found in the same directory,
	as Jad FE - program will exit on decompilation.

3. USAGE


	command line: java -jar decomp.jar


	Jad FE lets you decompile single class, directory 
	of classes, *.jar or *.war archive.

	Usadge of Jad FE is quite straightforward - there is a 
	single button, named 'Open'. Just open your class, directory,
	*.jar or *.war and that's it. If everything is ok, decompilation
	will start, and after few seconds (depending on input..)
	you may browse through package tree of decompiled source.


	Jad FE decompiles into \Decompiled\ directory. This directory
	is created in directory where input *.class/*.jar/*.war files
	are. I.e if there is a an input d:\somejar\some.jar, then decompiled
	files will be put in d:\somejar\Decompiled\

	In archive cases (*.jar, *.war files) Jad FE produces one more
	directory - \Extracted\, in which you'll find extracted class 
	of archive.

	NOTE, while selecting directory of class files (or directory tree),
	directory should contain most top package of decompiled application.
	That is if you have package something.other.test, and directory tree:
		d:\bin\somejar\
		d:\bin\somejar\something\
		d:\bin\somejar\something\other\
		d:\bin\somejar\something\other\test

	in Jad FE you MUST open d:\somejar\ directory! In any other case,
	Jad FE will fail - it will decompile, but won't show source code
	in Jad FE environment.			
	

4. ABOUT

	TODO: about

	My email: acrus@topolis.ktu.lt

5. BUG REPORT

	If you wish, you can send me a bug report. I don't 
	promise to correct it at once, but maybe I'll look 
	into it someday.
	Bug report should contain output data from all 
	Jad FE outputs, i.e. Output, Decompiler Output, Log, 
	plus system console output, description of user actions,
	while error	occurred (ie pressed open and opened some file ;)
	Mail bug report to acrus@topolis.ktu.lt

6. KNOWN BUGS

	non.	