EnglishFrenchSpanish

OnWorks favicon

rhino-jsc - Online in the Cloud

Run rhino-jsc in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command rhino-jsc 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


rhino-jsc - invokes the rhino JavaScript compiler

SYNOPSIS


rhino-jsc [options] file1.js [file2.js...]

DESCRIPTION


This manual page documents briefly the rhino-jsc command. This manual page was written
for the Debian distribution because the original program does not have a manual page. It
is written according to the html documentation.

rhino-jsc is a start script for the rhino JavaScript compiler. The JavaScript compiler
translates JavaScript source into Java class files. The resulting Java class files can
then be loaded and executed at another time, providing a convenient method for
transferring JavaScript, and for avoiding translation cost. Note that the top-level
functions available to the shell (such as print) are not available to compiled scripts
when they are run outside the shell.

OPTIONS


-extends java_class_name
Specifies that a java class extending the Java class java_class_name should be
generated from the incoming JavaScript source file. Each global function in the
source file is made a method of the generated class, overriding any methods in the
base class by the same name.

-implements java_intf_name
Specifies that a java class implementing the Java interface java_intf_name should
be generated from the incoming JavaScript source file. Each global function in the
source file is made a method of the generated class, implementing any methods in
the interface by the same name.

-debug, -g
Specifies that debug information should be generated. May not be combined with
optimization at an optLevel greater than zero.

-nosource
Does not save the source in the class file. Functions and scripts compiled this way
cannot be decompiled. This option can be used to avoid distributing source or
simply to save space in the resulting class file.

-o outputFile
Writes the class file to the given file (which should end in .class). The string
outputFile must be a writable filename.

-opt, -O optLevel
Optimizes at level optLevel, which must be an integer between 0 and 9.

-package packageName
Specifies the package to generate the class into. The string packageName must be
composed of valid identifier characters optionally separated by periods.

-version versionNumber
Specifies the language version to compile with. The string versionNumber must be
one of 100, 110, 120, 130, or 140. See JavaScript Language Versions for more
information on language versions.

EXAMPLE


Example compiling the NervousText.js applet written in JavaScript. The example is provided
in the librhino-java-doc package.

$ rhino-jsc -extends java.applet.Applet -implements java.lang.Runnable NervousText.js

Use rhino-jsc online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

Ad