Fulltext results:
- jps - Java Virtual Machine Process Status Tool
- re examples: List all java processes: ''jps'' <code> 55719 hourglass.jar 51299 jEdit 51610 Main 56026 Jps </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.jar 5129... 042 sun.tools.jps.Jps 51610 org.netbeans.Main </code> List arguments: ''jps -m'' <code> 55719 hourgla
- JAX-WS Debugging
- property to set depends on your Java version. <code> com.sun.xml.ws.transport.http.client.HttpTranspo... ernal.ws.transport.http.HttpAdapter.dump=true </code> The most common option seems to be ''com.sun.xm... out JVM arguments (e.g. to the command line): <code> -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true </code> Java 8 on OS X needs this: <code> -Dcom.sun.xml
- Install the Java-Plugin for Firefox
- file ''libnpjp2.so'' in the JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib/amd64/l... /usr/lib/firefox-addons/plugins/libnpjp2.so </code> Please note, that I tested this with Ubuntu 14.