Method: Naether::Runtime#load_dependencies_to_classpath

Defined in:
lib/naether/runtime.rb

#load_dependencies_to_classpathArray

Load dependencies to Classpath

Returns:

  • (Array)

    of loaded jars



278
279
280
281
282
283
# File 'lib/naether/runtime.rb', line 278

def load_dependencies_to_classpath
  jars = dependencies_classpath.split(File::PATH_SEPARATOR)
  Naether::Java.load_jars(jars)

  jars
end