Hello, community. I tried to profile my OSGI-Bundles in Knopflerfish OSGI framework using the guidance here
http://www.baptiste-wicht.com/2010/07/tip-profile-osgi-application-visualvm/
Thus, I added the profiler lib to boot class path of JVM:
-Xbootclasspath/a:"C:\Program Files\Java\jdk1.6.0_43\lib\visualvm\profiler\lib\jfluid-server.jar"
After that I instructed OSGI framework to use the classes by adding
-Dorg.osgi.framework.bootdelegation=org.netbeans.lib.profiler,org.netbeans.lib.profiler.*
to its init.xargs file.
However, it did not work out. I keep getting
"[stderr] java.lang.NoClassDefFoundError:org/netbeans/lib/profiler/server/ProfilerRuntimeCPUFullInstr"
messages on the console.
Any idea what I may be doing wrong?
Kind regards
Ewgenij
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
