search for: jdk7

Displaying 4 results from an estimated 4 matches for "jdk7".

Did you mean: jdk
2012 Jun 04
2
Windows architecture fact
...write manifests to select the appropriate package architecture, I''m writing to get feedback on this. In particular, is ''x64'' the least surprising option? Some examples where this x64 is used: Windows Server x64 splunk-4.2.4-110225-x64-release.msi java_ee_sdk-6u4-jdk7-windows-x64.exe Or would you expect the architecture to be ''amd64'' or ''x86_64''? Thanks, Josh [1] http://projects.puppetlabs.com/issues/10261 [2] https://github.com/puppetlabs/facter/commit/478386d24bb0d5c8494724d44f2e72c26ab4d4ff -- Josh Cooper Developer, Pu...
2007 Oct 11
3
Please Help.
Hi, I want to use USDT in my java applications. Please tell me how to achieve this. I am comfortable with SDT in C application. I am using Solaris Sparc10 with Generic_120011-14 version. Do I need to update my machine for this? Thanks, Ajit -- This message posted from opensolaris.org
2009 May 15
13
How to calculate java method timestamp?
Hi, I need help in calculating Java method time-stamp in following fashion. Consider following method example. long method3(long stop) { try { Thread.sleep(1500); } catch (Exception e) { } //////////////////// real CPU intensive operation /////////////////////////// for (int i = 1; i < stop; i++) { stop = stop * stop * i; };
2008 Nov 24
3
debugging a faulty jboss/application
>From time to time a jboss process would end eating all, the available CPU and the load avg would skyrocket. Once the operators restarted jboss, the system''d be normal again (sometimes for weeks) until the next incident Since we moved the app from a v440 running Solaris 10 8/07 to a t2000 running Solaris 10 5/08 the problem started to happen more frequently (2-3 times a week). The