| Thread | Last Post | Replies |
|
| Java Web Start misbehaving | 20 Apr 2007 12:10 GMT | 8 |
I'm using java ws for the first time and I can't seem to figure out why my application will download and run (according to my task manager), but I can't see the GUI or a console. I get no errors from jws. I went through the list of application considerations and I seemt o fulfill ...
|
| i'm makin traxc!!! | 19 Apr 2007 22:19 GMT | 1 |
... got it in the box. trying to use simpldateformatter but can't find examples on the net. ... i don't understand what and where it returns its
|
| how to read prologs in xml with DOM in java | 19 Apr 2007 14:06 GMT | 1 |
I am reading a xml file which contains some prologs and some xslt tags before actual root nodes starts i want to read that content as well, can any one tell how to do this?
|
| Getting primitive array out of array of wrapper type | 19 Apr 2007 14:06 GMT | 1 |
I was wondering whether there is some API function which gives me a boolean[] if I have a Boolean[]. Unfortunately, autoboxing does not work for arrays. I want to have a varags method and make a list of the arguments, like this:
|
| question code of java | 19 Apr 2007 10:52 GMT | 1 |
Hi , how are you , i need your help !I wrote a java application and it appears an error such as 'cannot find symbol class format '. The code is :
|
| need some help releated to JTAPI | 18 Apr 2007 18:01 GMT | 1 |
I don't know if this is a good place to seek help with Java JTAPI programming. But, I couldn't find a better matching newsgroup. This is somewhat urgent and I'd appreciate any help you can give. Actually i want to develop a standard application to interface with my
|
| is there a newsgroup for neteans | 18 Apr 2007 06:39 GMT | 7 |
Is there a newsgroup of neteans that I can use newsreader on? I need help from them as my java project got stuck scanning project classpath at 33% and I found the error as below java.lang.NullPointerException
|
| Nested for loop | 18 Apr 2007 03:50 GMT | 24 |
I want my output to be something like this using only a single nested for loop:- * **
|
| Design with a GUI | 18 Apr 2007 01:08 GMT | 4 |
I wonder how one should design programs an OO way when you want to have a GUI (Swing). Let's take a simple example, say I'm making a program that checks if a list of servers are up. If I don't think about the GUI I could make a Server class, and then some class
|
| inheritance vs. composition involving generic classes | 18 Apr 2007 00:19 GMT | 9 |
I recently started learning Java and I'm practicing by translating and modifying various C++ programs I had written in the past (as opposed to actually reading a book :)) I'm currently working on the Interval Tree data structure as described
|
| Creating Webmessenger | 17 Apr 2007 23:24 GMT | 3 |
Hey all, I am planning to develop a webmessenger for my medium scale company with Java Applet & Servlet. The Idea would be like There will be a servlet powerfull enough to interact with applet and make my objective
|
| been workin hard | 17 Apr 2007 18:42 GMT | 2 |
/** * @(#)MyClock.java * * MyClock application
|
| quik qq | 17 Apr 2007 01:05 GMT | 4 |
... is Calendar a component? k
 Signature Sometimes I'm in a good mood.
|
| 64 bit, slightly off topic | 16 Apr 2007 20:26 GMT | 1 |
My question is when do you use 64 bit? With Java, I gather there is no advantage unless you need a virtual address space bigger than 4 gig. Is that also true of other apps?
|
| Smartest way of compressing numbers over a webservice? | 16 Apr 2007 17:11 GMT | 10 |
I have to transfer a large amount of numbers over a webservice (document-literal). Using standard JAX-RPC1.6 double XML serialization causes major overhead that is just too slow for the purpose. So I was wondering how I could optimize this. Here's what I know:
|