Learn R Programming

rscala (version 3.2.6)

scalaJARs: Add JAR Files to Classpath

Description

Add JAR Files to Classpath

Usage

scalaJARs(JARs, bridge = scalaFindBridge())

Arguments

JARs

Character vector whose elements are some combination of individual JAR files or package names which contain embedded JARs. These JAR files are added to the runtime classpath.

bridge

An rscala bridge from the scala function.

If the JARs argument is missing, a character vector of loaded JARs is returned.

Value

Returns NULL, invisibly.

See Also

scalaFindBridge

Examples

Run this code
# NOT RUN {
scalaJARs("PATH/TO/jarFileToLoad.jar", e)
# }

Run the code above in your browser using DataLab