First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
Mac/*nix test of JWS splash
I started a thread over at the Sun forums to test JWS splashes. <http://forums.sun.com/thread.jspa?threadID=5423341> At the moment I have a variety of test results suggesting they work for many Windows JREs, but they don't seem to work on this Ubuntu Linux box, and I am hoping to get more test results from other... 12 Jan 2010 18:33
Using RTFEditorKit
Hello, Can anybody say me how to use RTFEditorKit to make a word document and change the font of that texts writing to it ... 10 Jan 2010 01:02
logical array related problem
On 29-11-2009 15:32, Mike Schilling wrote: Arved Sandstrom wrote: Why homework? His original problem description was fuzzy but it appears that he can do what he needs to do with arraycopy, he wasn't aware of arraycopy originally, he eventually discovered arraycopy, and now he's happy. Whuich is... 3 Jan 2010 22:39
java basics
On Jan 3, 6:36 am, joe <john_jack...(a)yahoo.com> wrote: http://computer-spammings.blogspam.com/2007/07/java-tutorial.html Sun's Java Tutorial can be found at <http://java.sun.com/docs/books/tutorial/> Accept no substitutes. ... 2 Jan 2010 19:22
NegativeArraySizeException ... IndexOutOfBoundsException ...
~ java only uses int indexes which is giving me a hard time since I need to index values over Integer.MAX_VALUE. The size of the data array itself is not a problem at all and I am using a BitSet ~ I need indexes greater than Integer.MAX_VALUE in connection to dynamic sieves to calculate prime numbers. You are g... 19 Jan 2010 22:33
JPA+hibernate merge vs find fetching lazy collection
hi, I have very strange behaviour with my JPA entities. I have to entities GenObject and GenObjectCnf that are linked with one- to-many type, where in GenObject @OrderBy @OneToMany(cascade = CascadeType.ALL, mappedBy = "objects", fetch = FetchType.LAZY) private List<GenObjectCfg> objectsCfgSet = new ArrayList<... 6 Jan 2010 08:32
One Of The Easiest Ways To Promote Your Site!
According to me sales and business increase by marketing.So market place need to be clean and powerful.Take a step for clear business. place ad @ http://www.adplacebd.com > your trustful partner.visit http://www.adplacebd.com ... 27 Dec 2009 09:45
sha256sum and (new BigInteger(1, MD.digest())).toString(16) not listing exactly the same ...
I justnoticed that Linux's sha256sum of a binary file ~ $ sha256sum -b *.bin 035dfc8af407ad305c9b6ad9c265efb57cc283684a37e7b94853c7aa76919ad0 *p69.bin ~ and java sha-256 signatures were not the same because (new BigInteger (1, MD.digest())).toString(16) discards the leading 0's producing ~ 35dfc8af407ad305c9b... 29 Dec 2009 18:36
Properties.list(System.err) not listing strings?
Hi, ~ I just have a short one liner with the sha sum of a file, but Properties.list(System.err) is not actually listing it. On the API: ~ http://java.sun.com/javase/6/docs/api/java/util/Properties.html#list(java.io.PrintStream) ~ it just says: ~ "Prints this property list out to the specified output stream... 28 Dec 2009 10:44
SocketHandler permissions Re: servlet/applet communication problemor Linux/Windows trouble ?
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 (5000). I modified it to print also the host and port it connects to ... 23 Dec 2009 13:39
First  |  Prev |  Next  |  Last
Pages: 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86