This is the command jasmin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
jasmin - Java assembler compiler
SYNOPSIS
jasmin jasmin [-d <directory>] [-version] <file> [<file> ...]
DESCRIPTION
jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written
in the Java Virtual Machine instruction set in an assembler-like syntax.
Jasmin converts these input files into binary Java class files (.class) suitable for
executing on an Java Virtual Machine.
OPTIONS
-d <directory>
Destination directory where the resulting files are to be placed.
-version
Show version of program.
<file> ...
Source .j (Jasmin Java assembler format) file(s) to be compiled.
Use jasmin online using onworks.net services