easy questions about options to compile

1) JAVA
in http://www.w3.org/Amaya/User/Autoconf.html
one can read
	    PLUGIN_OPTIONS=-DPLUGIN_TRACE -DXP_UNIX
            JAVA_OPTIONS=
            ^^^^^^^^^^^^^
            AMAYA_ANNOT_OPTIONS=PLUGIN_OPTIONS=-DPLUGIN_TRACE -DXP_UNIX
in the makefile (generated by configure), there is:
//data/gnu/gnu/worksrc/WEBTOOLS/AMAYA/Amaya/SOLARIS-2.6 egrep -i
'kaffe|java' Makefile
KAFFE   = kaffe-$(KAFFE_VER)
        @(cd javalib ; $(MAKE) stubs)
        @(cd javalib ;  $(MAKE) zips);
# Rules to rebuild the Kaffe package
kaffe_get :
data/gnu/gnu/worksrc/WEBTOOLS/AMAYA/Amaya/SOLARIS-2.6 egrep -i
'kaffe|java' Makefile
KAFFE   = kaffe-$(KAFFE_VER)
        @(cd javalib ; $(MAKE) stubs)
        @(cd javalib ;  $(MAKE) zips);
# Rules to rebuild the Kaffe package
kaffe_get :

what means this stuff, can we use a jvm with amaya ?

Where can I find informations on JAVA_OPTIONS, and kaffe.

I run Solaris on an U5 (So, I have every jvms from sun)

2) HTML
I have a page with some <div> and styles to display text in relief.
It works under IE5 and NS 4.7X (bad under NS 6)
This doesn't work at all under amaya.

Any information will be appreciated

JRC

-- 
Nur der Kleingeist hält Ordnung, das Genie beherrscht das Chaos.
Seuls les petits esprits aiment l'ordre, le génie maitrîse le chaos.
(anonyme)

Received on Wednesday, 10 January 2001 09:41:10 UTC