addUrlToClassPath: Dynamically adds an url to the classpath.

Description Usage Arguments Details

View source: R/j4rConnection.R

Description

This function makes it possible to add a directory or a JAR file to the class path. If the packageName parameter is null then the urlString parameter must be the complete path to the directory. Otherwise, it can be the name of the JAR file and the function will find the path through the package name. A non null packageName parameter is typically used in packages that rely on J4R.

Usage

1

Arguments

urlString

a character representing the complete path to the directory or the JAR file if the packageName parameter is null. Otherwise, it can just be the name of the JAR file.

packageName

a character representing the package.

Details

This function is deprecated. Use the addToClassPath function instead.


J4R documentation built on July 23, 2020, 9:06 a.m.