the matt jones website.‎ > ‎Java‎ > ‎

Clipboard Tool (fasterpaste)

I have created a clipboard tool that will write text data from an XML file to your clip board. This serves as a good example of both how to read data from an XML file and also how to write text to a clipboard in windows using java. I did write this code awhile ago, and I used a few web pages to guide me in the right direction on how to do this.

I use this tool with some simple batch scripts that run the following command:
java.exe -jar <config file> <function name>

I have attached a zipped copy of the Netbeans Project as well as a complied version of the project. To use this tool use the following command: java -jar

I have also attached a sample config file which you will need to run this project.
Č
ċ
ď
ClipboardValue.java
(1k)
Matthew Jones,
11 Mar 2010 21:23
ċ
ď
FasterPaste.jar
(5k)
Matthew Jones,
11 Mar 2010 21:25
ċ
ď
FasterPaste.zip
(22k)
Matthew Jones,
11 Mar 2010 21:25
ċ
ď
GetValue.java
(2k)
Matthew Jones,
11 Mar 2010 21:22
ċ
ď
Main.java
(0k)
Matthew Jones,
11 Mar 2010 21:22
ċ
ď
configExampleFile.xml
(0k)
Matthew Jones,
11 Mar 2010 21:29