Hi...
I am comparing both Equinox and felix usage in my ongoing project.
My setup is some thing like this,
C++ thread creates a java class, which instantiates felix/equinox.
Currently i am not facing any problems with felix. But i am not able to
instantiate Equinox. It appears to me reason for this is Equinox has
Thread.currentthread.getContextClassLoader which returns null (I am not
fully sure, if this is the prob).
But i want to make sure that felix is not having such an issue. Unfortunatly
i dont have access to felix code..(I am not able to download for some
security reasons). But i have access to older felix code (1.0.3). In this
version i did not find any use of
Thread.currentthread.getcontextclassloader.
Now my question is is felix (latest) safe to use from C++ thread? or is this
having any issues like classloaders?
Regards
Nasir