compilation of java for 64 bit On 27.12.09 14:03, zigzagdna wrote: I have jdk 5.0 and jdk 6.0 installed on my HP UNIX 11i. I see java has options: -d32 and -d64. But I do not see corresponding options in javac, why? If I want to run 64 bit java to take advantage of larger than 4GB heaps, do I need to compile my java code using som... 28 Dec 2009 21:47
sha256sum and (new BigInteger(1, MD.digest())).toString(16) not listing exactly the same ... On Sat, 26 Dec 2009 00:08:42 -0800 (PST), Albretch Mueller <lbrtchx(a)gmail.com> wrote, quoted or indirectly quoted someone who said : How do you deal with these subtle differences without a hack? Is there a way to instruct BigInteger to keep leading 0's? Or anyother way to do that? One way is to add 100000... 29 Dec 2009 16:21
SocketHandler permissions Re: servlet/applet communicationproblem or Linux/Windows trouble ? On Wed, 23 Dec 2009, LC's No-Spam Newsreading account wrote: On Fri, 18 Dec 2009, markspace wrote: Either use a SocketHandler in you app to send logs directly to the server, I've looked up SocketHandler's and found on Sun Tech Tips a simple LogServer, which listens on ANOTHER port of my machine (500... 24 Dec 2009 08:33
need help or explanation Thanks for the reply. In my program, if I replaced mp.repaint() with frame.repaint() the program works OK. But my original intent was not to clear the previous draws. This program is a simple version, to keep it small, of another program that I'm writing. In that program I don't want to clear the previous draws ... 23 Dec 2009 13:39
32-bit characters in Java string literals Let's say you wanted to include some 32-bit characters in Java String literals. I understand what the stream would look like in UTF-8 or a int[], but what I am curious about is the cleanest way to create string literals in a Java program containing such awkward characters. -- Roedy Green Canadian Mind Product... 28 Dec 2009 16:16
Clean way to write Double into String without the trailing ".0"? On 12/21/2009 12:56 PM, abc wrote: Easy newbie-question here for the experts: What's a clean way of writing a Double into a String, avoiding the ".0" at the end ? The Double.toString() method insists on appending a decimal fraction ".0" no matter what, and I only want the fractions to show up if... 23 Dec 2009 10:50
Clean way to write Double into String without the trailing ".0" ? Easy newbie-question here for the experts: What's a clean way of writing a Double into a String, avoiding the ".0" at the end ? The Double.toString() method insists on appending a decimal fraction ".0" no matter what, and I only want the fractions to show up if they are non-zero. I found a dirty workaro... 23 Dec 2009 13:39
Post Your Products & Services Here jobs, service, automotive, pets, community everything is here. Visit this site and place an ad. http://www.adplacebd.com > your trusted partner. ... 19 Dec 2009 12:42
JApplet + JNI working only in Safari Hello techies, I've developed an applet which is signed and also loads 3rd party dll's runtime. I'm using JNI to link my DLL's with JScript. To my surprise the platform independent JVM fails to load my DLL in most of the browsers except Safari. In safari the behavior is as expected. Indeed one of the dll is get... 23 Dec 2009 12:07
CFP: PPPJ 2010 -- Principles and Practice of Programming in Java (Vienna, Sep 10) ############################################################ # Principles and Practice of Programming in Java # # PPPJ 2010 - Vienna, Austria, September 15-17, 2010 # # Call for Papers # ############################################################ http:... 18 Dec 2009 20:32 |