/etc/dhcp3/dhclient.conf
prepend domain-name-servers ISP-DNS1,ISP-DNS2;
Compiling with gcj:
gcj --main=org.liliput.server.LiliputServer `find . -name "*.java"`
to connect to mysql using jdbc:
sudo apt-get install libmysql-java
then, the db must be available to the IP that the connection is being made from.