Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: execute

14 Jan

Executing Jar Files

Execute a Java jar file


java -jar [file_name.jar]
admin Posted in Command Line commad, execute, jar, java, sun Leave a comment
16 Oct

Execute JavaScript files using Rhino

The command to execute a javascript file using rhino.


java -jar /path/to/custom_rhino.jar JS_File.js

Get Custom Rhino(From Dojo Library)

admin Posted in Command Line, JavaScript command, execute, JavaScript, js, rhino Leave a comment
07 Oct

Get Result of Command using Python in Linux

Execute a command and get its results using python in Linux


import commands

result = commands.getoutput("ls")
admin Posted in Code, Linux, Python Code, commnad, exec, execute, Linux, output, Python 1 Comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑