Does an OSGi-Bundle consider its changed class files when restarting? My intention is to stop a Bundle, change a java file of it, compile it, an then restart the bundle. Does it have the new class included or do I need to update the bundle somehow?
These two threads made me come up with this idea: Editing/Modifying a .java file programmatically? (not the .class file) and How do I programmatically compile and instantiate a Java class?
Would be glad for help. Thanks.