javaImport.Rd
The javaImport
function creates an item on R's
search that maps names to class names references found in
one or several "imported" java packages.
javaImport(packages = "java.lang")
An external pointer to a java specific UserDefinedDatabase
object
User-Defined Tables in the R Search Path. Duncan Temple Lang. December 4, 2001 https://www.omegahat.net/RObjectTables/
Currently the list of objects in the imported package is populated as new objects are found, not at creation time.
This feature is experimental. Use with caution, and don't forget to detach.