_______________________________________________________________________________

	Java Virtual Shelf - Jean-Paul Le Fvre
	$Id: README,v 3.1 2000/12/03 11:02:33 lefevre Exp $
_______________________________________________________________________________

These files are not java files but C.

The program 'print_url' is used to test the application. Actually it is
just a simple 'echo' command.

The program 'open_url' is used under Windows to communicate with a browser
like Netscape, Internet Explorer ... The program 'activate' is meant
to test whether a browser is running.

The program 'send_url' is used under Unix to test communication
through a socket. It is a client. For instance it can be used to check
if Amaya is receiving correctly url sent by a client.

The program 'XjShowURL' is used to test communication
through a socket. It is a server. For instance it can be used to check
if the Traverser is transmitting url correctly.

The file amaya_server.c is the code to insert into Amaya. It can be
done automatically with the script amaya_patch.sh.

To build the executables, you can use the Makefile if it works for you !
Otherwise, if you are using gcc under cygwin, simply run :

	gcc -mno-cygwin -o open_url open_url.c
	gcc -mno-cygwin -o activate activate.c

If you prefer to use the Microsoft compiler CL edit the batch file compile.bat
to change the setting and run it.

Copy the result into %JVS_HOME%/bin.

_______________________________________________________________________________
