Initializes the JVM and creates the SimplaceWrapper object which is used to interact with Simplace.
initSimplace(
InstallationDir = findFirstSimplaceInstallation(),
WorkDir = paste0(InstallationDir, "simplace_run/simulation/"),
OutputDir = paste0(InstallationDir, "simplace_run/output/"),
ProjectsDir = nullString,
DataDir = nullString,
additionalClasspaths = c(),
javaparameters = getOption("java.parameters"),
force.init = TRUE
)
handle to the SimplaceWrapper object
directory where simplace_core, simplace_modules and simplace_run are located
working directory where solutions, projects and data resides (_WORKDIR_)
directory for output (_OUTPUTDIR_)
optional directory for project data (_PROJECTSDIR_)
optional directory for data (_DATADIR_)
vector with class paths relative to InstallationDir that are to be added
parameters that are passed to the java virtual machine
(re)initialize a running JVM, see .jinit