↧
Using Ant to Concatenate files
The build.xml file to concatenate files using ant. This can be executed using the command ‘ant “ConcatAll”‘ <?xml version="1.0" encoding="UTF-8"?> <project name = "MyProj" basedir = "." >...
View ArticleInstall Java JRE in Linux and Use it as a Firefox Plugin
Download the installer from http://www.java.com/en/download/manual.jsp cd /usr/local/ mkdir java cd java sh /home/user/location_of_jre_installer/jre-6u3-linux-i586.bin cd /usr/local/firefox/plugin/...
View Article