Java

Table of Contents

Overview

Articles of Note

Running External Commands

Example Code

  • SysCommandExecutor.zip is supplied for your use. 99% of the code is from the How to run a command-line OR execute a system command article.
    • Thie code is incomplete but functional. It does no OS checking, nor does it validate parameters.
    • usage : java SysCommandExecutor notepad.exe will launch Windows notepad.
    • usage : java SysCommandExecutor "cmd /c \"Software list.xlsx\"" will launch the windows command interpreter telling it to carry out command string "Software list.xlsx".
      • In this case, "Software list.xlsx" is an excel file.
      • Windows file type recognition automatically kicks in and launched excel to render the file.
      • Note the \" escape sequence is needed to surround file names with embedded spaces.

Garbage Collection

Tools

IDE's

Windows Specific

IBM alphaWorks

IBM developerWorks


Creator: Dennis Coonich on 2008/11/14 23:41
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 1.8.2.19075 - Documentation