> but yeah, I would like to know as well, that
> how to send FAX using core java APIs..
Considering the core java APIs don't include fax support,
it cannot be done...but I don't think you meant what
you said...
Maybe try the combination of HylaFAX and gnu.hylafax?
http://www.hylafax.org
http://www.net-foundry.com/java/gnu/hylafax/
HylaFAX is an enterprise-grade FAX server & gnu.hylafax
are Java class libraries for accessing the server
over a network. I wrote gnu.hylafax and have successfully
used it to send FAXes.
-joe