I'm trying to load gems to execute ruby code from a local directory. I don't want ScriptingContainer(JRuby) object to use the system's default gemsets.
Emptied the Environment Variables using
container.setEnvironment(env);
an empty Map to change GEM_HOME and GEM_PATH but still it is taking the system's gemset.
How do i avoid this?
try setting GEM_HOME / GEM_PATH to your local directory path