deploying java programs (applications)

Jean-Baptiste Quenot jb.quenot at caraldi.com
Tue Mar 23 09:24:01 PST 2004


* Lukman Jaji:

> my club members  is it possible to deploy java  programs and turn them
> into an icon where all you have to do is double click the icon and the
> icon and the program executes

Yes.  You have to provide  system-specific scripts or programs that wrap
the call to Java: a DOS batch for Windows, a shell script for Unix.

> is it also possible to turn it into  an icon of your own, not the java
> tea cup

Yes, but again it is  system-specific.  Check out the documentation from
each OS vendor.   It is achieved differently on Windows,  Mac OS, Gnome,
etc.

> is it  possible to  bind an  sql database  with a  java front  end and
> deploy it

The easiest way  to do that is  using a Java RDBMS  like Hypersonic SQL.
Its classes simply has to be bundled in your application.

Cheers,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20040323/b981eed5/attachment.bin


More information about the freebsd-java mailing list