[Gnome-print] Re: Gnome printing issues




On 13 Sep 2000 10:13:03 -0600, Tom Tromey tromey@cygnus.com wrote:

> If someone can tell me what parts of the Java runtime are required, I
> can tell you whether gcj/libgcj (fully free, copyright FSF, etc) is
> suitable.  gcj can compile the whole Java language, and libgcj
> implements some (but not all) of the Java Class Library.

Here are the imports of what Omni uses:

import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.io.Reader;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Vector;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;

So it looks doable.

There is a FAQ entry for compiling Antlr with gjc.

Mark Hamzy






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]