| Thread | Last Post | Replies |
|
| Question About Constructors | 28 Nov 2008 18:42 GMT | 6 |
Did the original version of Java, 10+ years ago, only allow one constructor in a class? gt79mit81@yahoo.com aaron.hirshberg@denhamcapital.com
|
| RMI problem: how to print something from server to client? | 27 Nov 2008 19:10 GMT | 1 |
I implemented a remote method with RMI, and it works properly on the client. But the standard output (with System.out.println(...)) in the remote method only appears on the server machine. For example, in the following remote method
|
| Java DB? | 26 Nov 2008 19:34 GMT | 16 |
Anybody know if there is a good book on how to use the Java DB? I need to learn how to set up a database for a Java application and I know nothing about SQL or the Java DB. I don't want to have to learn how to use NetBeans just to be able to set up the database. A book that ...
|
| unchecked conversion | 25 Nov 2008 22:14 GMT | 2 |
what should I do with the following to avoid ": warning: [unchecked] unchecked conversion" java.util.Map<String, java.math.BigDecimal> sumbyDt2 = new java.util.TreeMap(sumByDate);
|
| How to serialize a Java class (into a string)? | 23 Nov 2008 00:53 GMT | 18 |
Assume I have a java class like: public class VO { String aaa = "aaa"; int bbb = 777;
|
| Nokia SDK under Linux? | 21 Nov 2008 09:28 GMT | 1 |
I am new to this. Is it possible to get the Nokia SDK to run under Linux? Or is it a Windows-only thing?
 Signature Thomas Jensen, Denmark
|
| Importing .csv into Excel | 20 Nov 2008 21:31 GMT | 6 |
My Java skills are very elementary so I hope there is a relativly easy to implement solution to my problem. I need a Java program that I can run which will import multiple .csv files into an Excel spreadsheet with one *tab* per file.
|
| I need basics | 20 Nov 2008 14:25 GMT | 5 |
Iam new to java i need info.
|
| Opera 9.62 | 20 Nov 2008 00:38 GMT | 8 |
Has anyone been able to get Java working is 9.62. I have the horrible feeling the Opera people have simply given up supporting Java.
 Signature Roedy Green Canadian Mind Products
|
| what is wrong with the following code - SHORT sample | 20 Nov 2008 00:35 GMT | 4 |
hi, a quick question: what is wrong with the following code? public class Test { public static void main (String[] args) {
|
| urgent help with the program - JAVA HELP | 19 Nov 2008 16:53 GMT | 3 |
im studying Java, something I am very much new to. I was assigned a program - its a lengthy read, but i would appreciate your input if you have. Attached you will see code, my question is what would be a good way to develop METRO section of my program, since its giving me a lot
|
| java speech api | 19 Nov 2008 15:56 GMT | 6 |
i am working on demos provided by FreeTTs website , when i am compiling the program i am getting the following errors i have set the path , pls also tell me that will i have to set the class path of all the jar file provided by the freetts , if possible
|
| Simplification | 18 Nov 2008 15:35 GMT | 2 |
How could you write this code more compactly? scroll down for solution: if ( justBrokens ? state == AppState.BROKENLINK : true ) if ( !justBrokens || state == AppState.BROKENLINK )
|
| Serializarion checking library | 17 Nov 2008 19:59 GMT | 10 |
Does somebody know if there is some library that is used for checking if class is serializable. In a sense that you give a package name to a library and it returns if classes in that package are serializable. Thanks.
|
| Casting with vectors | 17 Nov 2008 19:57 GMT | 3 |
I have a vector called waitlist I am adding to this vector a class of person of type caller, from a data file named nam.dat: try {
|