Re: java scripting inside a bundle

2011-10-19 Thread Justin Edelson
tp://felix.apache.org/site/apache-felix-framework-launching-and-embedding.html > > and access it via TCCL > http://njbartlett.name/2010/08/30/osgi-readiness-loading-classes.html > > to avoid the issue. > > Andrei. > > ---- Original Message   > Subject: java scrip

Re: java scripting inside a bundle

2011-10-19 Thread Andrei Pozolotin
. Andrei. Original Message Subject: java scripting inside a bundle From: Lance Frohman To: users@felix.apache.org Date: Wed 19 Oct 2011 10:06:51 AM CDT > Does anyone have experience using the javax.script scripting inside a > bundle? > Normally you can add the jar(s) for a

java scripting inside a bundle

2011-10-19 Thread Lance Frohman
Does anyone have experience using the javax.script scripting inside a bundle? Normally you can add the jar(s) for any script language (ruby, python, ...) to the class path, and the scripting is available from new ScriptEngineManager().getEngineByExtension(extension) (extension is "rb" for ruby, "