Quantcast
Channel: txt » java
Browsing latest articles
Browse All 3 View Live

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 Article


Install 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


Executing Jar Files

Execute a Java jar file java -jar [file_name.jar]

View Article
Browsing latest articles
Browse All 3 View Live