| Thread | Last Post | Replies |
|
| How to copy value of class to another? | 12 Nov 2005 03:59 GMT | 2 |
I want to sort an array of classes. So I need to exchange the value of class in this way: tmp = a; a = b;
|
| What do you use java for ? AndDoes Java make you feel happy? | 12 Nov 2005 03:54 GMT | 15 |
What do you use java for ? AndDoes Java make you feel happy? Java was famous during the past 10 years. And there are many java programmers in the world.
|
| 32bit java app on 64bit platform | 12 Nov 2005 02:24 GMT | 3 |
Would there be any issues in running a java app on a 64bit linux platform that was initially developed on a 32 bit linux system. What are the factors and/or dependencies to consider. Thanks. Satinder
|
| Double.toString() | 12 Nov 2005 02:23 GMT | 2 |
Is there any way not to get scientific notation when toString for more than particular digits.
|
| Eclipse, cvs | 11 Nov 2005 21:46 GMT | 2 |
I have 2 computer, one is winxp and eclipse (java IDE) is install on that machine (192.168.1.100), and the other machine is Linux (fedora) -ip 192.168.1.100) and the cvs installed there.. I did the following to install cvs
|
| thread limits | 11 Nov 2005 20:56 GMT | 7 |
As a hypothetical question (not something I am working on, just something I was thinking about last night), suppose you're implementing a simple threaded server, for example a chat or game server. The server creates a new thread for every user/client that connects to it. This ...
|
| Passing parameter to constructor or calling setxxx() | 11 Nov 2005 20:19 GMT | 10 |
When I write Java code. I always meet a problem . How to assign value to a entity object attributes, Some person like to pass values as parameter of constructor when create this entity bean , some persons like to create the object ,after that call setxxx().
|
| JAVA SOFTWARE DEVELOPER - Front end | 11 Nov 2005 18:29 GMT | 2 |
JAVA SOFTWARE DEVELOPER - Front end Our Client is the leading provider of online customized remarketing solutions for the automotive industry. Their entire business is focused on providing dealers and institutional sellers with the
|
| Monitor problem | 11 Nov 2005 17:06 GMT | 1 |
I have a problem with a Monitor implementation. I would like to have a linkedList with many threads inside (for dumping Images from urls). However, whenever I launch many threads in parallel I get an out of Memory problem (which is normal because of the size of the images I
|
| Socket's halfs and XML read/write | 11 Nov 2005 17:04 GMT | 4 |
I try to make simple Client/Server connection wrapped in XML. So, I create XML request, open connection to the server and send it. On the server side XML (as ImputStream) is rterieved by DocumentBuilder.parse().
|
| Zipping dir and avoiding absolute path | 11 Nov 2005 15:56 GMT | 1 |
I want to zip this directory: mydir The abolute path is: /home/iksrazal/somepath/mydir
|
| create header file in Visual Age | 11 Nov 2005 15:19 GMT | 7 |
Hi, everyone! I write some java code that uses JNI, so I have to create java header file, but not with javah command, but from Visual Age. I am new to Visual Age, so if anyone can help I'll be very grateful.
|
| How can I correct an invalid XML? | 11 Nov 2005 14:39 GMT | 9 |
At this time I'm using JDOM (but if you suggest another lib I can change it). :-) How would you implement an XMLCorrector that can perfom the following tasks.
|
| track cell change in JTable | 11 Nov 2005 14:38 GMT | 2 |
I have a JTable. Can I get the coords of changed cell with a Listener to table or tablemodel?
|
| Splice Video in JMF | 11 Nov 2005 13:43 GMT | 17 |
Hi, does anyone know if I can chop say the 1st 500Kb from a video and play that in JMF (Java Media Framework)?
|