hg: jdk7/tl: 2 new changesets

2008-05-16 Thread tim . bell
Changeset: 0f440f3321f5 Author:ohair Date: 2008-04-30 19:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/0f440f3321f5 6563616: Clarify instructions for unpacking openjdk binary "plug" 6611685: Incorrect link to CA certs info from build README 6682167: Add cygwin faq to README-b

where's serguei

2008-05-16 Thread Serguei Spitsyn
I have a dental appointment today at 12:00 and will be off at lunch time. Thanks, Serguei

Re: How to dynamically attach using JRE's java.exe?

2008-05-16 Thread Mandy Chung
Hi Bastian, The attach API is in the JDK/lib/tools.jar. So you will need to set the classpath to include tools.jar (e.g. java -classpath $JDK_HOME/lib/tools.jar YourApp). You can refer to the example described in Alan Bateman's blog: http://blogs.sun.com/alanb/entry/another_piece_of_the_to

How to dynamically attach using JRE's java.exe?

2008-05-16 Thread Bastian Helfert
Hello everybody, I apologize for posting my question to this mailing list, but is there anyone who can help me, please? How can I execute VirtualMachine.attach(pid); by using the java app launcher of the JRE for Windows (i.e. instead of the java.exe that ships with the JDK)? I have tried to

hg: jdk7/tl/jdk: 6703552: Missing files from changeset for 6701459

2008-05-16 Thread eamonn . mcmanus
Changeset: 1483094a7c17 Author:emcmanus Date: 2008-05-16 11:34 +0200 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1483094a7c17 6703552: Missing files from changeset for 6701459 Summary: Previous push missed a small number of files. Reviewed-by: dfuchs ! src/share/classes/javax/