Hi Robert,
On Wed, 2005-09-07 at 02:10 +0200, Robert Schuster wrote:
> I have some questions about the JAWT interface in Classpath.
>
> 1) To compile the JAWT demo I had to copy the source files into the object
> folder and run make with:
>
> make -f Makefile.jawt (from ${obj_dir}/examples)
>
> It would be nice if the makefile would work without the need to copy the
> sources
> over.You should be able to do that in the install folder. It wasn't really designed to be run/compiled in the object folder (although that works when objdir == srcdir). > 2) Then I had troubles running the demo in the way I am used to (JDK-like). I > would call: > > jamvm -Djava.library.path=. gnu.classpath.examples.jawt.DemoJAWT > [...] > The only way I to run the demo was by calling: > LD_LIBRARY_PATH=.:/home/rob/INSTALL/classpath/lib/classpath jamvm > gnu.classpath.examples.jawt.DemoJAWT The Makefile.jawt and README in examples should give the above as hint to get it to run. Cheers, Mark -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

