| Thread | Last Post | Replies |
|
| a silly question for Open Source Software | 25 Feb 2008 02:48 GMT | 15 |
I know this is not a Java question. But it is somehow Java related, because this Open Source Software is developed in Java, plus I don't know where else to ask this question. The government institute I am working for is going to adopt an Open
|
| API to Get the apache tomcat bin path? | 25 Feb 2008 02:41 GMT | 1 |
Hi Friends, Is there any API to get the apache tomcat installed folder. for eg: I've to get as "D:\apache-tomcat-6.0.14\bin".... Actually during development I ran tomcat using "startup.bat"..... and
|
| CSVReader | 24 Feb 2008 21:24 GMT | 9 |
Hello NG I'm trying to read a CSV exported from Excel. It has 2 coloumns of float 0;0<CR><LF> 0.1;0.587785252<CR><LF>
|
| Implementation of java.util.Random | 24 Feb 2008 20:55 GMT | 8 |
Is java.util.Random.nextInt() guaranteed to implement the same pseudorandom algorithm on all platforms? In simpler terms, if I give the same seed to the constructor of Random on several different platforms, will it produce exactly the same
|
| Swing Application Framework | 24 Feb 2008 20:33 GMT | 1 |
Andres Ceccoli del Grupo de Usuarios Java de Mendoza completa su artículo anterior, en el que comentaba algunas de las nuevas funcionalidades que están disponibles a los desarrolladores Swing, gracias a esta API en desarrollo. En esta nueva parte del artículo
|
| java to c++ | 24 Feb 2008 16:49 GMT | 9 |
Anyone who knows java and C++, can convert this java prog into c++. This program is for sorting array of objects. // objectSort.java // demonstrates sorting objects (uses insertion sort)
|
| why java timestamp format is different form php or normal unix format | 24 Feb 2008 15:07 GMT | 4 |
i'm wrting an application both in php and java i notice that java unixstamp is differenet from php any one know why ? java format
|
| Multicast channels...? | 24 Feb 2008 13:11 GMT | 3 |
I have an application that is using many DatagramChannels, and registers them to a Selector. Now, I want to add a multicast communication to the application. The MulticastSocket extends the DatagramSocket, but there seem to be
|
| how to interrupt a tab selection? | 24 Feb 2008 12:58 GMT | 5 |
I have several tabbed panes in a JPanel and I would like to be able to catch a tab click before the selected tab is actually displayed. A small dialog will popup, the user makes a selection, then the dialog goes away and the selected tab will be displayed.
|
| Java/Oracle XE connection | 24 Feb 2008 01:56 GMT | 4 |
what is the JDBC connection forName string for Oracle 10g XE? thanks
 Signature ciao
|
| [SWING] How to get selected objects from a JList | 24 Feb 2008 00:24 GMT | 2 |
Hi. I have a JList containing several Account type items. I need to get the selected values and pass them in a Account[] to another function, but getSelectedValues() method returns an Object array. How can I obtain an Account array from an Object array?
|
| Using C++ Template syntax in Java | 23 Feb 2008 20:48 GMT | 5 |
I have seen many people using <Tempate> syntax in Java, I know this is known as templates in C++ but I haven't come across it in any Java books or tutorials. Please could someone explain to me what this is called in Java, or maybe post a link to a site that explains it properly.
|
| automatic upgrade java code | 23 Feb 2008 20:39 GMT | 4 |
anybody knows how to automatic deployments, upgrades of java code? many Thanks.
|
| Need help understanding uml diagram | 23 Feb 2008 19:51 GMT | 3 |
Hey, im trying to use a uml diagram to build a simple java program however my prof is horrible at explaining things. He gave us a uml diagram but it has no descriptions or information. He wants us to make a simpl kilometer to mile conversion program, however he has added an
|
| how to read the library files or packages | 23 Feb 2008 14:40 GMT | 4 |
Hello Friends well i want to know one thing how to read out the new packages or new library files which we get acquainted as we keep work on our project works so i want to know how get start off with these things because
|