search for: jdk6

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

Did you mean: jdk
2010 Oct 08
2
Suggestion for "how to" section: easy way to install the JDK?
....org/HowTos/JavaOnCentOS. I am a total newbie with CentOS, but currently, with update 21 of the Java 6 JDK and CentOS 5.5, the installing the JDK appears to be simpler: 1. Download the latest *rpm.bin jdk (as of today,jdk-6u21-linux-i586-rpm.bin) fromhttp://java.sun.com/javase/downloads/widget/jdk6.jsp 2. chmod +x the downloaded file. 3. su 4. Execute the file. The main advantage of this procedure is that you do not need to build an RPM. --- Bob Stine bob at waltonstine.net (703) 217-4784 Rule for living: What Would Clint Eastwood Do? -------------- next part -------------- An HTML attac...
2005 Jun 28
0
JGR font rendering on Windows
JGR users on Windows may be interested that Sun has released a preview of its latest Java development kit and runtime engine at http://www.java.net/download/jdk6/binaries/ This removes the main problem I have had with JGR and other Java programs on Windows: poor font rendering. On Windows XP with an LCD display, the improvement is striking, as this uses Windows native font smoothing (CoolType). I believe it uses the default Windows font smoothing on...
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; };
2012 May 04
3
jdk on wine - Error
I am struggling since past 2 days in trying to install jdk (64 bit) from http://www.java.net/download/jdk6/6u32/promoted/b02/binaries/jdk-6u32-ea-bin-b02-windows-amd64-30_jan_2012.exe on my wine. Initially I tried it on Ubuntu 12.04. I installed wine1.4-amd64 in hope that it would execute the jdk exe but it did not. So I went for wine 1.4 source installation. I get to know that the dependency check is...