Thanks for your answer. I actually did modify the run.conf file and put the jboss-profiler.jar, jboss-profiler.properties, jboss-common.jar and jboss-profiler-plugins.jar in the bin directory. When I execute 'java -jar jboss-profiler-client.jar startProfiler' I get the following exceptioin in the JBoss server log file:
20:53:35,411 ERROR http://community.jboss.org/message/543919#543919/ServerThread WorkerThread#0[127.0.0.1:49402] exception occurred during first invocationjava.lang.ClassNotFoundException: org.jboss.profiler.shared.Command at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:242)
This class is actually in the jboss-profiler.jar.