Re: a2h Java Source Code Available

From: Eugene Eric Kim (eekim@eekim.com)
Date: Mon Aug 21 2000 - 00:44:08 PDT


One other comment: A Makefile would be useful for people not experienced
with compiling Java programs.

Here are some quick instructions for the uninitiated. To compile and run:

1. Unpack the archive.

2. Compile the files in the src/util directory. On UNIX, using the JDK,
the command is:

    % cd src/util ; javac *.java

3. Compile HtmlConvertor.java in src/org/bootstrap/convertor/html. Be
sure that the src/ directory is in your class path. On UNIX, do:

    % cd src/org/bootstrap/convertor/html
    % javac -classpath ../../../../ HtmlConvertor.java

4. Run the resulting class file, HtmlConvertor.class. On UNIX:

    % java src/org/bootstrap/convertor/html/HtmlConvertor

will print out the usage information.

-Eugene

-- 
+=== Eugene Eric Kim ===== eekim@eekim.com ===== http://www.eekim.com/ ===+
|       "Writer's block is a fancy term made up by whiners so they        |
+=====  can have an excuse to drink alcohol."  --Steve Martin  ===========+



This archive was generated by hypermail 2.0.0 : Tue Aug 21 2001 - 17:57:52 PDT