Package 'helloJavaWorld'

Title: Hello Java World
Description: A dummy package to demonstrate how to interface to a jar file that resides inside an R package.
Authors: Tobias Verbeke
Maintainer: Tobias Verbeke <[email protected]>
License: GPL-3
Version: 0.0-9
Built: 2024-11-12 06:30:09 UTC
Source: CRAN

Help Index


Function to say hello from a Java class

Description

This function executes a method of a Java class defined in a JAR inside the R package.

Usage

helloJavaWorld()

Details

Details are given in the package vignette.

Value

The string "Hello Java World!" is returned.

Author(s)

Tobias Verbeke

Examples

helloJavaWorld()