>>>>> "Everton" == Everton da Silva Marques <everton@lab.ipaccess.diveo.net.br> writes: Everton> Is it possible to use gcj to generate a shared library? Everton> $ gcj -o dist/lib/libservlet.so obj/servlet/*.o You need -shared. And build each .o file with -fPIC. Tom