Java

v

Applications and Applets (use at your own risk)

Some little applications and applets. Use at your own risk, I can't assume any responsability.

BFide my Brainfuck IDE

DBTester Database Tester

IGC IGC Viewer

TCPscript execute TCP commands from a script

mousemover.jar mouse mover tricky - use at your own risk … (page not yet done)

game.zip probability check… it's NOT a game, just testing some algorithms… (page not yet done)

TOP v

Tools

jconsole & jps

If no local java process is listed, probably Java has no access to hsperfdata_<user> directory in the temp directory of the user (%TEMP% for Windows). "Each time a java process starts it should create a file in that directory. The file name is the pid and that is how jps and the other jvmstat tools get the process list." [1]

Remote debugging

-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

TOP v

Forums

Stack Overflow

TOP v

Links

Open Source Software
Java New Operating System

TOP v

Bibliography

TOP v

Page tags: java jconsole jps
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.